You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a heat pump Elco Aerotop S, connected it up to a recently purchased ebus adapter v5. The adapter is connected to a Raspberry pi 3. I installed the ebusd on the rasbperry, followed the entire checklist in the "getting starting" guide but I get an error message when the eBus is connected to the 2 wires bus.
I tried many options: connect the adapter via USB or using the GPIO, in standard mode or ehanced mode, the result is always the same. I tried to change latency settings with different values (20, 60, 20000) but the error still here. I also tried to remove the latency argument.
Also enabled debug level to have more info. Despite the different posts talking about this issue, I was not able to fix it.
There is a loop with these logs
[bus notice] signal acquired
[bus debug] ERR: read timeout during skip, switching to no signal
[bus error] signal lost
[bus notice] signal acquired
[bus debug] ERR: read timeout during skip, switching to no signal
[bus error] signal lost
....
Actual behavior
The error "signal lost" occurs after "read timeout error", regardless the value of the latency argument.
2024-08-20 18:34:27.792 [bus notice] device status: reset, supports info
2024-08-20 18:34:27.793 [network error] unable to start TCP server on port 8888: error 98
2024-08-20 18:34:27.794 [bus notice] device status: extra info: firmware 1.1[4809].1[4809], jumpers 0x03
2024-08-20 18:34:27.889 [bus notice] signal acquired
2024-08-20 18:34:29.064 [bus debug] ERR: read timeout during skip, switching to no signal
2024-08-20 18:34:29.064 [bus error] signal lost
2024-08-20 18:34:37.794 [main debug] performing regular tasks
2024-08-20 18:34:47.794 [main debug] performing regular tasks
2024-08-20 18:34:47.924 [bus notice] signal acquired
2024-08-20 18:34:49.020 [bus debug] ERR: read timeout during skip, switching to no signal
2024-08-20 18:34:49.020 [bus error] signal lost
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
I have a heat pump Elco Aerotop S, connected it up to a recently purchased ebus adapter v5. The adapter is connected to a Raspberry pi 3. I installed the ebusd on the rasbperry, followed the entire checklist in the "getting starting" guide but I get an error message when the eBus is connected to the 2 wires bus.
I tried many options: connect the adapter via USB or using the GPIO, in standard mode or ehanced mode, the result is always the same. I tried to change latency settings with different values (20, 60, 20000) but the error still here. I also tried to remove the
latency
argument.Also enabled debug level to have more info. Despite the different posts talking about this issue, I was not able to fix it.
There is a loop with these logs
Actual behavior
The error "signal lost" occurs after "read timeout error", regardless the value of the latency argument.
Expected behavior
Should not have a timeout error
ebusd version
23.3
ebusd arguments
-scanconfig -d ens:/dev/ttyACM0 --latency=20 --loglevel=debug
Operating system
Raspberry Pi Bookworm
CPU architecture
armv7
Dockerized
None
Hardware interface
adapter 5 via USB
Logs
Beta Was this translation helpful? Give feedback.
All reactions