You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 app I get this: 2021-08-11 15:02:43.470 Always, OpenZwave Version 1.4.3428 Starting Up
instead of what is written in the source vers.cpp which should have given: 2021-08-11 15:02:43.470 Always, OpenZwave Version 1.6-1930-ga8aa6341 Starting Up
I have tryed doing the install via pip and different flavours but the install fails miserably:
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 app I get this:
2021-08-11 15:02:43.470 Always, OpenZwave Version 1.4.3428 Starting Up
instead of what is written in the source vers.cpp which should have given:
2021-08-11 15:02:43.470 Always, OpenZwave Version 1.6-1930-ga8aa6341 Starting Up
I have tryed doing the install via pip and different flavours but the install fails miserably:
What finally gave me an python_openzwave module was by:
(venv3) pi@raspberrypi:~ $ pip install -i https://pypi.python.org/pypi -vvv python_openzwave
Now I have no idea on how to make proper linkage such that my app actually uses the new open-zwave version.
The text was updated successfully, but these errors were encountered: