-
-
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
Ebusd query timeout #128
Comments
first of all: there are no configuration files available for your device, so you'll have to let ebusd listen to what's going on on the bus and then try to decode that stuff yourself, which is a rather hard and painful job. |
Thank's for the feedback. At least, I'm on the right way 👍 A quick grab result done tonight :
It might be very close to the #46. John, do you mind if I follow up on this thread for this subject of what do you prefer ? |
at least you have a vaillant device, so some of the generic definitions (those in *.inc files) are most probably valid. I'd prefer if you open a new issue here https://github.com/john30/ebusd-configuration/issues as this repo is for development of the daemon itself, not the configuration files. please also post a scan result and an info result there to identify the device. |
You're right, let's close. I'll grab data, analyze and then open a issue there to follow up. Thanks again ! |
Hi,
Short description of the issue :
Query seems to timeout, master is well identified (Thermaplus Boiler) but unable to find any (scanned elements).
Software :
$dpkg -l | grep ebusd
OS :
$uname -a
Ebusd feedback:
$sudo ebusd --scanconfig -f
Ebus state :
ebusctl state
Ebus info :
ebusctl info
I've tried the following with no success :
$sudo setserial /dev/ttyUSB0 low_latency
As mentionned in Issue79
$ebusd -f -c /tmp --logareas bus --loglevel info --lograwdata=bytes -d /dev/ttyUSB0
Is returning <aa reliably.
I'm new with Ebusd, hope I didn't miss something. However, thanks for the great (and huge) job done here !
Ronan
The text was updated successfully, but these errors were encountered: