vindaalex / multizone-thermostat

This is a home assistant custom component. It is a thermostat including various control options, such as: on-off, PID, weather controlled. The thermostat can be used in stand-alone mode or as zoned heating (master- satellites).
33 stars 6 forks source link

Reload #5

Closed mycanaletto closed 1 year ago

mycanaletto commented 2 years ago

When reloading the thermostat (with the "C" button), I get this error that I see in Schedy. On the other hand, if I restart Home Assistant I don't have any problem.

Unknown HVAC mode 'unknown'

vindaalex commented 2 years ago

I don't use schedy but it seems it is trying to change HVAC mode to 'unknown'. This should be one of: heat, cool or off

mycanaletto commented 2 years ago

If I restart Home Assistant everything is normal, but if I do a reload of the integration I get this error.

vindaalex commented 2 years ago

I did quite some changes to the code the last few weeks. You could give the new version a try. In this version the default hvac mode is off instead of None. Maybe it solves your error.

Please read the readme for config changes, such as:

mycanaletto commented 2 years ago

I will test it !

vindaalex commented 2 years ago

I've updated hacs part and hope it will be accepted to be available in hacs