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.
I now decided against the assumed_temp setting and instead disable change replication and delayed re-scheduling completely for thermostats with disabled temperature support.
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
andassumed_temp
). Documentation goes into the sample config file, as always.