bob1de / hass-apps

Some useful apps and snippets to empower Home Assistant and AppDaemon even more.
Apache License 2.0
86 stars 23 forks source link

[heaty] Add support for thermostats which don't support setpoints #15

Closed bob1de closed 6 years ago

bob1de commented 6 years ago

There are thermostats which only support operation modes and no setpoints (e.g. water heaters that are hard-wired to a fixed temperature). Although such devices should IMHO be switches and no climate entities, the reality is different.

Two new thermostat settings will be added to support these kind of devices (supports_temps and assumed_temp). Documentation goes into the sample config file, as always.

bob1de commented 6 years ago

I now decided against the assumed_temp setting and instead disable change replication and delayed re-scheduling completely for thermostats with disabled temperature support.