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

Despite [the docu says](https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset) that slot `tp_print` was already renamed in 3.8, but it looks like a certain incompatibility using python 3.9 only (missing some rule/definition in make file?), because...

I have a Raspberry PI3 where I have built the latest open-zwave, version 1.6, in order to see if I can get my Fibaro FGBP-101 working. But when starting the...

On installations where the /etc/openzwave device configuration database is missing files, the Python wrapper can generate these unhelpful errors: 2021-04-09 09:01:26,267 notif_callback : new notification 2021-04-09 09:01:26,268 notif_callback : Notification...

This PR is dependent on PR #2531 in OpenZWave/open-zwave, which adds support for setting the log file path. This change is necessary to fully support the RGBGenie, a switch that...

Fixed several typos in the read me and helped the sentence structure. This helps new users understand what the project is in a clearer, and more concise manner.

Testing a ZME_UZB1 controller. Abort-crash on `network.stop()`. There are also some possibly unrelated errors at start-up; testing in a virtualenv with OZW config in `/var/lib/openzwave/` (script modified accordingly): ``` $...

It seems the list of supported devices is pretty outdated. Could you please update it? Because some new devices can't be found in it. Here is example from https://github.com/OpenZWave/open-zwave McoHome...

This Repository is unmaintained right now and we are looking for a new maintainer. If you would like to maintain this, please contact me.

I haven't found, neither in the docs nor in the source code, any API to create groups or get the groups registered on the network. It is possible to get...