john30 / ebusd

daemon for communication with eBUS heating systems
GNU General Public License v3.0
592 stars 136 forks source link

Protherm connection doesn't work #1110

Closed hryamzik closed 11 months ago

hryamzik commented 11 months ago

Description

I don't get any data from EBUS. I've checked voltage on diode bridge output and it's between 5 and 22 volts, seem to be legit.

Might be related to #1095 (error is the same but this time EBUS is connected.

Actual behavior

image

Expected behavior

working fine...

ebusd version

23.2

ebusd arguments

--foreground --mqtthost=core-mosquitto --mqttport=1883 --mqttuser=addons --mqttpass=*** --scanconfig --mqttjson --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqtttopic=ebusd --device=enh:/dev/ttyUSB0 --log=all:notice

Operating system

HAAS

CPU architecture

arm on raspberry pi 2b

Dockerized

same as ebusd version (running via ha-addons)

Hardware interface

adapter 3.0 USB

Related integration

MQTT Home Assistant via mqtt-hassio.cfg

Logs

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=*** --scanconfig --mqttjson --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqtttopic=ebusd --device=enh:/dev/ttyUSB0 --log=all:notice 2023-12-27 17:25:06.429 [main notice] ebusd 23.2.p20230716 started with auto scan on device: /dev/ttyUSB0, enhanced 2023-12-27 17:25:08.666 [bus notice] device status: resetting 2023-12-27 17:25:08.667 [bus notice] bus started with own address 31/36 2023-12-27 17:25:08.720 [bus error] device status: missing enhanced byte 2 2023-12-27 17:25:08.807 [bus error] device status: missing enhanced byte 2 2023-12-27 17:25:08.894 [bus error] device status: missing enhanced byte 2 2023-12-27 17:25:08.982 [bus error] device status: missing enhanced byte 2 2023-12-27 17:25:09.069 [bus error] device status: missing enhanced byte 2

hryamzik commented 11 months ago

Switched to ens, that works.