No Flood Alarm with Everspring ST-812

Hi all,
I Have Trouble with a Everspring ST-812 Flood Sensor.
My Openhab integrate the Flood Sensor and i Recaive the Battery-Lavel.
However, I do not get an Flood Alarm in my System.
In the Console i see nothing is Happen by triggering, however in Debub Made i see thomething.
Where is my mistace?

My Items Config:

Contact  UG_WK_WM "UG_WaschK_WasserM Device Status [%S]" (gDevices,gUG_WK) {channel="zwave:device:1022910c:node5:alarm_flood"}
Number   UG_WK_WM_BatLevel "UG_WaschK_WasserM Battery Level" (gDevices,gUG_WK,gBatLevel) {channel="zwave:device:1022910c:node5:battery-level"}

My Debug Log:

21:38:12.822 [DEBUG] [ave.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
21:38:12.834 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 04 00 05 07 9C 02 00 05 FF 00 00 90
21:38:12.848 [DEBUG] [ave.internal.protocol.ZWaveController] - Process Message = 01 0D 00 04 00 05 07 9C 02 00 05 FF 00 00 90
21:38:12.862 [DEBUG] [ave.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 05 07 9C 02 00 05 FF 00 00
21:38:12.873 [DEBUG] [essage.ApplicationCommandMessageClass] - NODE 5: Application Command Request (ALIVE:DONE)
21:38:12.882 [DEBUG] [ialization.ZWaveNodeInitStageAdvancer] - NODE 5: Starting initialisation from DONE
21:38:12.893 [DEBUG] [ave.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1404037 already registered
21:38:12.903 [DEBUG] [essage.ApplicationCommandMessageClass] - NODE 5: Incoming command class SENSOR_ALARM
21:38:12.913 [DEBUG] [andclass.ZWaveAlarmSensorCommandClass] - NODE 5: Received SENSOR_ALARM command V1
21:38:12.924 [DEBUG] [andclass.ZWaveAlarmSensorCommandClass] - NODE 5: Alarm Report: Source=0, Type=Flood(5), Value=255
21:38:12.933 [DEBUG] [ave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmSensorValueEvent
21:38:12.945 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Got an event from Z-Wave network: ZWaveAlarmSensorValueEvent
21:38:12.953 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_ALARM, value = 255
21:38:12.961 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Updating channel state zwave:device:1022910c:node5:alarm_flood to ON [OnOffType]
21:38:12.981 [DEBUG] [essage.ApplicationCommandMessageClass] - NODE 4: Transaction not completed: node address inconsistent.  lastSent=4, incoming=255
21:38:17.411 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0D 00 04 00 05 07 9C 02 00 05 00 00 00 6F
21:38:17.425 [DEBUG] [ave.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
21:38:17.442 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 04 00 05 07 9C 02 00 05 00 00 00 6F
21:38:17.457 [DEBUG] [ave.internal.protocol.ZWaveController] - Process Message = 01 0D 00 04 00 05 07 9C 02 00 05 00 00 00 6F
21:38:17.466 [INFO ] [smarthome.event.ItemStateChangedEvent] - Date changed from 2018-02-15T21:37:17.434+0100 to 2018-02-15T21:38:17.441+0100
21:38:17.471 [DEBUG] [ave.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 05 07 9C 02 00 05 00 00 00
21:38:17.483 [DEBUG] [essage.ApplicationCommandMessageClass] - NODE 5: Application Command Request (ALIVE:DONE)
21:38:17.490 [DEBUG] [ialization.ZWaveNodeInitStageAdvancer] - NODE 5: Starting initialisation from DONE
21:38:17.499 [DEBUG] [ave.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1404037 already registered
21:38:17.507 [DEBUG] [essage.ApplicationCommandMessageClass] - NODE 5: Incoming command class SENSOR_ALARM
21:38:17.516 [DEBUG] [andclass.ZWaveAlarmSensorCommandClass] - NODE 5: Received SENSOR_ALARM command V1
21:38:17.525 [DEBUG] [andclass.ZWaveAlarmSensorCommandClass] - NODE 5: Alarm Report: Source=0, Type=Flood(5), Value=0
21:38:17.535 [DEBUG] [ave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmSensorValueEvent
21:38:17.550 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Got an event from Z-Wave network: ZWaveAlarmSensorValueEvent
21:38:17.560 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_ALARM, value = 0
21:38:17.571 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Updating channel state zwave:device:1022910c:node5:alarm_flood to OFF [OnOffType]

I use “openHAB 2.2.0 Release Build”

Thaks,
Harry

The sensor is reporting an ON/OFF, so you need to use a switch item type, not a contact item type for your channel alarm_flood.

1 Like

Hi Sihiu,
thanks for your response, I try ir out and … it works.
:see_no_evil:
Greate!

1 Like