You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:1312023-04-1414: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)] Possiblesolutions: 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.
The text was updated successfully, but these errors were encountered:
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:
I do get info blocks that state the water sensor is wet though:
This device is mounted on the mains power adapter and has two probes attached to it. Both probes trigger the alarm independently.
The text was updated successfully, but these errors were encountered: