Tutorials and blog posts of many home related DIY How Tos.
This is the collection of devices at Downing Place that monitors the porch, greenhouse light, greenhouse temperature and indoor temperatures including plant room, attic, AC output, crawl space temp and hunidity, garage door status, solar energy.
Motorized blinds from “the hookup”, a YouTube channel:
Mk blinds in Home Assistant
MK Blinds Servo to ESP wiring
h
I want to repurpose an old Dell Laptop that has Windows 10. The CPU is an Intel I3 and the power consumption is between 9 and 11 watts with Windows. This would make an excellent Linux machine with Home Assistant installed. I want to leave it on the shelf running HA 24/7 but with the lid closed.
import paho.mqtt.publish as publish import time print("Sending 0...") publish.single("ledStatus", "0", hostname="macman") time.sleep(1) print("Sending 1...") publish.single("ledStatus", "1", hostname="macman")
OpenGarage can check garage door status from anywhere, open or close the door remotely, and check the record of recent events through the log and history graph. The controller supports a built-in web interface with embedded HTMLs, and remote access through NodeRed via MQTT. The built-in interface is used for local access and changing configuration/settings, while NodeRed is used for remote monitoring and control.
Set up a Pi to be an owncloud server on your internal or external domain. Uses Nginx and mysql.