Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Fűtés válltás - kazán --> klíma
- description: ""
- trigger:
- - platform: template
- value_template: >-
- {{ states('input_number.fix_temperature_nappali') | float >
- state_attr('climate.nappali', 'current_temperature') }}
- condition:
- - condition: and
- conditions:
- - above: "10"
- condition: numeric_state
- entity_id: sensor.0x00158d00027535bc_temperature
- - condition: state
- entity_id: group.all_windows
- state: "off"
- - after: "09:00"
- before: "18:00"
- condition: time
- action:
- - data: {}
- entity_id: group.all_heating
- service: climate.turn_off
- - data:
- hvac_mode: heat
- entity_id: climate.nappali_klima
- service: climate.set_hvac_mode
- - data:
- temperature: 23
- entity_id: climate.nappali_klima
- service: climate.set_temperature
- mode: single
- alias: Fűtés válltás - klíma --> kazán
- description: ""
- trigger:
- - platform: template
- value_template: >-
- {{ states('input_number.fix_temperature_nappali') | float <
- state_attr('climate.nappali', 'current_temperature') }}
- condition:
- - condition: state
- entity_id: climate.nappali_klima
- state: heat
- action:
- - data: {}
- entity_id: climate.nappali_klima
- service: climate.turn_off
- - data:
- hvac_mode: auto
- entity_id: group.all_heating
- service: climate.set_hvac_mode
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment