I added the “noget” parameter to the endpoints, last year in May, on http://opensmarthouse.org. I assume this was not yet taken in the database/jar update, but recently in the new Zwave .jar file, Build #144 on 28 feb 2022, on Database update (#1744) · openhab/org.openhab.binding.zwave@b4a1999 · GitHub I saw some changes about this BeNext Panic Button.
I tried this in OH 3.3.0.M2, removed the default Zwave library, add the new .jar file in /usr/share/openhab/addons, restarted OH, excluded the old device, and included the device again.
This library was accepted:
openhab> bundle:list | grep -i Zwave
261 │ Active │ 80 │ 3.3.0.202202280349 │ openHAB Add-ons :: Bundles :: ZWave Binding
However, trying to include the device, it is not recognized anymore! Here some relevant lines from the openhab.log:
09:45:59.267 - NODE 19: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_MANUFACTURER_SPECIFIC
09:45:59.268 - NODE 19: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_BASIC
09:45:59.269 - NODE 19: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_NO_OPERATION
09:45:59.270 - NODE 19: Node advancer: DYNAMIC_VALUES - checking COMMAND_CLASS_BATTERY
09:45:59.271 - NODE 19: Found 1 instances of COMMAND_CLASS_BATTERY for endpoint 0
09:45:59.271 - NODE 19: SECURITY not supported
09:45:59.272 - NODE 19: Command Class COMMAND_CLASS_BATTERY is NOT required to be secured
09:45:59.277 - NODE 19: ZWaveCommandClassTransactionPayload - send to node
09:45:59.278 - NODE 19: SECURITY not supported
09:45:59.278 - NODE 19: Command Class COMMAND_CLASS_BATTERY is NOT required to be secured
09:45:59.279 - NODE 19: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@65407e
09:45:59.281 - NODE 19: Bump transaction 104 priority from Get to Immediate
09:45:59.285 - NODE 19: Adding to device queue
09:45:59.286 - NODE 19: Added 104 to queue - size 1
09:45:59.286 - NODE 19: SendData Request. CallBack ID = 161, Status = Transmission complete and ACK received(0)
09:45:59.288 - NODE 19: Response processed after 38ms
09:45:59.289 - NODE 19: TID 103: Transaction completed
09:45:59.290 - NODE 19: notifyTransactionResponse TID:103 DONE
09:45:59.293 - NODE 19: Went to sleep COMPLETE
09:46:53.442 - NODE 19: Unable to find thing type (008A:0014:0101:0.31) <==============
09:46:53.442 - NODE 19: Controller status changed to ONLINE.
09:46:53.443 - NODE 19: Controller is ONLINE. Starting device initialisation.
09:46:53.447 - NODE 19: Updating node properties.
09:46:53.450 - NODE 19: Updating node properties. MAN=138
09:46:53.450 - NODE 19: Updating node properties. MAN=138. SET. Was 138
09:46:53.451 - NODE 19: Properties synchronised
09:46:53.453 - NODE 19: Configuration synchronised
09:46:53.459 - NODE 19: Initialising Thing Node...
09:46:53.460 - NODE 19: Polling initialised at 1800 seconds - start in 1666800 milliseconds.
09:46:53.461 - NODE 19: Device initialisation complete.
Anyone any idea’s?