home_automation
Home Automation System
I'm using Home Assistant running on a Raspberry Pi 3. Whenever possible, I use WiFi to communicate between remote devices.
Integrations include:
- Kodi (Media Center)
- Konnected Alarm Panel Pro (12-Zone)
- Obihai (Home Telephone)
- Shark IQ (Vacuum cleaner)
- Tasmota (Lights, ESP32 devices, Temperature sensors)
- UniFi Network (Network & WiFi access points)
- UniFi Protect (Video cameras)
- QuinLED-Dig-Quad with WLED firmware
- Gledopto WLED Digital Light Strip Controller
- RATGDO Garage Door Opener
The following hardware has been flashed with Tasmota & connected to Home Assistant using MQTT:
- Kauf A15, A19 & A21 Bulbs
- Seeed Studio XIAO ESP32C3 Development Board - Don't use these (no longer supported)
- Sonoff S31 - Used to monitor power consumption & control outlets
- Sonoff Slampher R2 - Table lamp
- Sonoff THR320D - Used to monitor temperature/humidity and control an attic exhaust fan
- Sonoff TX T0US3C - Wall switch used to control 3 devices
- Sonoff NSPanel Touch Display Switch - Wall switch and display
Sensors
Network Infrastructure:
- LilyGo ESP32-S3 LoRa Development Board with SX1262 868/915MHz GPS U-blox L76K - aka: T-BeamSUPREME (M)
- 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.txt · Last modified: 2025/09/15 22:44 by w5ged