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

Hullo I think that you're doing an excellent job with this repo. I'd guess that everyone's busy and the response to my last issue indicates some refactoring going on, but...

i am trying to put my device in inclusion mode to add door switch and this is my code import logging import sys, os import resource #logging.getLogger('openzwave').addHandler(logging.NullHandler()) #logging.basicConfig(level=logging.DEBUG) logging.basicConfig(level=logging.INFO) logger...

in Ubuntu, `options.set_log_file` only accepts relative path, e.g. `../../OZW.log`, but when it receives absolute address, e.g. `/home/Desktop/OZW.log` it will complain `Could Not Open OZW Log File.`

i have a simple network, a controller, a thermostat, and two different mains switches, device 5 and 7 do not report manufacturer nor product information as seen below: ``` %...

Hi, I could not find any information, on how to start or use pyozwman and pyozwweb Please provide some information's for us. Thanks

Hi, first of all thank you very much for this wrapper, it works very well and is easy to use. I recently connected my August smart lock (3rd generation) to...

Hi, on my project I am getting the follow error: ``` 2019-12-01 18:47:36 ERROR libopenzwave notif_callback exception > Traceback (most recent call last): > File "src-lib/libopenzwave/libopenzwave.pyx", line 512, in libopenzwave.notif_callback...

In the file `src-api/openzwave/command.py`, the class `ZWaveNodeBasic(ZWaveNodeInterface)`, has this stanza at the beginning of a method: """ def get_power_level(self, value_id=None): """ The power level of this node. The command 0x73...

I've been using WD200+ in HomeAssistant since shortly after they were released. Since that time there has been an ongoing issue with how OpenZwave handles post-request updates. This issue continues...

As per the OZW 1.6 Release Notes - [The SwitchMultiLevel CommandClass now exports a Target Level ValueID](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#switchmultilevel-commandclass) This ValueID, if present, should be prefered over the existing Level ValueID, as...