LukasGrebe / ha-addons

Addons for Home Assistant
GNU General Public License v3.0
37 stars 42 forks source link

eBUS Adapter 3 WiFi doesn't configure and send data to Home Assistant #53

Closed spelzl closed 9 months ago

spelzl commented 1 year ago

I have ordered and installed the following eBUS adapter 3 from john30:

02421f119da78343a2dedc45cd5a8719901f1bd9_2_517x153

At start-up I see the following in the add-on log:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
> ebusd --foreground --mqtthost=core-mosquitto --mqttport=1883 --mqttuser=addons --mqttpass=tienieK5eehauWi3Oow4Raech3aimeith0hu7aizoo5xaich8sietheimaLaivu7 --scanconfig --mqttjson --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqtttopic=ebusd --device=192.168.178.117:9999 --log=all:notice
2023-02-21 13:26:47.882 [main notice] ebusd 23.1.p20230106 started with auto scan on device 192.168.178.117:9999
2023-02-21 13:26:48.764 [bus notice] bus started with own address 31/36
2023-02-21 13:26:48.801 [bus notice] signal acquired
2023-02-21 13:26:49.223 [mqtt notice] connection established
2023-02-21 13:26:58.013 [bus notice] max. symbols per second: 122
2023-02-21 13:27:00.061 [bus notice] max. symbols per second: 149
2023-02-21 13:27:02.019 [bus error] signal lost
2023-02-21 13:27:02.295 [bus notice] signal acquired
2023-02-21 13:27:05.005 [bus notice] max. symbols per second: 264
2023-02-21 13:27:11.036 [bus notice] max. symbols per second: 318

In MQTT Explorer I have the following messages: 1bc96e438c8dff74a03a5c01a01ce80d02b503eb

It appears that I am missing something to receive the data from the vaillant heat pump. Why does the eBUS Adapter 3 WiFi can't retrieve and send data via MQTT? Can you please have a look into this issue?

LukasGrebe commented 1 year ago

Looks like ebusd is connecting to the Adapter just fine. however the connector does not acquire a signal /show no data from the bus. as this addon only runs ebusd and that part appears to be working. have you tried running ebusd through other means?