This is my attempt to improve the existing device-handler by adding ALL available zwave paramaters from the application.
Main screen
Settings part:
Pending state:
As you may know zwave battery powered devices are sleepy guys. They wake up every 2 hours (in this case) and you can send them commands during 15s.
Until the device is fully synchronized, the tile synced
will show pending
with a yellow background.
From there, you have two solutions:
- Wait for the synchronization to converge (this could require several wake up from the device)
- Force the synchronization by pushing the B-Button on the device and press on
pending
tile in the second after.
If you look at the live logging from the IDE you will see actions been done.
-
I have no luminance nor temperature reports
- You should wait for the next wake up or force the configuration by pressing B-Button and press
Synced|Pending
tile.
- You should wait for the next wake up or force the configuration by pressing B-Button and press
-
Vibration is always on
- This is the default behavior for tampering alerts, you should change the paramter 24 to value 4 vibration. This will report the vibration level.
- Current values are not shown once set on iOS.
This is a smartthings issue and should be resolved soon.FIXED