eBus adapter v3 + Ethernet = many bus errors? #591
Replies: 3 comments 3 replies
-
To rule out some external factors I've today reconnected the eBus adapter, this time using another USB cable and different power supply, other cables to connect to the actual eBus... still the same behavior! |
Beta Was this translation helpful? Give feedback.
-
I guess this is related to network traffic then. do you have the chance of recording some packets between ebusd and the adapter (tcpdump or wireshark) while simultaneously recording the ebusd log? |
Beta Was this translation helpful? Give feedback.
-
Hi,
Today I installed a v3 eBus adapter - connected to eBus + Ethernet + USB power.
Unfortunately I am encountering many bus errors which seem to slow down/disrupt the expected interpretation of the messages on the bus.
I've experimented with some of the eBus options but none seem to improve the situation so to reproduce the problem I'm using a minimal docker command using a recent image (latest, I've also tried devel or an older version without success):
docker run -it --name=ebusd -p 8888 john30/ebusd:latest --scanconfig -d enh:192.168.xx.xx:9999
This results in the following logs:
I've highlighted some of the different errors encoutered:
Using ebusctl I've been able to track the status and it seems like the devices do get recognized eventually, but the errors remain. What am I doing wrong? How should I troubleshoot this?
Yet another example of the troubled communication, this sequence of scans using ebusctl: (these commands are all executed in the same 10s)
Many thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions