-
-
Notifications
You must be signed in to change notification settings - Fork 635
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
Inclusion of Aeotec Wallmote (Quad) hangs when interviewing configuration params #974
Comments
Which version of the library are you using? This should be fixed in the current alpha (00718ee), but I wouldn't recommend using that in production yet, since it has issues with some secure devices. From what I've read, parameter #39 should already be there in the old firmware revisions, even though it is not documented. #5 was added in a firmware revision after 1.5, but I'm not sure which one, so I assumed 1.6. My 1.8 device does have it - which version do you have? |
Oh, great. I actually run alpha.1 and maybe that's the issue here. I'll try to upgrade and see if the problem disappears. I've got alot of Z-Wave devices (around 50) and there were some problems (retransmission, etc) with 4.x that has been fixed in alpha.x, so it's more stable for me. I think this is version 2.3: 10:06:31.571 CNTRLR [Node 041] [+] [Version] firmwareVersions: 2.3 [Endpoint 0] |
Huh, I didn't know there is a 2.x firmware. Maybe that's a different hardware. If that doesn't have parameter #39 either, please let me know and will remove them for the 2.x firmware line. |
Does the log or values.jsonl contain any reference to these parameters? |
From log: 11:34:36.280 CNTRLR [Node 044] ConfigurationCC: Loading configuration parameters from device config values.jsonl: {"k":"{"nodeId":44,"commandClass":112,"endpoint":0,"property":"isParamInformationFromConfig"}","v":true} metadata.jsonl: metadata.jsonl.txt I can't seem to find any information regarding parameter 5 anywhere. |
Here's a manual which includes references to paramter 5 so it does look like it exists: https://cdn.shopify.com/s/files/1/0066/8149/3559/files/24_wallmote_quad_-_es.pdf To configure which color will be displayed when the button is pressed. |
No problem. This is a great library, thanks for all the work. |
This should be fixed in v4.2.2, I'll port the changes to master next. |
I have tried to include Aeotec Wallmote a few times and it always hangs when doing the same thing. I have included the whole logfile from start of inclusion to end. When reading the manual, there are only parameter 1-4, not 5 or 39.
First it tries to interview configuration parameter #5, which fails.
10:06:43.662 CNTRLR » [Node 041] querying parameter #5 value...
[...]
10:06:50.176 CNTRLR [Node 041] The node did not respond after 3 attempts.
It is probably asleep, moving its messages to the wakeup queue.
10:06:50.184 CNTRLR [Node 041] The node is now asleep.
10:06:50.221 CNTRLR « [Node 041] received no value for parameter #5
And after that it tries parameter #39, which wont work since the node is asleep.
10:06:50.223 CNTRLR » [Node 041] querying parameter #39 value...
wallmote.txt
The text was updated successfully, but these errors were encountered: