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

Supervision CC support for SwitchBinary #2617

Closed nebuohyrrah closed 2 years ago

nebuohyrrah commented 2 years ago

Following up on pull request #2584 and #2616. Made additions to support the supervision CC for the switch binary CC.

Crypto2 commented 2 years ago

@nechry Is SwitchBinary supposed to be working in the current master? I can't get it to work with my switched outlets (it reads their status fine but they don't respond to commands to turn on/off.) They work with Simplicity Studio just fine so I'm thinking it has to be a software issue.

nebuohyrrah commented 2 years ago

Yes, for me it works without any problems for wall plugs that support the supervision command class, but also wall plugs that don't support the supervision cc.

Crypto2 commented 2 years ago

Mine look like they do support Supervision, not sure what it could be. It detects and reports them and their status fine, just nothing happens when I try to command them.