Provides an bridge between an LG Airco with PDRYCB500 to Home Assistant using a modbus tcp server and MQTT
Go to file
2023-11-05 01:27:35 +01:00
models initial commit 2023-11-05 01:27:35 +01:00
.gitignore initial commit 2023-11-05 01:27:35 +01:00
config.example.yaml initial commit 2023-11-05 01:27:35 +01:00
config.py initial commit 2023-11-05 01:27:35 +01:00
event_hook.py initial commit 2023-11-05 01:27:35 +01:00
LICENSE Initial commit 2023-11-04 13:00:05 +01:00
modbus_client.py initial commit 2023-11-05 01:27:35 +01:00
mqtt_client.py initial commit 2023-11-05 01:27:35 +01:00
README.md Update README.md 2023-11-04 13:03:58 +01:00
requirements.txt initial commit 2023-11-05 01:27:35 +01:00
server.py initial commit 2023-11-05 01:27:35 +01:00
state_service.py initial commit 2023-11-05 01:27:35 +01:00
version.info initial commit 2023-11-05 01:27:35 +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 over side I have a Home Assistant with a MQTT server. This piece of software is intended to connect those two together.

I will provide auto configuration with MQTT and allow the user to configure it all using a YAML file.