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

As Per the OZW 1.6 Release Notes, [the Notification class has some new types and a UserAlert type that should be displayed to the user](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#notifications) Need to update to support...

Per the OZW 1.6 Release Notes on the new [BitSet ValueID](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#bitset-valueid) Need to ensure that the BitSet ValueID is supported. Manager References: [Manager::GetValueAsBitSet (ValueID const &_id, uint8 _pos, bool *o_value)](http://openzwave.com/dev/classOpenZWave_1_1Manager.html#a8d056bcf6b8bfcfc9ec1ec48377b0b03)...

Per the OZW 1.6 Release Notes, [all labels or user visible strings are dynamic and can be localized.](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#localization-of-user-visible-strings) Need to check no hard-coded string comparisons are made on things like...

per the OZW 1.6 Release Notes, [a new method, IsMultiInstance has been created](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#associations) Need to export that for Applications.

As per the OZW 1.6 Release Notes, [Several methods have been depreciated](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#deprecated-featuresmethods) Need to remove these calls to OZW.

As per the OZW 1.6 Release Notes, [Exceptions are now used throughout OZW](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#c-exceptions) Any calls to any OZW Methods (in any of the Classes, such as Manager, Options etc) now...

Per the OZW 1.6 Release Notes, [the index of all ValueID's has changed from a unt8_t to a uint_16_t](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#valueid-index-range) Need to ensure no changes are required

As per the OZW 1.6 Release Notes, [SendRawData method has been added](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes) Need to update to expose this method.

Hi. I have limited coding experience but can edit files and run commands. I get this error when trying to install on Windows 10. Happens with python 35 (32 and...

I'm trying out some of the examples but they cannot find ../openzwave/config . I did the install straight from the instructions and pyozw_check works fine. What directory should I be...