Unknown Device Go Control WA00Z-1 Remote Switch

Hmmm - am I reading this wrong. It looks like the manufacturer is Linear Corp (0x14f) - there are many Linear devices in the database, although it doesn’t look like this one is included.

Arghh, did not take a look at the picture, went just for

Sorry, it’s sold under the Go Control name, but it does show up as Linear, and it is indeed a Linear product.

I think I have figured out the devices node xml file in Openhab. I can send that file tonight when I am home, if that helps?

Just post it here and one of us will upload it.

You will have to wait for approval of that device, then it needs to go into the snapshot binding and then you need to update to that snapshot binding.

Here is the xml file associated with the node.node21.xml (7.3 KB)

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

Thanks you! I was able to get the switches working fine. Recently however, I have had to revert to a version of the zwave binding that supports the security provision (version 2.1.0.201705281057) so that my garage door controller will work. Because of this, the zwave binding no longer recognizes the switches. Is there a way to manually add the missing node to the secure binding, so that I can continue to configure these switches for my network, and still use my garage door controller?

Thank you! I was able to get the switches working fine. Recently however, I have had to revert to a version of the zwave binding that supports the security provision (version 2.1.0.201705281057) so that my garage door controller will work. Because of this, the zwave binding no longer recognizes the switches. Is there a way to manually add the missing node to the secure binding, so that I can continue to configure these switches for my network, and still use my garage door controller?

In the secure (development) branch you need to delete the Thing, then readd it again (don’t delete it from the controller!). A new xml file will be created, if it is a battery powered sensor several wake-ups may be needed.

I’ve done exactly what you’ve mentioned, and the wall mounted controllers, still show up as unknown. I have even tried excluding the devices from the zwave network, resetting them and adding them back into the network, and they still show up as unknown devices. They were working before I installed the secure branch of the zwave binding?

The device was exported to the binding on 2017-05-31, so make sure you have a binding later than that date.

If I install a later binding, won’t that get rid of the security protocol? I need to have a secure connection to my garage door controller in order for it to work.

… a later dev binding than that date …

In a different discussion concerning my Garage door controller, I had to install the secure network version of the zwave binding.

The latest Z-Wave Binding with Security has the following version:

2.1.0.201705281057
After you install it manually (download: The jar and place it in /var/share/openhab2/addons/), execute the following in openHAB2 console: feature:install openhab-transport-serial

You will see the following with the list -s |grep Z command in the OH2 console:

211 | Active | 80 | 2.1.0.201705281057 | ZWave Binding | org.openhab.binding.zwave

After I installed the version of the zwave binding mentioned above, functionality for these remote wall switches went away. Do you know if I can update to a current version of the binding and still maintain the functionality of the garage door controller? I’m a little confused. Sorry, I am realizing that I am still very green to this whole process.

In theory, the dev version should have all the same devices as the main version - they run from the same database. For some reason this device got missed so I’ve just added it to the update I’m doing right now.

I tried updating the zwave binding. I think I updated my whole system. I have no idea what I am doing, anymore, because now I cannot get anything to work. It shows the wall mounted switches, but I cannot change any of their parameters in the paper UI. I just get ERROR 500 kicked back every time.

Now I have a new problem. I just installed a hard wired zwave switch, and now the binding does not acknowledge it. I put the binding in discovery mode, via the PaperUI like I have in the past, but now nothing happens. I’ve tried resetting the switch and the controller, but openhab will not recognize any new additions to my network no mater what I do. I even took my zstick out of the usb port, put it in discovery mode, and it recognized the new switch that way. However, when I plugged it back into the usb port and reboot the computer nothing shows up?

The database update mentioned above was performed a couple of hours ago, the newest version of the development binding is from 2017-06-18.

So the database changes have not made it yet into the binding. You need to wait :grin:

If you really have resetted (hard resetted) your controller, you need to start from scratch anyway, because all your devices are gone. A hard reset is almost never needed to solve zwave problems.

If your openHAB instance is unresponsive you should restore a backup (which you hopefully did make before updating as recommended in every update tutorial).

Otherwise make a backup now, install from scratch and put back only your config folders like mentioned in the docs:
http://docs.openhab.org/installation/linux.html#backup-and-restore (for repo installs)
http://docs.openhab.org/installation/linux.html#upgrade-backup-and-restore (for manual installs)

I performed a soft reset of the control. The zwave devices that have been present from the beginning are still present, online and responsive. I just can’t add anything new to the zwave network, not even a hard wired GE switch, which I have 6 of working just fine. I know they are in the database, but for some reason openhab will not import them when I put the system in discovery mode.

There are issues at the moment with certain combinations between runtime and dev binding.
Maybe you are affected of this.