This is the last of around 75 devices I am migrating from my last system onto Hubitat. It works perfectly in Vera so I know it is not malfunctioning. In Hubitat, I have tried many drivers, the closest to working is the "Generic Z-Wave Acceleration Sensor" which reads battery and tamper correctly in real time but once a vibration is correctly detected it is never cleared. This sensor is important since it indicates when the dogs want to be let outside, so I need to get it working to get my WAF back under control
I searched around hoping to monkey with the driver but I didn't find it, as I haven't dove correctly into Hubitat drivers yet. How does one get such a device to work?
Some logs are:
2019-09-29 08:40:30.002 pm [info]Sunroom dog bell vibration sensor KFR-ZS5101US-5 acceleration is active
2019-09-29 08:39:21.128 pm [info]Sunroom dog bell vibration sensor KFR-ZS5101US-5 battery is 80%
2019-09-29 08:39:20.973 pm [info]Sunroom dog bell vibration sensor KFR-ZS5101US-5 tamper is clear
fingerprint mfr:"0109", prod:"2003", deviceId:"0307", inClusters:"0x5E,0x22,0x85,0x59,0x80,0x5A,0x7A,0x72,0x71,0x73,0x98,0x86,0x84"
Upon vibration, the log shows
Z-Wave command:NotificationReport(v1AlarmType:2, v1AlarmLevel:255, reserved:0, notificationStatus:255, notificationType:7, event:2, sequence:false, eventParametersLength:0, eventParameter:[])
and the same string is sent a few seconds later with v1AlarmLevel:0 .
Thanks if any ideas!