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

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.

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)