Page 1 of 2

Linear GDO status

PostPosted: Wed Aug 03, 2016 9:33 am
by rleidy
I just installed HD and the dashboard is showing a status of "0" rather than "Closed" for my ZWave Linear GDO. ISY correctly shows it as Open or Closed. I've tried modifying the custom status values for ON and OFF to Open and Closed, but since the status is "0", I don't think the custom values are being applied. ISY reports the device as ZW002_1 Barrier. Running version 4.7 of Mobilinc HD.

Re: Linear GDO status

PostPosted: Thu Aug 04, 2016 7:42 am
by AdminWes
Hi rleidy,

It's possible we haven't seen this Z-Wave device before and MobiLinc doesn't know what to do with it.

The fastest way to get this supported is if I can connect to your ISY to investigate it directly. If this works for you please send me your ISY's UUID if you use MobiLinc Connect or your external IP/Port/username/password to: support@mobilinc.com and I'll be happy to take a look.

Wes

Re: Linear GDO status

PostPosted: Fri Aug 05, 2016 6:58 am
by rleidy
Would it help to post the rest details for the device?

Linear GD00Z-4 Z-Wave GDO

Code: Select all
<nodeInfo>
<node flag="128">
<address>ZW002_1</address>
<name>ZWave Linear GDO</name>
<family>4</family>
<parent type="3">61096</parent>
<type>4.64.7.0</type>
<enabled>true</enabled>
<deviceClass>0</deviceClass>
<wattage>0</wattage>
<dcPeriod>0</dcPeriod>
<pnode>ZW002_1</pnode>
<sgid>1</sgid>
<devtype>
<gen>4.64.7</gen>
<mfg>335.18244.13616</mfg>
<cat>184</cat>
</devtype>
<ELK_ID>E11</ELK_ID>
<property id="ST" value="0" formatted="Closed" uom="97"/>
</node>
<properties>
<property id="ST" value="0" formatted="Closed" uom="97"/>
</properties>
</nodeInfo>

Re: Linear GDO status

PostPosted: Fri Aug 05, 2016 7:20 am
by AdminWes
Thanks, but I see two issues:

1. Why is "closed" listed twice as properties on the device?
2. What is the value of "opened" and why isn't that listed?

It appears that this device can't actually change to anything but closed.

Wes

Re: Linear GDO status

PostPosted: Fri Aug 05, 2016 7:41 am
by rleidy
The indentation was lost during cut/paste, but one ST property is under the nodeinfo element. The node element has a single ST property.

I don't know much about rest, but when I list all of the nodes presented by the ISY, they all have a single ST property showing the current state. I don't see any listing all possible commands for the device.

ISY shows an Open and a Close button for the device:

ISY screenshot.png
ISY
ISY screenshot.png (19.52 KiB) Viewed 17296 times

Re: Linear GDO status

PostPosted: Sun Aug 07, 2016 7:25 pm
by AdminWes
Thanks rleidy,

Can you also post the node dump when the device is opened? I need to see the ST change and see what it considers to be ON/Opened.

Wes

Re: Linear GDO status

PostPosted: Mon Aug 08, 2016 5:15 am
by rleidy
Hi Wes,
I'll try to get that for you later today. If memory serves, the device in MobiLinc shows 0 for closed, 100 for open, 103 for opening, and 104 for closing. I did find that I could not operate the GDO via ML. ML would only reflect the current status.

Re: Linear GDO status

PostPosted: Mon Aug 08, 2016 7:21 am
by AdminWes
Thanks rleidy,

Wes

Re: Linear GDO status

PostPosted: Mon Aug 08, 2016 2:50 pm
by rleidy
Wes,
Here's the dump of the rest data when the GDO is open.

Ross

Code: Select all
<nodeInfo>
<node flag="128">
<address>ZW002_1</address>
<name>ZWave Linear GDO</name>
<family>4</family>
<parent type="3">61096</parent>
<type>4.64.7.0</type>
<enabled>true</enabled>
<deviceClass>0</deviceClass>
<wattage>0</wattage>
<dcPeriod>0</dcPeriod>
<pnode>ZW002_1</pnode>
<sgid>1</sgid>
<devtype>
<gen>4.64.7</gen>
<mfg>335.18244.13616</mfg>
<cat>184</cat>
</devtype>
<ELK_ID>E11</ELK_ID>
<property id="ST" value="100" formatted="Open" uom="97"/>
</node>
<properties>
<property id="ST" value="100" formatted="Open" uom="97"/>
</properties>
</nodeInfo>

Re: Linear GDO status

PostPosted: Tue Aug 09, 2016 7:26 am
by AdminWes
Thanks. I'll add it to my list to investigate.

Wes