ha-dual-smart-thermostat icon indicating copy to clipboard operation
ha-dual-smart-thermostat copied to clipboard

Feature request: target_sensor not only sensor entity

Open dala318 opened this issue 2 years ago • 1 comments

I'm planning to use this as an extension to a less capable physical thermostat (heat only) But as the dual_smart_thermostat need the target_sensor to be a thermometer with state as temp I have to go the way around to create a template sensor to extract the actual temperature from my climate entity. Would like to either allow climate entities as target_sensor, or that you can specify any input formula you want. E.g. target_sensor: "{{ state_attr('climate.thermostat_hallway', 'current_temperature') }}"

dala318 avatar Oct 16 '22 12:10 dala318

When thinking of it a bit more, maybe the climate entity should be a different configuration setting, in that case the state of the entity [off, heat_cool, ...] could also affect the state of the dual-smart-thermostat.

dala318 avatar Oct 16 '22 13:10 dala318

I don't plan to support the target_sensor other than sensors.

swingerman avatar Mar 21 '24 13:03 swingerman