Hirdetés

2024. május 24., péntek

Gyorskeresés

Téma összefoglaló

Téma összefoglaló

  • Utoljára frissítve: 2023-12-13 05:08:33

LOGOUT.hu

Okos Otthon összefoglaló

Összefoglaló kinyitása ▼

Hozzászólások

(#23658) gery2123


gery2123
őstag

Sziasztok!

Van két automatizációm, de nem akar menni. Mi lehet a gond.
Lényeg van lent és fent egy tado termosz. Lent padlófűtés van és annak a keringetőjét szeretném kapcsolni a szerint, hogy van e fűtési igény vagy nincs. Az mindegy hogy melyik tado egység fűt. Ha nincs fűtési igény akkor ne menjen a keringető. Előre is köszönöm!

#Keringető_ON
- id: '1612638794044'
  alias: Keringető_ON
  description: ''
  trigger:
  - platform: numeric_state
    entity_id: sensor.nappali_heating
    above: '1'
  condition:
  - condition: or
    conditions:
    - condition: numeric_state
      entity_id: sensor.emelet_heating
      above: '1'
  action:
  - service: switch.turn_on
    data: {}
    entity_id: switch.sonoff_1000490506
  mode: single
  
#Keringető_OFF
- id: '1612638909826'
  alias: Keringető_OFF
  description: ''
  trigger:
  - platform: numeric_state
    entity_id: sensor.nappali_heating
    below: '1'
  condition:
  - condition: or
    conditions:
    - condition: numeric_state
      entity_id: sensor.emelet_heating
      below: '1'
  action:
  - service: switch.turn_off
    data: {}
    entity_id: switch.sonoff_1000490506
  mode: single

-- PSN_ID: GerY2123

Copyright © 2000-2024 PROHARDVER Informatikai Kft.