gsasha / hvac_ip_mqtt_bridge

A bridge to connect between ip-enabled HVAC units and mqtt (to be connected to HomeAssistant etc)
Apache License 2.0
4 stars 3 forks source link

help #1

Open wifi75 opened 4 years ago

wifi75 commented 4 years ago

Hello how i can install it? I want try on my HA

Jens-Wymeersch commented 4 years ago

same question

wifi75 commented 3 years ago

@gsasha hello can yoy explein how I can install script on HA?

Jens-Wymeersch commented 3 years ago

@wifi75 @gsasha send me some bits and pieces. I got the container to work as the link with the MQTT broker. The connection btw the bridge and the A/C isn't working properly but you might have better luck then me

You need to make a docker file, place the yaml file correctly in the directory and run docker compose

config.yaml:

mqtt: host: "10.10.10.37" devices:

and here is the section of docker-compose.yaml:

hvac-ip-mqtt-bridge: image: gsasha/hvac_ip_mqtt_bridge:latest_arm user: 1005:100 ports: