Provides an bridge between an LG Airco with PDRYCB500 to Home Assistant using a modbus tcp server and MQTT
Go to file
2024-01-27 22:06:07 +01:00
.github/workflows add github release 2024-01-27 21:49:26 +01:00
config move config to config directory 2024-01-27 20:32:30 +01:00
src move config to config directory 2024-01-27 20:32:30 +01:00
.gitignore move config to config directory 2024-01-27 20:32:30 +01:00
Dockerfile push with some fixes and docker build/push github workflow 2023-11-06 16:30:13 +01:00
LICENSE Initial commit 2023-11-04 13:00:05 +01:00
README.md update README.md 2024-01-27 22:06:07 +01:00
requirements.txt initial commit 2023-11-05 01:27:35 +01:00
version.info add github release 2024-01-27 21:49:26 +01:00

lg-airco-modbus-mqtt

Provides an bridge between an LG Airco with PDRYCB500 to Home Assistant using a modbus tcp server and MQTT

On one side I have an LG indoor unit connected to a PDRYCB500 connected to a Modbus TCP server. On the other side I have a Home Assistant with a MQTT server. This piece of software is intended to connect those two together.

Running using Docker

Example run:

docker run -it -v $(pwd)/config.yaml:/usr/src/app/config/config.yaml filipvanham/lg-airco-modbus-mqtt

You can find an example config file at config/config.example.yaml