https://github.com/prplecake/remote-ac-controller
Remotely control AC with your Raspberry Pi.
https://github.com/prplecake/remote-ac-controller
dht11 django ir-remote ir-transmitter lirc raspberry-pi react reactjs
Last synced: 2 months ago
JSON representation
Remotely control AC with your Raspberry Pi.
- Host: GitHub
- URL: https://github.com/prplecake/remote-ac-controller
- Owner: prplecake
- License: unlicense
- Created: 2023-01-03T17:27:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T22:32:40.000Z (about 1 year ago)
- Last Synced: 2025-10-23T09:11:50.741Z (8 months ago)
- Topics: dht11, django, ir-remote, ir-transmitter, lirc, raspberry-pi, react, reactjs
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# remote-ac-controller
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.
## quickstart
This project comes in multiple parts: a [central homeserver][homeserver] that
can support multiple clients. A new [Web UI] and [esp32 sensor] are in
the works.
The old Raspberry Pi client [can be found here][rpi-client].
[homeserver]:https://github.com/prplecake/remote-ac-homeserver
[rpi-client]:https://github.com/prplecake/remote-ac-client
[Web UI]:http://github.com/prplecake/remote-ac-webui
[esp32 sensor]:https://github.com/prplecake/remote-ac-controller-esp32
## see also
- [circuit schematic](https://github.com/prplecake/remote-ac-controller/wiki/Schematic)
- [frigidaire ac remote lirc config](https://gist.github.com/prplecake/71c4bc8584541cf7423b922b81733c3a)
- [IRreceiver MCU code](https://github.com/prplecake/IRreceiver)