-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adapter address identity on eBUS #100
Comments
Hi @21Development , I can tell you more if you provide logs as described in troubleshooting readme. |
Hi @danielkucera, I've had a adapter running for 6+ months and only just got round to learning and setting it up properly. It seems like none of the devices on my eBUS are fully supported out of the box. I've started to create the inc/csv files for my boiler (ecoTEC 418) which is looking okay so far. I'm struggling with a csv for my room stat (Vaillant / Netatmo vSmart) as I needed to start the csv from scratch and the vr65 (controlls the 2-port valves and NTC) doesn't seem to be detected on the eBUS at all. I've copied a few mins of the logs below in case you can see anything obvious :) DEBUG Log
|
Okay, I see there are multiple devices on the bus scanned correctly. What is the actual question? |
I see there is a CSV for the vr65 (https://github.com/john30/ebusd-configuration/blob/master/ebusd-2.1.x/en/vaillant/64.v65.csv) but I don't see anything other than 08 (boiler), 15 (stat) and 31/36 (abusd) when running ebusctl info or ebusdctl find i.e. no 64/65 device Am I missing something to expose the vr65 ? Is there a way to probe deeper on the eBUS to find it and/or make it show up so I can attach the 64.v65.csv and see the data? |
Most of messages to |
Are you referring to messages in the log above? Where do you see them? the vr65 is a mains powered device - it essentially acts as a wiring center where the 2-port valves connect to. The eBUS adapter is actually located inside the vr65 casing, connecting to the eBUS port Not tried adjusting PWM, is that done on the device configuration I/F? (I can’t remember what creds I set, i guess that means a reset?) |
@danielkucera Thanks for the tip about PWM! I remembered my creds and adjusted PWM from 130 to 150, restarted ebusd and now see: ebusctl info Is it okay to leave PWM at 150 or should I try optimise to higher/lower values? - Should there be a 'master' showing for the 64 slave? |
I am glad that worked.
Sure, whatever value works best for you.
That is not a requirement of the protocol. |
When scanning my eBUS using
ebusctl info
I see the following listed; I'm trying to determine if this is the adapter or my vr65?
address 31: master #8, ebusd
address 36: slave #8, ebusd
Should the adapter show up when scanning?
The text was updated successfully, but these errors were encountered: