v1.2.0: New Features - Drying action, high-res zone temperatures
New Features:
- Drying (aka Dehumidify) can now be reported as the current action when the system appears to be in that mode. This defaults to previous behavior since it could confuse clients not expecting to see it; add
-drying
to the command line to enable it. Currently, heuristics are used to guess when this mode is active, since we have not found a way to determine it precisely. Refer to README.md for details. - High-resolution raw temperature readings (to 1/16 degree) reported by the thermostat are now published as
infinitive/zone/X/temp16
in MQTT, and per-zone bonus sensors named<zoneName> Raw Temperature
will be created via Home Assistant MQTT Discovery if using. These sensors do not affect the Home Assistant MQTT Climate integration but you will find them as stand-alone sensors in case you would like to use them. They will differ from the smoothed, rounded values shown on the thermostat but are undoubtedly used internally.
Minor Fixes:
- The fix to the Infinity clock skew in v1.1.0 was found to over-compensate a bit; this release contains a small adjustment to keep the Infinity clock within 1 minute of the infinitive host's clock whenever the affected register is written.
Full Changelog: v1.1.0...v1.2.0