Advertisement
seston

Saun max6675,si7021,relee Esphome

May 13th, 2024
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. spi:
  2. miso_pin: GPIO32
  3. clk_pin: GPIO25
  4.  
  5. sensor:
  6. - platform: max6675
  7. name: "Leiliruumi temp"
  8. cs_pin: GPIO23
  9. update_interval: 60s
  10. - platform: dht
  11. model: SI7021
  12. pin: GPIO14
  13. update_interval: 60s
  14. temperature:
  15. name: "Dušširuumi temp"
  16. id: "temp"
  17. filters:
  18. filter_out: nan
  19. humidity:
  20. name: "Dušširuumi niiskus1"
  21. filters:
  22. filter_out: nan
  23.  
  24. switch:
  25. - platform: gpio
  26. name: "Ventilaator"
  27. pin: GPIO15
  28. restore_mode: ALWAYS_OFF
  29.  
  30. external_components:
  31. source:
  32. type: git
  33. url: https://github.com/Beungoud/esphome
  34. ref: fix-esp32-dht-SI7021
  35. components: ["dht"]
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement