automaton82 <terrence.sheflin@gmail.com>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZWMAC › #804 | 1 year ago | Testless build | |
OZW › OZWLNX › #1457 | 1 year ago |
Updating revision history.
This thermostat requires 2 bytes for precision
I own this thermostat and trying to send the value with only 1 byte results in it dropping to the lowest value (10 degrees Celsius) if you send a decimal value (such as 23.5). Setting the precision to 2 solves it. |
762 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
I own this thermostat and trying to send the value with only 1 byte results in it dropping to the lowest value (10 degrees Celsius) if you send a decimal value (such as 23.5).
Setting the precision to 2 solves it.