The goal of this project is to create a device that can automate my IR-controllable AC units, either using a DHT sensor or over the internet while I'm away.
This is the "central server" part of the remote-ac-controller project.
remote-ac-controller.mp4
requirements:
git clone https://github.com/prplecake/remote-ac-homeserver
cd remote-ac-homeserver
go build cmd/server/main.go -o remote-ac-homeserver
./remote-ac-homeserver
This gets the web interface set up along with the DHT sensor. Learn how to set up lirc on the wiki.