-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only receiving single bytes of data and no devices seen on bus #1064
Labels
Comments
Further info: running with
|
Solved it:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I have an esera eBUS Coupler Ethernet, connected directly to a Rasperry Pi 3 over an Ethernet cable, with a static IP address on each end. The coupler is set to send data over UDP to the Pi, and the Pi has nothing much running.
I've compiled ebusd from the latest releaesd version, and when I run it with --scanconfig=full, it never finds anything device on the eBUS, despite a Vaillant boiler being connected via one pair of wires in a Cat5 cable.
I only ever seem to get single bytes of data coming from the bus. If I power down the boiler, the data I receive changes to '00'.
Actual behavior
No devices are detected. Before the scan starts, data is received on the bus, but with what looks like warnings - see 'Logs'
Expected behavior
I'd expect ebusd to be able to find at least one device
ebusd version
23.2
ebusd arguments
--device=udp:192.168.100.50:5000 --scanconfig=full -f --log=all:debug --lograwdata
Operating system
Debian 12 (Bookworm) / Ubuntu 22-23 / Raspberry Pi OS 12 (including lite)
CPU architecture
arm64
Dockerized
None
Hardware interface
other
Related integration
other
Logs
The text was updated successfully, but these errors were encountered: