Replies: 2 comments
-
I don't think that's possible? The ESPHome controller in this repository talks to the indoor unit using LG's B/Y/R connection/protocol. The IntesisBox module does the same thing, but it also offers RS485. This is very different from the LG protocol though - it seems to use Modbus. |
Beta Was this translation helpful? Give feedback.
-
The intensisBox is wired to indoor unit too, so the best way is to replace my RS485 on esp32 and add a LIN transceiver ? then : |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm a bit confused about the protocols used to control the LG system.
I already have a module called LG-RC-MBS-1 that controls the LG system via RS485.
Could anyone help me or guide me on how to modify the code to use this module instead of the LIN transceiver?
I assume I just need to update the connection part?
Here’s the module manual, which includes a table listing the register addresses for controlling the LG system:
LG-RC-MBS-1 User Manual
I have an ESP32 with an RS485 output that will be connected to the RS485 module via A+ and B- and B Y R to LG unit.
Can someone guide me?
Beta Was this translation helpful? Give feedback.
All reactions