lg-airco-modbus-mqtt/README.md

18 lines
599 B
Markdown
Raw Normal View History

2023-11-04 12:00:05 +00:00
# lg-airco-modbus-mqtt
Provides an bridge between an LG Airco with PDRYCB500 to Home Assistant using a modbus tcp server and MQTT
2023-11-04 12:03:58 +00:00
On one side I have an LG indoor unit connected to a PDRYCB500 connected to a Modbus TCP server.
2024-01-27 21:06:07 +00:00
On the other side I have a Home Assistant with a MQTT server.
2023-11-04 12:03:58 +00:00
This piece of software is intended to connect those two together.
2024-01-27 21:06:07 +00:00
## 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](config/config.example.yaml)