Skip to content

v1.4.2

Choose a tag to compare

@superrob superrob released this 01 Nov 17:21

This release changes the update behavior to provide improved responsiveness when setting values. Previously, any changes made would send a request to the HVAC unit, which would then be queried for the changes. This could result in the values not being updated before Home Assistant decided to update the displayed value, causing them to flip back and forth.

This is now handled by temporarily setting the value in the cache to the new value. The value will only revert if the HVAC unit disagrees.

This change also seems to have fixed issue #28.

Additionally, this release introduces a new feature requested in issue #34 for CTS602 owners. You can now choose between auto, cooling, and heating modes in the climate entity.

Finally, some changes have been made to exception handling in the internal library. This should prevent the component from crashing when disconnected from the network, as reported in issue #35.