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
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):
$ python hello_world.py --device=/dev/ttyACM0 --log=Debug
...
INFO:openzwave:Start Openzwave network.
***** Waiting for network to become ready :
.ERROR:libopenzwave:notif_callback exception
Traceback (most recent call last):
File "src-lib/libopenzwave/libopenzwave.pyx", line 512, in libopenzwave.notif_callback
IndexError: list index out of range
UnboundLocalError: local variable 'n' referenced before assignment
Exception ignored in: 'libopenzwave.notif_callback'
UnboundLocalError: local variable 'n' referenced before assignment
ERROR:libopenzwave:notif_callback exception
Traceback (most recent call last):
File "src-lib/libopenzwave/libopenzwave.pyx", line 512, in libopenzwave.notif_callback
IndexError: list index out of range
UnboundLocalError: local variable 'n' referenced before assignment
Exception ignored in: 'libopenzwave.notif_callback'
UnboundLocalError: local variable 'n' referenced before assignment
ERROR:libopenzwave:notif_callback exception
Traceback (most recent call last):
File "src-lib/libopenzwave/libopenzwave.pyx", line 512, in libopenzwave.notif_callback
IndexError: list index out of range
UnboundLocalError: local variable 'n' referenced before assignment
Exception ignored in: 'libopenzwave.notif_callback'
UnboundLocalError: local variable 'n' referenced before assignment
INFO:openzwave:Driver ready using library Static Controller version Z-Wave 4.61
INFO:openzwave:home_id 0xff5b930c, controller node id is 1
Hello from network : I'm started : homeid ff5b930c - 1 nodes were found.
Hello from network : I'm ready : 1 nodes were found.
Hello from network : my controller is : home_id: [0xff5b930c] id: [1] name: [Hello name] product: [ZME_UZB1 USB Stick] capabilities: {'staticUpdateController', 'primaryController'} library: [Static Controller version Z-Wave 4.61]
***** Network is ready
Update controller name
Hello from node : home_id: [0xff5b930c] id: [1] name: [Hello name] model: [ZME_UZB1 USB Stick].
Update controller location
Hello from node : home_id: [0xff5b930c] id: [1] name: [Hello name] model: [ZME_UZB1 USB Stick].
INFO:openzwave:Stop Openzwave network.
INFO:openzwave:ZWave configuration written to user directory.
terminate called after throwing an instance of 'OpenZWave::OZWException'
what(): Manager.cpp:405 - InvalidHomeIDError (100) Msg: Invalid HomeId passed to GetDriver
Aborted
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):Debug log here
pyozw_check -i ...
runs OK:Debug log here
The text was updated successfully, but these errors were encountered: