You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other Hardware/Software: ThinkQ and a LG Wifi Module connected to the indoor unit
I'm having trouble with the ESP not being able to send or receive any data to my AC. I can control my AC via the wired controller and ThinkQ, but I cannot control it with the ESP32. The .yaml code is definitely set for the FeatherS3 to be set in SLAVE and the wired controller is confirmed to be in MASTER mode.
When setting the climate, the logs seems fine and fully connected to the FeatherS3:
[20:50:43.310][S][climate]: '' >>
[20:50:43.310][S][climate]: Mode: COOL
[20:50:43.310][S][climate]: Fan Mode: ON
[20:50:43.310][S][climate]: Target Temperature: 22.00°C
However, I'm getting the following continuous logs without any data actually being sent through to the AC:
[20:50:48.800][D][lg-controller:1360]: update
[20:50:48.805][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:50:54.799][D][lg-controller:1360]: update
[20:50:54.800][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:00.800][D][lg-controller:1360]: update
[20:51:00.807][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:06.800][D][lg-controller:1360]: update
[20:51:06.959][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:12.801][D][lg-controller:1360]: update
[20:51:12.801][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:18.799][D][lg-controller:1360]: update
[20:51:18.804][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:24.799][D][lg-controller:1360]: update
[20:51:24.799][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:30.799][D][lg-controller:1360]: update
[20:51:30.803][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:33.597][D][preferences:136]: Writing 1 items: 0 cached, 1 written, 0 failed
The PCB/ESP32 is connected directly to the wired wall controller with a pigtail wires to the GND/+12V/SIG-B. Similarly to #86
The transceiver on the FeatherS3 PCB is as per the BOM (TJA1027), however the the README under PCB details that originally the design used a TLIN1027. Could this be a contributing factor to the transceiver not correctly sending/receiving data?
I'm hoping someone is able to assist, has seen this issue, was able to resolve it or how to even diagnose this to find the root cause. I have already gone down this far into the project and would be keen to finish it in a working manner. I previously had a voltage issue on the PCB, but this was resolved (#156).
Background Info:
I'm having trouble with the ESP not being able to send or receive any data to my AC. I can control my AC via the wired controller and ThinkQ, but I cannot control it with the ESP32. The .yaml code is definitely set for the FeatherS3 to be set in SLAVE and the wired controller is confirmed to be in MASTER mode.
When setting the climate, the logs seems fine and fully connected to the FeatherS3:
[20:50:43.310][S][climate]: '' >>
[20:50:43.310][S][climate]: Mode: COOL
[20:50:43.310][S][climate]: Fan Mode: ON
[20:50:43.310][S][climate]: Target Temperature: 22.00°C
However, I'm getting the following continuous logs without any data actually being sent through to the AC:
[20:50:48.800][D][lg-controller:1360]: update
[20:50:48.805][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:50:54.799][D][lg-controller:1360]: update
[20:50:54.800][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:00.800][D][lg-controller:1360]: update
[20:51:00.807][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:06.800][D][lg-controller:1360]: update
[20:51:06.959][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:12.801][D][lg-controller:1360]: update
[20:51:12.801][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:18.799][D][lg-controller:1360]: update
[20:51:18.804][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:24.799][D][lg-controller:1360]: update
[20:51:24.799][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:30.799][D][lg-controller:1360]: update
[20:51:30.803][D][lg-controller:1436]: Not sending, waiting for other controller or unit to send first
[20:51:33.597][D][preferences:136]: Writing 1 items: 0 cached, 1 written, 0 failed
The PCB/ESP32 is connected directly to the wired wall controller with a pigtail wires to the GND/+12V/SIG-B. Similarly to #86
The transceiver on the FeatherS3 PCB is as per the BOM (TJA1027), however the the README under PCB details that originally the design used a TLIN1027. Could this be a contributing factor to the transceiver not correctly sending/receiving data?
I'm hoping someone is able to assist, has seen this issue, was able to resolve it or how to even diagnose this to find the root cause. I have already gone down this far into the project and would be keen to finish it in a working manner. I previously had a voltage issue on the PCB, but this was resolved (#156).
Please let me know what other info is needed.