You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to set the hvac action template in order to have the current status of the entity, but i does not work, thi is the template:
hvac_action_template: "{% set p = states('sensor.fancoil_cucina') | float > 0 %} {% set eu = states('input_select.stagione') == 'Inverno' %} {{ 'HVACAction.HEATING' if p == true and eu ==true else 'HVACAction.COOLING' if p == true and eu == false else 'HVACAction.OFF' }}"
thanks for your help
The text was updated successfully, but these errors were encountered:
Hi to everyone,
I tried to set the hvac action template in order to have the current status of the entity, but i does not work, thi is the template:
thanks for your help
The text was updated successfully, but these errors were encountered: