Cereal2nd / velbus-aio

Velbus Asyncio
Apache License 2.0
14 stars 10 forks source link

Added support for getting the cool_mode (to switch HVAC mode) #85

Closed RZomermanMS closed 6 months ago

RZomermanMS commented 6 months ago

These are the two changes required to support the get_cool_mode function working. This is required to get the actual status of the thermostat (cool/heat) based on the 0xEA (Transmit the Sensor Status) message. And will be used in the HA module climate.py - the new module reports back the "cooling" mode in True/False (False being Heat mode)