An open API service indexing awesome lists of open source software.

https://github.com/prplecake/remote-ac-homeserver


https://github.com/prplecake/remote-ac-homeserver

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# remote-ac-homeserver

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]:https://github.com/prplecake/remote-ac-controller

## quickstart

requirements:

- [lirc](https://www.lirc.org/)

```shell
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][lirc-wiki].

[lirc-wiki]: https://gitfminus.co/prplecake/remote-ac-homeserver/wiki/lirc

## see also

- [circuit schematic](https://github.com/prplecake/remote-ac-homeserver/wiki/Schematic)
- [frigidaire ac remote lirc config](https://gist.github.com/prplecake/71c4bc8584541cf7423b922b81733c3a)
- [IRreceiver MCU code](https://git.fminus.co/prplecake/IRreceiver)