Jump to content

GoControl (Nortek) - Z-Wave Glass Break Detector


belanger

Recommended Posts

I purchased two of those GoControl GB00Z Smart Glass Break Detector, I added to ISY under v5.0.5.

 

In the beginning I was only seeing the battery level at 0%.  I had to go out and back 1h30 later, I see a battery level of 0% and a Status of 0% as well.  Perhaps within next 24 hours the battery level will get populated.  I'm not sure what that Status = 0% mean and there's no "alarm on/off" status at all.

 

Z-Wave glass break sensors are rare, can we manage to add this one?

 

Tue 10/04/2016 16:45:04 : [ZW-SHOW         ] ----------------------------------------------

Tue 10/04/2016 16:45:04 : [ZW-SHOW         ] ZW016_1 uid=16 type=4.161.2 mid=335 tid=18242 pid=12336 model=0
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x20  V1  BASIC
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x9C  V1  SENSOR_ALARM
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x80  V1  BATTERY
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x82  V1  HAIL
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x84  V2  WAKE_UP
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x87  V0  INDICATOR
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x85  V0  ASSOCIATION
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x72  V0  MANUFACTURER_SPECIFIC
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x86  V0  VERSION
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -  x5A  V0  DEVICE_RESET_LOCALLY
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ] 
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ] Node  16 - ZW 016 Alarm has the following neighbors
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    -          - Node   1 - [This ISY]
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    - Repeater - Node   3 - Repeater
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    - Repeater - Node   4 - ZW 004 Dimmer Switch
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    - Repeater - Node   5 - ZW 005 Dimmer Switch
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    - Repeater - Node   6 - ZW 006 Dimmer Switch
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    - Repeater - Node   7 - ZW 007 On-Off Power Switch
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    - Repeater - Node   8 - ZW 008 On-Off Power Switch
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ]    - Repeater - Node   9 - ZW 009 Siren
Tue 10/04/2016 16:45:04 : [ZW-SHOW         ] 
Tue 10/04/2016 16:45:19 : [ZW-SHOW         ] Node  16 - ZW 016 Alarm cannot retrieve association groups
Tue 10/04/2016 16:45:19 : [ZW-SHOW         ] 
Tue 10/04/2016 16:45:19 : [ZW-SHOW         ] ----------------------------------------------
Tue 10/04/2016 16:45:23 : [ZWAVE-WAKEUP  16] Awake with no pending work, putting back to sleep ZW016_1
Link to comment
Share on other sites

Hi belanger,

 

We do support glass break sensors, but I not sure whats going on with yours.  My guess is the query failed because the device was not awake.  I don't know why its not reporting its status or battery level correctly though.

 

We'll have to look at why you are seeing a percentage for the status.

Link to comment
Share on other sites

The battery % level populated later w/ a value of 2 , confirmed via the z-wave msg shown in the logs.  The only other available value is still "status 0%", aka there's still no "on / off" alarm status.

 

I noticed at times variable showing up only after the device sent a message.  For example, the "Alarm on/off" might show up in the UI once the alarm trips.  If this normal behaviour?  I was always under the impression that all values would show up from the moment the device joins.  Without that variable, how can somehow program in advance a condition using any variables exposed by the device?

 

Let me know if you need anything else from me to troubleshot the device issue.

 

Pierre

Link to comment
Share on other sites

When a device joins the network we query it, but in some cases it doesn't respond.  When that happens, we don't have a status for us to report for that device.  I have to check for 'Alarm' though, I think it doesn't even show the box in the GUI if it doesn't have a value.

 

Can you run the following from a browser using the ISY Address of your glass break sensor node (its something like 'ZW016_xxxxxx').

 

http:///rest/zwave/node/

/def/get

Link to comment
Share on other sites

There you go :

 

<nodeDefs>

  <nodedef id="UZW0026" nls="148">
  <sts>
    <st id="ST" editor="_51_0"/>
    <st id="BATLVL" editor="_51_0_R_0_100"/>
    <st id="ERR" editor="ZW_ERR" hide="T"/>
  </sts>
  <cmds>
    <sends/>
      <accepts>
        <cmd id="QUERY"/>
        <cmd id="WAKEOPTS">
        <p id="INTERVAL" editor="ZW_WAKE_INTERVAL"/>
        </cmd>
      </accepts>
  </cmds>
  <links>
    <ctl/>
    <rsp>
      <link linkdef="ASSOC"/>
      <link linkdef="ASSOC_CMD"/>
    </rsp>
  </links>
  </nodedef>
</nodeDefs>
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...