Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Van Ham authored and Filip Van Ham committed Jan 27, 2024
1 parent bc7b103 commit 6d77055
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
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.
On the other 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.

## 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)

0 comments on commit 6d77055

Please sign in to comment.