Advertisement
Mortalone

danfoss hassio setup

Aug 18th, 2021
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. etrv2mqtt options (supervisor):
  2. thermostats:
  3. - topic: bedroom
  4. address: 00:xx:xx:94:xx:5b
  5. secret_key: dxxxxxxxxxxxxxxxxx22c
  6. mqtt:
  7. server: localhost
  8. port: 1883
  9. user: mqtt
  10. password: mqtt
  11. base_topic: etrv
  12. options:
  13. poll_interval: 3600
  14. retry_limit: 5
  15. stay_connected: false
  16. report_room_temperature: true
  17. setpoint_debounce_time: 3
  18.  
  19. ##################################################################################################################
  20. Mosquitto broker options (supervisor):
  21.  
  22. logins: []
  23. customize:
  24. active: false
  25. folder: mosquitto
  26. certfile: fullchain.pem
  27. keyfile: privkey.pem
  28. require_certificate: false
  29.  
  30. #######################################################################################################################
  31. configuration.yaml
  32.  
  33. mqtt:
  34. discovery: true
  35. broker: core-mosquitto
  36. birth_message:
  37. topic: 'hass/status'
  38. payload: 'online'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement