OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

Can we get the Zooz Zen77 switches added to OZW? #2563

Closed peterbaker closed 3 years ago

peterbaker commented 3 years ago

Here are the parameters and values for the switch. https://www.support.getzooz.com/kb/article/550-zen77-s2-dimmer-700-advanced-settings/

nechry commented 3 years ago

@peterbaker did you take a look on the Wiki https://github.com/OpenZWave/open-zwave/wiki/Adding-Devices for adding a new device? If you can create the xml file this will be easy.

peterbaker commented 3 years ago

@nechry Ah great, I hadn't seen that. I'll give it a try.

deiger commented 3 years ago

@peterbaker please note that this is a Z-Wave 700 switch, so it will be supportable only in the next version of OpenZWave (v1.7).

peterbaker commented 3 years ago

@peterbaker please note that this is a Z-Wave 700 switch, so it will be supportable only in the next version of OpenZWave (v1.7).

Oh crap, for real? It feels like I've been hearing about 1.6 becoming adopted "soon" for a couple of years, and now 1.7 is needed for a whole new set of stuff coming out? Any expectation that 1.7 will be incorporated into systems like Home Assistant any quicker than 1.6 was/is?

deiger commented 3 years ago

Now that HA is integrated with OpenZWave through an add-on, it should be fairly quickly, once 1.7 is rolled out. When that will be? #2570

cybergrimes commented 3 years ago

700 series devices should work just fine on OZW 1.6, I've got the Zooz ZEN34 remote switch working on 1.4 even. There might be some 700 series specific features not working but core functionality seems fine.

I've got Zen77 device coming this week, I'll get the config put together and submitted as soon as I can. Someone else already submitted for the Zen72 a couple days ago: https://github.com/OpenZWave/open-zwave/pull/2569

blhoward2 commented 3 years ago

Now that HA is integrated with OpenZWave through an add-on, it should be fairly quickly, once 1.7 is rolled out. When that will be? #2570

Uh, about that. The maintainer of ozw said he was taking a step back so HA changed its development path to focus on node-zwave-js.

cybergrimes commented 3 years ago

Zooz ZEN77 added in https://github.com/OpenZWave/open-zwave/pull/2581

The same config file can be edited to use with OZW 1.4 if necessary