#beginner's question

1 messages · Page 1 of 1 (latest)

tawny grotto
#

hi
trying to build a thermostat with thermostatic vales and the heating pump. The thermostatic valves appear as entities with attributes, that is eg climate.office_thermostat and then can select either actual or target temperature as an attribute. But at that point the entity becomes unavailable for comparison. Meaning I cannot set target > actual as a condition in the UI because it only lets me compare entities and not the attributes of one entity. I assume there is a way in yaml, but I haven't got that far yet.

description: ""
mode: single
triggers:

  • trigger: numeric_state
    entity_id:
    • climate.office_thermostat
      attribute: temperature
      conditions: []
      actions: []

Thanks
Alex