-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use thermostat setpoint byte size and precision from capabilities report #1708
Comments
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/heatit-z-trm3-temp-setpoint-not-working/97063/73 |
FYI. This is an analysis done by heatit: |
@cdjackson sorry to ping you, but what is your take on this? |
Sorry - there's nothing further than was discussed previously (as above) as I've not had the time to look at this. |
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/smart-thermostat-for-electrical-floor-heating-system/150181/14 |
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/heatit-z-trm3-temp-setpoint-not-working/97063/82 |
The Zwave binding does not work properly with certain thermostats, because apparently it doesn't use the byte size and precision given by the thermostat through the Thermostat Setpoint Capabilities Get Command. In the case of HeatIt ZTRM3, it reports (and expects) a two byte setpoint, while it seems OH uses only one byte when setpoint is set below 25.5. In effect, the setpoint cannot be set to anything less than 25.5 degrees.
This was also discovered and fixed in OpenZWave, and it would be great if a similar patch could be made to the OH binding.
OpenZWave/open-zwave#2458
OH version: 3.2.0
Zwave binding version: 3.2.0
The text was updated successfully, but these errors were encountered: