User Tools

Site Tools


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:

The following hardware has been flashed with Tasmota & connected to Home Assistant using MQTT:

Sensors

Network Infrastructure:

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