|
|
|
|
|
by vrighter
224 days ago
|
|
I gave wifi to my AC, but went with a slightly different route. I used an ESP32 to reimplement its remote control and receiver. The ESP32 has dedicated hardware for implementing IR communications. I then recreated the remote control in the browser and had the system both send the right codes when pressed, and also receive any other valid signals (ex. if I used the actual remote) to sync the web ui with the ACs current state. |
|