Replies: 1 comment
-
Look earlier in the logs. So restart the container, and then look at the logs immediately. Is it reading the config files ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to take control over a Vaillant heatpump and I'm having some problems.
My setup:
docker run -d --name=ebusd --rm --network=host john30/ebusd --scanconfig -d ens:192.168.178.4:9999 --mqttport=1883 --mqtthost=127.0.0.1 --latency=20
I'm unable to get any comprehencible data from the bus using this setup. ebusd publishes some MQTT messages on ebusd/hmu and ebusd/global but I don't see any auto discovery messages for Home Assistant, nor any messages, except for the outside temperature, that look like anything I can recognize.
docker logs runs full with messages like this:
Which, after reading around forums, makes me think there's something wrong with the config, but I'm not sure what to do about it.
I would appriciate every help I can get. Please tell me what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions