Hubitat icon indicating copy to clipboard operation
Hubitat copied to clipboard

Aeotec Water Sensor 6 Driver Error

Open walksonair opened this issue 1 year ago • 0 comments

The device doesn't alert the Hubitat that it has sensed water. I do see a message of "Probe 1" (or whichever probe is wet) and the device alarms go off on itself but the HSM wet alert doesn't get triggered. I do see these errors show up on the log:

dev:131 2023-04-14 14:14:21.832 error groovy.lang.MissingMethodException: No signature of method: hubitat.zwave.commands.notificationv3.NotificationReport.call() is applicable for argument types: (hubitat.zwave.commands.configurationv1.ConfigurationGet) values: [ConfigurationGet(parameterNumber:136)] Possible solutions: wait(), any(), wait(long), each(groovy.lang.Closure), any(groovy.lang.Closure), grep() on line 295 (method parse)

I do get info blocks that state the water sensor is wet though:

dev:131 2023-04-14 14:12:13.996 info Sump Pump Water Sensor Detected water on probe 1
dev:131 2023-04-14 14:10:40.922 trace Sump Pump Water Sensor zwaveEvent(NotificationReport) - cmd:
 NotificationReport(v1AlarmType: 0, v1AlarmLevel: 0, notificationStatus: 255, notificationType: 5, event: 2, sequence: false, eventParametersLength: 0, eventParameter: [], sequenceNumber: 0)

This device is mounted on the mains power adapter and has two probes attached to it. Both probes trigger the alarm independently.

walksonair avatar Apr 18 '23 15:04 walksonair