Well - this is a good clue - but for a slightly different reason.
The log is not from the right version of the binding - itâs an old version that doesnât support security. It has security messages, but it doesnât work.
Well - this is a good clue - but for a slightly different reason.
The log is not from the right version of the binding - itâs an old version that doesnât support security. It has security messages, but it doesnât work.
The 7FFFFFFF business normally means the binding hasnât received the manufacturer information from the device.
The log seems to confirm this, but I donât really know why itâs not working - I could guess that thereâs a communication issue - ie itâs too far away from the controller? Is that likely?
It does look like itâs securely included ok, but there are a number of retries. It could also be caused by something else with security, but itâs hard to diagnose unfortunately.
Thanks chris for your help.
Very unlikely. I stick the device to the controller when I give it a try.
What do you think about the âUnknown command class 0xffffff84â ?
2018-02-24 19:59:24.086 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 28: Unknown command class 0xffffff84
I think itâs probably a small bug, but unlikely itâs the actual problem.
Another thought - try deleting the XML for this node and restarting the binding - letâs see if that helps. Provide the log if it doesnât.
This is the binding that I have Active:
openhab> bundle:list | grep ZWave
246 â Active â 80 â 2.3.0.201802081624 â ZWave Binding
247 â Installed â 80 â 2.2.0 â ZWave Binding
openhab>
Does it not have security?
You canât have two versions installed. Do a bundle:uninstall 247
.
It is not a binding that I have in my list as having created - no.
The log entries from classes like SecurityCommandClassWithInitialization
donât even exist in the binding so this is definitely not the right version.
Thanks @chris
Could you send me a link to your latest build?
The link is right at the top of this thread.
I must have looked at the top of the thread a half dozen times⊠kept missing the first line !
Got the right one now
Here are my logs:
http://faure.ca/~paul/openhab_feb25.log
I seem to be missing: /home/AD.FAURE.CA/openhab/openhab/userdata/zwave/network_0184eb0f__node_9.xml
Is that created during the inclusion? If so, i will redo that partâŠ
Hi @chris
Thanks for your message.
Iâve deleted XML and restarted the binding : nothing more than the usual âunknown deviceâ, âmanufacturer not setâ, etc⊠Please find here the operation logs.
I noticed today something I didnât understand before : even if the discovery fails, the logs show that openhab see the buttons pressed (I have an event âCENTRAL_SCENEâ when I press a button). Is there a way to declare manually the device ? that could stop openhab trying to retry and retry the device identification ?
I also notice some
2018-02-25 20:28:22.275 [ERROR] [col.security.ZWaveSecureNonceTracker] - NODE 28: SECURITY_ERROR Device message contained nonce that is unknown to us, id=-55.
but I donât know if it is related.
And finally, after several wake-ups, any new dialog initiated by the device wake-up finishes by
âUnknown command class 0xffffff84â
I donât know if this last step prevents the binding to discover more, or if it is really unrelated.
No - itâs created during initialisation. However, if you have a secure device, you MUST redo the inclusion as it absolutely must be done with this binding. You have to reset the device then include it with the binding running.
Hi Jack,
It seems, Iâve the some problems with 5 brand new fibaro windows sensors (latest model). 3 work perfect, 2 one donât show on/off, get off from time to time etc.) When do you plan to bring the current test binding in the master version?. I use openhabian latest version, so the question is, does it makes sense to do all the manual stuff or waiting for your master binding ⊠Using openhabian, is there still the seriell topic valid? Thx
Peter
Does this development binding work with OH2.3 or should I stick to OH2.2?
Itâs working for me: openHAB 2.2.0 Release Build
$ openhab-cli console
openhab> bundle:list | grep -i zwave
226 â Active â 80 â 2.3.0.201802082157 â ZWave Binding
I think itâs mentioned earlier: uninstall the 2.2 binding via PaperUI, download to /usr/share/openhab2/addons and restart openhab.
This version got my Schlage lock working since it has security. Whatâs not working is any feedback from devices. For example, when I physically lock to deadbolt it doesnât update in OH. Thatâs what Iâm struggling with now.
But he asked the other way around From what I can understand it works in both 2.2 and 2.3.
Yes - the binding name is version 2.3 and it works fine with OH 2.3.
http://www.cd-jackson.com/index.php/openhab/zwave-log-viewer
Some locks, including the Schlage Connect series, do not report lock/unlock through the lock_door channel. You will need to create some rules and utilize the alarm_raw channel if you want to have a single Switch item to display the lock state. Here is an exampleâŠ
More discussion hereâŠ
Hi @chris Could you review the logs and let me know why I canât add my lock to the network?
http://www.faure.ca/~paul/openhab_feb27.log
It seems to error out even before I start joining the network on the lock.
Thanks,
Paul