https://github.com/prplecake/remote-ac-homeserver
https://github.com/prplecake/remote-ac-homeserver
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prplecake/remote-ac-homeserver
- Owner: prplecake
- License: unlicense
- Created: 2023-07-19T23:49:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T23:21:37.000Z (11 months ago)
- Last Synced: 2025-07-21T01:11:50.465Z (11 months ago)
- Language: Go
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)