Facebook
From Smelly Cheetah, 1 Year ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Re: Re: Untitled from Mammoth Hedgehog - go back
Embed
switch:
  
automation:
  
alias: "Cambia valore termo"
  - trigger:
      
platform: template
    switches:
      clima_thermo:
        value_template: 
state
      entity_id: switch.clima_thermo
  - action:
    - service: switch.turn_on
    - service: http.post
      data_template:
        url: "http://192.168.1.252:8081/user/action.cgi"
        params:
          clima: 0
          thermo: set
          val: 
"{{ states.sensor.switch.clima_thermo.state }}"
        turn_on:
          service: switch.turn_on
          data:
            entity_id: switch.clima_thermo
        turn_off:
          service: switch.turn_off
          data:
            entity_id: switch.clima_thermo
}}"

Replies to Re: Re: Re: Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Re: Re: Re: Untitled Wet Mockingjay text 1 Year ago.