Open fschwarz86 opened 1 year ago
Is it possible to use templating as an input parameter for the temperature in thermal_comfor?
{{ state_attr('climate.rebekka_thermostat', 'current_temperature') }}
Not currently, but you can create a template sensor and use that entity.
That would work, but that would require me to create ~10 template sensors and I was hoping to avoid that.
Facing this use case as well.
I see two possible approaches here
state attribute
configuration to use when getting data from entity and use value from attribute in listener instead of state
.template
, and use async_track_template_result
Hi there,
I'm using Homematic(IP) Local to connect my HomematicIP setup with HA. It exposes my heating controls as a climate sensor to HA and uses attributes for temperature, humidity etc:
Unfortunately, this prevents me from setting up a Thermal Comfort device, as it requires a tempreature and humidity sensor. Theoretically, I could create a sensor from the attribute, however doing this 10 times is a bit cumbersome, hence my feature request.
Thanks for your time and consideration, Florian