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 exposes the ability to send hand-crafted messages to a node. The corresponding function in open-zwave/Manager is added in a PR over there.

I am observing the following error from python-openzwave: Error in manager callback UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa7 in position 1: invalid start byte Which I traced down to...

Is there any posibility to correlate labels and values in list type parameters? There is getValueListValues(self, id) which gives only values and getValueListItems(self, id) which gives only labels, but I...

I'm currently using this project through Home Assistant on a raspberry pi and it works flawlessly. I want to transition to my more powerful and capable server running [SmartOS](https://smartos.org) however...

I may have misunderstood the purpose of SIGNAL_CONTROLLER_COMMAND callback but I think that it should be returning the node and node_id of the node that the command was sent to....

Should we change ? Use one ? Many ? cython : - hard to install ( see #2 ) - allow embed packages - stable pybind : - See #59...

enhancement

Hi, I have a problem with my switch gen5 (Model ZW075-C16). it works with z-way-server, i can switch it off and on. the switch is identified in python_openzwave (my raspberry...

Hi, I tried to distinguish if the controller is in add_node mode (also called include mode) or in remove_node mode (exclude mode). In the debug logs from python-openzwave, it seems...

https://github.com/OpenZWave/python-openzwave/blob/8be4c070294348f3fc268bc1d7ad2c535f352f5a/src-lib/libopenzwave/values.pxd#LL51C1-L51C27 The GetIndex declaration should read uint16_t, not uint8_t (also need to add uint16_t to cimport line at top). As-is, bits are dropped from the index, causing apparently-redundant values in...

https://github.com/OpenZWave/python-openzwave/blob/8be4c070294348f3fc268bc1d7ad2c535f352f5a/src-api/openzwave/network.py#LL1524C35-L1524C35 This line is a severe bug, at least in my current build: In response to a node responding to a refresh request, this line sends the node another refresh...