Sébastien GALLET
                                            Sébastien GALLET
                                        
                                    I you can compile / install openzwave, simply try to use the flavor "shared". But looking at papertigers comment, there seems to have other problems. @papertigers : ``` elif sys.platform.startswith("sunos"):...
Could you try to install the last release (0.4.8). I've updated the setup process according to your changes in openzwave : - https://github.com/OpenZWave/python-openzwave/blob/master/pyozw_setup.py#L343 - https://github.com/OpenZWave/python-openzwave/blob/master/pyozw_setup.py#L413 Don't know if ldconfig is...
You're right. There is actually no way to retrieve the command from notification. Openzwave library seems not returning it in notification (or I've not found a way to get it)...
Sorry for the long delay. Yes its the way to use it. Look at tests : https://github.com/OpenZWave/python-openzwave/blob/master/tests/api/test_switch.py#L81 Did you try to control it with openzave control panel ?
Hi, if you really need this patch, there is at least 3 ways with python-openzwave : 1) @lifeisafractal sed -i -e 's|github.com/OpenZWave/open-zwave|github.com/yourrepo/open-zwave|g' pyozw_* should do the work And if you...
Don't know how wheels works pip use the setup.py which build/install anything. setup-api, setup-lib are for python-openzwave developpers only. Maybe it should be possible to use them with the embed...
Hi Could you provide log please Thanks for reporting
Should be fixed with last PR
Should be fixed with last PR