My ZEN12 Motion Dimmer is always reporting motion as active. When it sees motion, it reports motion active. However, it never reports motion as inactive, so I can't use Rule Machine to turn its light on with motion and off with no motion (by default, it will turn the light on with motion and off 30 seconds later, even if there is ongoing motion).
I'm using the built in ZEN12 driver (I don't know of any other for this device being available yet). I have two ZEN12 units and I've tried both with the same results. The second one (used for the screen shots below) has all parameters at their default values. Both devices appear to work properly under physical control and respond properly to z-wave commands. They just aren't sending the motion inactive event I need.
C8-pro hub, 2.5.1.143
Can you put the driver into debug mode and try to activate / clear the motion?
Here is the log. I waited a couple of minutes after motion to capture it. I think the switch went on when I enabled debug logging. It did not go off 30 seconds after motion active. Also, forgot to mention in the original post, but I am still on ZIP Gateway.
Pretty obvious from the logs.. It looks very different on ZWave-JS
I'm not seeing Notification command class on this log at all.. This is the command class that is used for most events (motion/water/contact/etc)..
It would have "command: 7105"
I re-enabled debug logs (it timed out while I was away) and still don't see 7105 anywhere. I also checked the other ZEN12 unit, walking into that room to activate it. If there are any other logs I can give you, please let me know. Thanks!!
I looked at the log a bit more. I don't know what I'm talking about, so pleae excuse me if this is meaningless!
Before the motion active entry, there is a "command: 6C01" and the payload contains 71 05. Then, about 30 seconds later (when it should send inactive), there is another 6C01 command, also with the 71 and 05 bytes in the payload (but some others are different). Since this is beyond my knowledge, I don't know if it is meaningful. I see similar entries in the other devices log.
Ah.. I apologize.. It looks like they are coming in via supervision encapsulation..
That entry right before "ZEN12 motion became active"
Supervision Get - CC: 113 - 113 is 71 in hex..
6C 01 15 09 | 71 05 00 00 00 FF 07 08 00
71 05 — Notification Report
FF — notification active
07 — Home Security
08 — Motion Detection, Unknown Location
00 — no event parameters
So that is good.. Can you PM me your hub id so I can pull some logs?
Hello,
I finally have the fixed driver, as well as a firmware update from Zooz. It took a long time to upgrade the firmware--over 12 hours (and I have two ZEN12's, so a long time upgrading). Anyway, all appears to be working well now. Thank you for the quick fix to the driver!
I do have an observation and a request. The preference "LED Brightness" lists choices 1%, 5%, 10%, ... , 95%, 100%. The default value is 5%. However, according to the ZEN12 advanced features page, parameter 3, "LED indicator brightness" is a value of 1-10, representing 10% to 100% with a default of 5 (50%). It appears that the driver's preference is recognizing the correct value for the parameter (5), but labelling it as 5%. I have not tried changing to see what the other options end up doing!
The request is to be able to change the "LED Color" (parameter 2) and "LED Color 2" (parameter 45) from a Rule Machine rule (I would assume as a custom action). I would like to have a rule change the color displayed by the LED of the ZEN12 installed in my bicycle room to reflect severe wind chill or heat index values. I already have a rule determining the conditions and would like the switch LED let me know before I leave for a ride.
Again, thank you for promptly fixing the active/inactive problem!