python-openzwave icon indicating copy to clipboard operation
python-openzwave copied to clipboard

Python wrapper for openzwave

Results 50 python-openzwave issues
Sort by recently updated
recently updated
newest added

This is more of a question than an issue. Can I - and if so how - use wheel to produce and stash build artifacts for repeated installation? I have...

According to the pip user guide ([using pip from your program](https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program)), calling pip directly from a python program is unsupported. As best as I can tell this has been true...

I'm looking at an issue with zwave in HomeAsssistant here: https://github.com/home-assistant/home-assistant/issues/19655 Looks like the `ValueAdded` event is consistently missing from starting the network for certain nodes (I'm watching the `COMMAND_CLASS_INDICATOR`)....

As per the OZW 1.6 Release Notes, [The Central Scene CommandClass has undergone a complete rewrite](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#central-scene-commandclass) Need to confirm no changes are required.

Per the OZW 1.6 Release Notes, [the Alarm CommandClass has undergone a complete rewrite](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#alarm-notification-commandclass). Alarm Types and the associated events are now completely dynamic, and controlled via a config file,...

Per the OZW 1.6 Release Notes - [Instances can now have labels](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#instance-labels) Need to at minimum, export the Associated Manager Methods to access instance labels

Per the OZW 1.6 Release Notes, [BeginControllerCommand has been depreciated and replaced with a number of dedicated calls instead](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#controller-management) Please refer to the [See Also section here](http://openzwave.com/dev/classOpenZWave_1_1Manager.html#aa11faf40f19f0cda202d2353a60dbf7b) for a list...

Per the OZW 1.6 Release Notes - [MetaData about individual devices is now available](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#device-metadata-information) Need to export the [GetMetaData](http://openzwave.com/dev/classOpenZWave_1_1Manager.html#aca62303fb4ff70de821a9d0fcc683b1c), [GetChangeLog](http://openzwave.com/dev/classOpenZWave_1_1Manager.html#a163dcb56746025c5b9f7a799084282b8) and [NodeMetaData Enum](http://openzwave.com/dev/classOpenZWave_1_1Node.html#ac9196345e8f139a6e9e81e1480f4ff2a) In addition, the Device Database includes pictures...

As per the OZW 1.6 Release Notes, [Config Files are now versioned, and can be dynamically updated from the OZW website when new versions are available](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#config-file-revision-management) Need to export the...

As per the OZW 1.6 Release Notes, [The UserCode CommandClass has been rewritten](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#usercode-commandclass) Refer the the release notes on the background, but basically, the UserCode CommandClass will not expose all...