Advertisement
Guest User

centrala

a guest
Oct 15th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. climate:
  2. - platform: generic_thermostat
  3. name: Termostat
  4. heater: switch.centrala
  5. target_sensor: sensor.Temperature
  6. min_temp: 15
  7. max_temp: 24
  8. ac_mode: False
  9. target_temp: 20
  10. cold_tolerance: 0.3
  11. hot_tolerance: 0
  12. min_cycle_duration:
  13. seconds: 30
  14. keep_alive:
  15. minutes: 3
  16. initial_operation_mode: "auto"
  17. away_temp: 17
  18.  
  19. switch:
  20. - platform : mqtt
  21. name: "Centrala"
  22. state_topic: "/centrala/relay/relay"
  23. command_topic: "/centrala/gpio/5"
  24. payload_on: "1"
  25. payload_off: "0"
  26. optimistic: false
  27. qos: 0
  28. retain: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement