User Tools

Site Tools


home_automation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home_automation [2025/08/17 13:59] w5gedhome_automation [2025/09/30 23:53] (current) w5ged
Line 1: Line 1:
 ====== Home Automation System ====== ====== Home Automation System ======
-I'm using [[https://www.home-assistant.io/|Home Assistant]] running on a [[https://www.raspberrypi.com/|Raspberry Pi]] 3+I'm using [[https://www.home-assistant.io/|Home Assistant]] running on a [[https://www.raspberrypi.com/|Raspberry Pi]] 4
-Whenever possible, I use WiFi to communicate between remote devices.+Whenever possible, I use WiFi to communicate with remote devices.
  
 Integrations include: Integrations include:
Line 15: Line 15:
   * [[https://gledopto.com|Gledopto]] WLED Digital Light Strip Controller   * [[https://gledopto.com|Gledopto]] WLED Digital Light Strip Controller
   * [[https://smlight.tech|SMLight SLZB-06M Ethernet/WiFi PoE Zigbee Adapter]]   * [[https://smlight.tech|SMLight SLZB-06M Ethernet/WiFi PoE Zigbee Adapter]]
 +  * [[https://ratcloud.llc/|RATGDO]] Garage Door Opener
 +  * [[https://www.rheem.com/econet-smart-thermostat|Rheem EcoNet Thermostat]]
 +  * [[https://www.plex.tv/|Plex Media Server]]
 +  * [[https://shop.tempest.earth/products/tempest|Weatherflow Tempest]]
  
 The following hardware has been flashed with Tasmota & connected to Home Assistant using MQTT: The following hardware has been flashed with Tasmota & connected to Home Assistant using MQTT:
Line 30: Line 34:
 Sensors Sensors
   * [[https://www.analog.com/media/en/technical-documentation/data-sheets/ds18b20.pdf|Analog Devices DS18B20]]   * [[https://www.analog.com/media/en/technical-documentation/data-sheets/ds18b20.pdf|Analog Devices DS18B20]]
-  * [[https://components101.com/sensors/dht22-pinout-specs-datasheet|DHT22]] - Do not use with a Raspberry Pi+  * [[https://components101.com/sensors/dht22-pinout-specs-datasheet|DHT22]] - Do not use the Raspberry Pi Adafruit library
   * [[https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme280-ds002.pdf|Bosch BME280]]   * [[https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme280-ds002.pdf|Bosch BME280]]
   * [[https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf|Bosch BMP280]]   * [[https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf|Bosch BMP280]]
 +  * [[https://sonoff.tech/en-us|SONOFF]] SNZB-02 ZigBee Indoor Temperature and Humidity Sensor
 +  * [[https://us.aqara.com/products/aqara-temperature-and-humidity-sensor|Aqara Zigbee Temperature and Humidity Sensor]]
  
 Network Infrastructure: Network Infrastructure:
   * [[https://www.lilygo.cc/products/t-beamsupreme-m?variant=43067944173749|LilyGo ESP32-S3 LoRa Development Board with SX1262 868/915MHz GPS U-blox L76K]] - aka: T-BeamSUPREME (M)   * [[https://www.lilygo.cc/products/t-beamsupreme-m?variant=43067944173749|LilyGo ESP32-S3 LoRa Development Board with SX1262 868/915MHz GPS U-blox L76K]] - aka: T-BeamSUPREME (M)
   * [[https://store.rakwireless.com/products/wisblock-meshtastic-starter-kit?variant=41433735758022|RAK WisBlock]] - aka: with u-blox ZOE-M8Q, OLED Display & solar enclosure   * [[https://store.rakwireless.com/products/wisblock-meshtastic-starter-kit?variant=41433735758022|RAK WisBlock]] - aka: with u-blox ZOE-M8Q, OLED Display & solar enclosure
 +
 +Tasmota Rules:
 +  * Control a remote switch based upon a local temperature value
 +
 +  Rule1
 +  ON Tele-DS18B20-1#Temperature>80 do WebSend [IPADDRESS] Power1 1 BREAK
 +  ON Tele-DS18B20-1#Temperature<75 do WebSend [IPADDRESS] Power1 0 ENDON
 +
 +
home_automation.1755439149.txt.gz · Last modified: by w5ged