Replies: 1 comment
-
Thanks for sharing this! It's always nice to hear these success stories 😄 I've added the unit to the README. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking for a way to automate my LG HVAC since a long time...
The LG website don't gives any compatibility list for their products with wifi boards or cable remote. The web doesn't seems to have many documentation on this either.
I was to the point to use an ESP32 fake infrared remote for this when I found this project.
An inspection to my HVAC mainboard reveals a CN-REMO port in it, so I ordered some PCB from JLPCB
While awaiting the PCB, I tried your code with an ESP32 and Home Assistant for a week with some automations and everything seems to work fluently. I'm even able to control the HVAC with Siri via HomeKit bridge.
Just got my tiny PCB from JLPCB today (version February 24 without C3)
I'm starring using this project with your board connected to my HVAC and everything seems to work as promised, and without any annoying on/off or temperature change sounds from my unit !!!!
Thank you so much to @florianbrede-ayet and @JanM321 for all your work on this !!!!!
One of the simplest and well documented project I've ever build.
This is my LG mono split model : S09EQ.NSJ / S09EQ.UA3
It is from 2018, but I had to open it to get access to the CN-REMO port on the PCB (no factory extension cable)
Just a thing :
![Untitled](https://private-user-images.githubusercontent.com/165197185/317460558-efe5f4dc-7990-4393-93aa-a17117d9b9a7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDM0MDgsIm5iZiI6MTczODkwMzEwOCwicGF0aCI6Ii8xNjUxOTcxODUvMzE3NDYwNTU4LWVmZTVmNGRjLTc5OTAtNDM5My05M2FhLWExNzExN2Q5YjlhNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwNDM4MjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xOWNiZTE2MjNmYmNmNzQ0NmRhOTlmNTZlYzdjOTM5MWM1MjE4NmJkZjQyOGQ1OWU0NDM3MTBhNGU4YzEzMTkyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.dnf5_Gw1Cv4777Togr6wSLTSVJmMoFm8ANC3yhYIQQs)
For this project I've ordered a Giyofom ESP-WROOM-32E WiFi Dual Core CPU Development Board from Amazon.fr. This unit is narrower than the tiny PCB (2 or 3mm). Bending the pins and forcing a little bit to fit solved the issue ;-)
Beta Was this translation helpful? Give feedback.
All reactions