Vision Garage Door Detector ZG8101 - No tamper signal?

Posted on
Wed Jan 27, 2016 1:45 pm
CrazyFin offline
Posts: 381
Joined: Jan 08, 2015
Location: Stockholm, SWEDEN

Vision Garage Door Detector ZG8101 - No tamper signal?

I have recently bought the Vision Wireless Garage Door Detector ZG8101 and syncing in to Indigo was easy.

Manual at for example http://www.vesternet.com/downloads/dl/f ... manual.pdf

I get nice signals when garage door opens and closes.
However, it seems that Indigo does not recognise the tamper signals?

If I set the Z-Wave log to debug mode I see activity when I pull of the cover and the tamper switch activates (I can see that as well since the red LED lights up).

This is what I see when tamper switch activates:

Tamper alarm
Z-Wave Debug RCVD requestAlarmSensorStatus: 01 10 00 04 00 67 0A 71 05 07 FF 00 FF 07 03 00 00 F1
Z-Wave Debug . . requestAlarmSensorStatus: node 103, endpoint None, cmdClass 71, type 7, value 255


Z-Wave Debug RCVD requestAlarmSensorStatus: 01 10 00 04 00 67 0A 71 05 07 FF 00 FF 07 03 00 00 F1
Z-Wave Debug . . requestAlarmSensorStatus: node 103, endpoint None, cmdClass 71, type 7, value 255


This is how the tilt on (i.e. garage door open/up) looks in the log
Door open
Z-Wave Debug RCVD sensorSetLevel: 01 09 00 04 00 67 03 20 01 FF 48
Z-Wave Debug . . sensorSetLevel: node 103, endpoint None, cmdClass 20, value 255
Z-Wave received "103 - Garage door sensor - Tilt Sensor" status update is on
Z-Wave Debug RCVD requestAlarmSensorStatus: 01 10 00 04 00 67 0A 71 05 07 FF 00 FF 07 02 00 00 F0
Z-Wave Debug . . requestAlarmSensorStatus: node 103, endpoint None, cmdClass 71, type 7, value 255


and this how the tilt off (i.e. garage door closed/down):
Door closed
Z-Wave Debug RCVD sensorSetLevel: 01 09 00 04 00 67 03 20 01 00 B7
Z-Wave Debug . . sensorSetLevel: node 103, endpoint None, cmdClass 20, value 0
Z-Wave received "103 - Garage door sensor - Tilt Sensor" status update is off
Z-Wave Debug RCVD requestAlarmSensorStatus: 01 10 00 04 00 67 0A 71 05 07 00 00 FF 07 02 00 00 0F
Z-Wave Debug . . requestAlarmSensorStatus: node 103, endpoint None, cmdClass 71, type 7, value 0



And after I put back the cover and the red led goes off I see

Tamper off?
Z-Wave Debug RCVD nodeAwake: 01 08 00 04 00 67 02 84 07 15
Z-Wave Debug . . nodeAwake: node 103
Z-Wave Debug . . . . . . . : skipping battery check (next check in 710 mins)
Z-Wave Debug SENT goToSleep: 01 09 00 13 67 02 84 08 04 72 7A
Z-Wave Debug RCVD packet: 01 05 00 13 72 00 9B (hex)

and another log example when I put the cover back, i.e. tamper should go off
Z-Wave Debug RCVD nodeAwake: 01 08 00 04 00 67 02 84 07 15
Z-Wave Debug . . nodeAwake: node 103
Z-Wave Debug . . . . . . . : skipping battery check (next check in 611 mins)
Z-Wave Debug SENT goToSleep: 01 09 00 13 67 02 84 08 04 A3 AB
Z-Wave Debug RCVD packet: 01 05 00 13 A3 00 4A (hex)


So the first thing to do is to investigate why tamper alarm is not shown in the Indigo GUI or as an Z-Wave event in the log.
2nd thing is the reset of the tamper alarm.

Anyway, as I recently learned in viewtopic.php?f=77&t=15528 I can use delayed events to reset the tamper alarm but in this case it would be better to be able to reset the tamper alarm when the cover has been put back on the device

Posted on
Wed Jan 27, 2016 2:07 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Vision Garage Door Detector ZG8101 - No tamper signal?

Indigo is going to need a device definition to add the tamper switch support. I've added it to our feature request list. :-)

Image

Posted on
Mon May 01, 2017 2:39 am
CrazyFin offline
Posts: 381
Joined: Jan 08, 2015
Location: Stockholm, SWEDEN

Re: Vision Garage Door Detector ZG8101 - No tamper signal?

He he 1 year later I took some time to re-check and finally install my Vision Garage Door Sensor / Tilt Sensor ZG8101.

A small change in Indigo since my testing a year ago. Indigo now reports tamper on and off at the same time as it reports garage door open and closed.

Here I open the garage door. Note how Indigo also sets tamper to on even though I have not opened the sensor case:
Code: Select all
TILT ON:
=======
2017-05-01 10:23:21.397   Z-Wave Debug   RCVD sensorSetLevel: 01 09 00 04 00 5C 03 20 01 FF 73
2017-05-01 10:23:21.399   Z-Wave Debug   . .  sensorSetLevel: node 092, endpoint None, cmdClass 20, value 255
2017-05-01 10:23:21.400   Z-Wave   received "092 - Tilt Sensor" status update is on

2017-05-01 10:23:21.421   Z-Wave Debug   RCVD requestAlarmSensorStatus: 01 10 00 04 00 5C 0A 71 05 07 FF 00 FF 07 02 00 00 CB
2017-05-01 10:23:21.423   Z-Wave Debug   . .  requestAlarmSensorStatus: node 092, endpoint None, cmdClass 71, type 7, value 255, classSubKey 7107FF
2017-05-01 10:23:21.424   Z-Wave Debug   . .  requestAlarmSensorStatus: typeExt 7, valueExt 2, classSubKeyExt 7107FF0702
2017-05-01 10:23:21.424   Z-Wave   received "092 - Tamper Switch" status update is on


And here I close the garage door and note how Indigo then sets tamper to off:
Code: Select all
TILT OFF:
=======
2017-05-01 10:23:29.704   Z-Wave Debug   RCVD sensorSetLevel: 01 09 00 04 00 5C 03 20 01 00 8C
2017-05-01 10:23:29.705   Z-Wave Debug   . .  sensorSetLevel: node 092, endpoint None, cmdClass 20, value 0
2017-05-01 10:23:29.708   Z-Wave   received "092 - Tilt Sensor" status update is off

2017-05-01 10:23:29.739   Z-Wave Debug   RCVD requestAlarmSensorStatus: 01 10 00 04 00 5C 0A 71 05 07 00 00 FF 07 02 00 00 34
2017-05-01 10:23:29.740   Z-Wave Debug   . .  requestAlarmSensorStatus: node 092, endpoint None, cmdClass 71, type 7, value 0, classSubKey 710700
2017-05-01 10:23:29.741   Z-Wave Debug   . .  requestAlarmSensorStatus: typeExt 7, valueExt 2, classSubKeyExt 7107000702
2017-05-01 10:23:29.741   Z-Wave   received "092 - Tamper Switch" status update is off


And here I open the case and Indigo properly sets Tamper to ON:
Code: Select all
OPENING CASE:
==============
2017-05-01 10:26:20.548   Z-Wave Debug   RCVD requestAlarmSensorStatus: 01 10 00 04 00 5C 0A 71 05 07 FF 00 FF 07 03 00 00 CA
2017-05-01 10:26:20.551   Z-Wave Debug   . .  requestAlarmSensorStatus: node 092, endpoint None, cmdClass 71, type 7, value 255, classSubKey 7107FF
2017-05-01 10:26:20.552   Z-Wave Debug   . .  requestAlarmSensorStatus: typeExt 7, valueExt 3, classSubKeyExt 7107FF0703
2017-05-01 10:26:20.552   Z-Wave   received "092 - Tamper Switch" status update is on


However, when I replace the cover then Indigo does NOT turn off the tamper status and I see this in the debug log:
Code: Select all
CLOSING CASE:
==============
2017-05-01 10:26:32.880   Z-Wave Debug   RCVD nodeAwake: 01 08 00 04 00 5C 02 84 07 2E
2017-05-01 10:26:32.882   Z-Wave Debug   . .  nodeAwake: node 092
2017-05-01 10:26:32.884   Z-Wave Debug   . . . . . . . : skipping battery check (next check in 568 mins)
2017-05-01 10:26:32.886   Z-Wave Debug   SENT goToSleep: 01 09 00 13 5C 02 84 08 24 94 87
2017-05-01 10:26:32.921   Z-Wave Debug   RCVD packet: 01 05 00 13 94 00 7D (hex)

Posted on
Sat May 06, 2017 12:39 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Vision Garage Door Detector ZG8101 - No tamper signal?

I've corrected the device definition in 7.0.4 (not yet available). The change will prevent the tamper switch from mirroring the tile sensor. Note when placing the battery cover back on the module is not sending a command to reset the tamper switch, so after the tamper is triggered you'll have to manually "Turn Off" the device state in Indigo to reset Indigo's UI for it. Some modules send tamper reset messages but some (like the ZG8101) don't.

Image

Posted on
Sun May 07, 2017 10:20 am
CrazyFin offline
Posts: 381
Joined: Jan 08, 2015
Location: Stockholm, SWEDEN

Re: Vision Garage Door Detector ZG8101 - No tamper signal?

Excellent, thanks for the update. Looking forward to test ZG8101 (as well as many other devices :D ) with 7.0.4 when it has been released.

I learned in viewtopic.php?f=77&t=15528 that I can use delayed events to reset the tamper alarm since the ZG8101 does not send a tamper reset signal when cover is put back on.

Posted on
Thu Nov 09, 2017 11:20 am
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Vision Garage Door Detector ZG8101 - No tamper signal?

Indigo 7.1.1 is now available for download and supports the tamper switch on the G8101.

Image

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 20 guests