Only get "signal lost" once #1363
-
Dear John and others, Great job building such a versatile ebus deamon, though I have some trouble getting it started. Hardware:
Software:
Behavior: 2024-10-20 11:42:02.361 [bus notice] bus started with own address 31/36 The last line is repeated over time and every now and then the [network debug] prints a lot of lines. In case only ctrl+c and repeat the command, it only prints "bus started with own address 31/36." and then starts repeating "performing regular tasks". I need to reconnect the USB in order to get "signal acquired" again. Additional information: Further, I played some with the --accesslevel and --latency. As I knew from an previous project with seral data over USB I even set "sudo chmod 777 /dev/ttyACM0" to be sure everything and everyone could write and execute on the device. I also disconnected the Brink Air Control unit. This behavior seems very different from other posts/repositories of brink or other devices, I would appreciate any help. Jeroen Update: Maybe I did not searched well enough though the discussions. I just found this post (#1289 (comment)) which seems similar. I did not change any setting on the ebus adapter, meaning it might not be on the serial setting. As such I think this needs checking first. I also found an other post about the version being set wrong on the adapter (#774 (comment)) I will check that as well, although I noticed a difference with my situation that the ebusctl prints “signal: acquired” instead of “ signal: no signal” in my case. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
😅 It was indeed changing the ebus to output via serial. The awkward thing is, I did found the setting while configuring/exploring the adapter the first time. Though I remember I could not find any information on the meaning of the setting or the need to change them (and I still cannot find it). As I did not want to risk potentially losing acces via the accespoint, I did not change the setting. @john30: Two suggestions to improve 1) This might not be the right place to suggest this though, please consider updating the https://adapter.ebusd.eu/v5/steps.en.html page with something like: "De default output of the adapter is over WIFI, when using USB, RPI or ethernet ouput, configure this in ... [web page http://192.168.4.1 or easi>]" |
Beta Was this translation helpful? Give feedback.
😅 It was indeed changing the ebus to output via serial. The awkward thing is, I did found the setting while configuring/exploring the adapter the first time. Though I remember I could not find any information on the meaning of the setting or the need to change them (and I still cannot find it). As I did not want to risk potentially losing acces via the accespoint, I did not change the setting.
@john30: Two suggestions to improve 1) This might not be the right place to suggest this though, please consider updating the https://adapter.ebusd.eu/v5/steps.en.html page with something like: "De default output of the adapter is over WIFI, when using USB, RPI or ethernet ouput, configure this in .…