Hi Danny,
your doc tells about temperature in Command 52:
bit 5-0 : set temperature - 9
bit 6 : always set to '1' ?
In reality it should be:
bit 6-0 : set temperature + 55
Detected & tested on my java HVAC Controller project during hot summer when AC air output was 8°C but original deserialization read it wrongly as 72°C.
Feel free to see this fix, especially the test method at the end.
Hi Danny, your doc tells about temperature in Command 52:
In reality it should be:
Detected & tested on my java HVAC Controller project during hot summer when AC air output was 8°C but original deserialization read it wrongly as 72°C.
Feel free to see this fix, especially the test method at the end.