[SOLVED] Zipato Smoke detector

Hello,

i’ve got a new smoke detector. Unfortunately it’s not in the zwave database, yet.

It looks similar to this one, which is in the database:
http://www.heimantech.com/product/96.html

I attached the created XML fille.node4.xml (7.6 KB)

Can someone help?

Done: http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/804

This could have been done much faster :grinning: by yourself if you just go by:

www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-database-guide

1 Like

Hi,

somehow i can’t receive an event in openhab when the alarm is triggered from the smoke detector. Battery status is shown normally.
Maybe i’m missing something?

My configuration:

Items:

Switch Binary_sensor_Flur “Binary Sensor” (gFlur) {channel=“zwave:device:9bc174e5:node4:sensor_binary”}
Switch Rauchalarm_Flur “Rauchalarm: [%s]” (gFlur) { channel=“zwave:device:9bc174e5:node4:alarm_smoke” }
Number Smoke_Detector_Bat_Flur “Rauchmelder Flur Batterie: [%d %%]” (gFlur,gBatterie) { channel=“zwave:device:9bc174e5:node4:battery-level” }

Rule:

rule Feueralarm
when
Item Rauchmelder_Flur received command ON
then
sendCommand(Rollladen_Kinderzimmer, UP)
sendMail("my@emaill.de", "Feueralarm", "Rauchmelder ausgelöst")
sendTelegram("bot1", "!!! Rauchmelder ausgelöst !!!")
end

Debug log while alarm is triggered manually:

2018-07-03 14:22:13.428 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Transaction not completed: node address inconsistent.  lastSent=4, incoming=255

==> /var/log/openhab2/openhab.log <==

2018-07-03 14:31:34.069 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 08 00 04 10 04 02 94 07 76 

2018-07-03 14:31:34.088 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0

2018-07-03 14:31:34.107 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 08 00 04 10 04 02 94 07 76 

2018-07-03 14:31:34.124 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 08 00 04 10 04 02 94 07 76 

2018-07-03 14:31:34.137 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=10 04 02 94 07 

2018-07-03 14:31:34.148 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DONE)

2018-07-03 14:31:34.157 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 4: Starting initialisation from DONE

2018-07-03 14:31:34.169 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@133f585 already registered

2018-07-03 14:31:34.179 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class SIMPLE_AV_CONTROL

2018-07-03 14:31:34.190 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Command class SIMPLE_AV_CONTROL not found, trying to add it.

2018-07-03 14:31:34.209 [WARN ] [tocol.commandclass.ZWaveCommandClass] - NODE 4: Unsupported command class SIMPLE_AV_CONTROL

2018-07-03 14:31:34.255 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Unsupported zwave command class SIMPLE_AV_CONTROL (0x94)

You don’t have your item defined.

1 Like