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 simple network, a controller, a thermostat, and two different mains switches, device 5 and 7 do not report manufacturer nor product information as seen below:
% PYTHONPATH=./src-lib/ python ./src-python_openzwave/python_openzwave/scripts/pyozw_check.py -l -d /dev/ttyAMA0
-------------------------------------------------------------------------------
Define options for device /dev/ttyAMA0
Start network
-------------------------------------------------------------------------------
Network is awaked. Talk to controller.
Get python_openzwave version : 0.4.19
Get python_openzwave config version : Original Z-Wave 6.02
Get python_openzwave flavor : embed
Get openzwave version : 1.4.3428
Get config path : /usr/local/etc/openzwave/
Controller capabilities : set(['primaryController', 'staticUpdateController'])
Controller node capabilities : set(['primaryController', 'beaming', 'routing', 'listening', 'staticUpdateController'])
Nodes in network : 4
-------------------------------------------------------------------------------
You defined a really long timneout. Please use --help to change this feature.
Wait for network ready (14401s)
-------------------------------------------------------------------------------
Network is ready. Get nodes
------------------------------------------------------------
8 - Name : ( Location : )
8 - Ready : True / Awake : True / Failed : False
8 - Manufacturer : UFairy G.R. Tech ( id : 0x0152 )
8 - Product : Unknown: type=0003, id=0002 ( id : 0x0002 / type : 0x0003 / Version : 4)
8 - Command classes : set(['COMMAND_CLASS_SWITCH_ALL', 'COMMAND_CLASS_POWERLEVEL', 'COMMAND_CLASS_SWITCH_BINARY', 'COMMAND_CLASS_BASIC', 'COMMAND_CLASS_MANUFACTURER_SPECIFIC', 'COMMAND_CLASS_NO_OPERATION', 'COMMAND_CLASS_VERSION', 'COMMAND_CLASS_DEVICE_RESET_LOCALLY', 'COMMAND_CLASS_ZWAVEPLUS_INFO', 'COMMAND_CLASS_ASSOCIATION'])
8 - Capabilities : set(['zwave_plus', 'beaming', 'routing', 'listening'])
8 - Neighbors : set([1, 5, 7]) / Power level : None
8 - Is sleeping : False / Can wake-up : False / Battery level : None
------------------------------------------------------------
1 - Name : ( Location : )
1 - Ready : True / Awake : True / Failed : False
1 - Manufacturer : Z-Wave.Me ( id : 0x0147 )
1 - Product : RaZberry Controller 2016 ZWave+ ( id : 0x0002 / type : 0x0400 / Version : 4)
1 - Command classes : set(['COMMAND_CLASS_NO_OPERATION', 'COMMAND_CLASS_BASIC'])
1 - Capabilities : set(['primaryController', 'beaming', 'routing', 'listening', 'staticUpdateController'])
1 - Neighbors : set([8, 5, 7]) / Power level : None
1 - Is sleeping : False / Can wake-up : False / Battery level : None
------------------------------------------------------------
5 - Name : ( Location : )
5 - Ready : True / Awake : True / Failed : False
5 - Manufacturer : ( id : 0x0000 )
5 - Product : ( id : 0x0000 / type : 0x0000 / Version : 4)
5 - Command classes : set(['COMMAND_CLASS_SWITCH_ALL', 'COMMAND_CLASS_POWERLEVEL', 'COMMAND_CLASS_SWITCH_BINARY', 'COMMAND_CLASS_APPLICATION_STATUS', 'COMMAND_CLASS_MANUFACTURER_SPECIFIC', 'COMMAND_CLASS_CRC_16_ENCAP', 'COMMAND_CLASS_NO_OPERATION', 'COMMAND_CLASS_VERSION', 'COMMAND_CLASS_ALARM', 'COMMAND_CLASS_BASIC', 'COMMAND_CLASS_DEVICE_RESET_LOCALLY', 'COMMAND_CLASS_ASSOCIATION', 'COMMAND_CLASS_ZWAVEPLUS_INFO', 'COMMAND_CLASS_SENSOR_MULTILEVEL', 'COMMAND_CLASS_METER'])
5 - Capabilities : set(['zwave_plus', 'beaming', 'routing', 'listening'])
5 - Neighbors : set([8, 1, 7]) / Power level : None
5 - Is sleeping : False / Can wake-up : False / Battery level : None
------------------------------------------------------------
7 - Name : ( Location : )
7 - Ready : True / Awake : True / Failed : False
7 - Manufacturer : ( id : 0x0000 )
7 - Product : ( id : 0x0000 / type : 0x0000 / Version : 4)
7 - Command classes : set(['COMMAND_CLASS_POWERLEVEL', 'COMMAND_CLASS_DEVICE_RESET_LOCALLY', 'COMMAND_CLASS_BASIC', 'COMMAND_CLASS_MANUFACTURER_SPECIFIC', 'COMMAND_CLASS_THERMOSTAT_SETPOINT', 'COMMAND_CLASS_SECURITY', 'COMMAND_CLASS_NO_OPERATION', 'COMMAND_CLASS_VERSION', 'COMMAND_CLASS_ZWAVEPLUS_INFO', 'COMMAND_CLASS_ASSOCIATION'])
7 - Capabilities : set(['zwave_plus', 'beaming', 'routing', 'frequent'])
7 - Neighbors : set([8, 1, 5]) / Power level : None
7 - Is sleeping : False / Can wake-up : False / Battery level : None
------------------------------------------------------------
Driver statistics : {'retries': 0L, 'readCnt': 52L, 'readAborts': 0L, 'routedbusy': 0L, 'ACKCnt': 29L, 'OOFCnt': 0L, 'noack': 0L, 'broadcastWriteCnt': 9L, 'callbacks': 0L, 'writeCnt': 29L, 'badChecksum': 0L, 'nondelivery': 0L, 'CANCnt': 0L, 'NAKCnt': 0L, 'netbusy': 0L, 'SOFCnt': 52L, 'broadcastReadCnt': 0L, 'badroutes': 0L, 'ACKWaiting': 0L, 'dropped': 6L}
------------------------------------------------------------
Stop network
Exit
calling network.nodes[7].get_thermostats() does return an empty dict, nor does anything happen if i try to network.nodes[5].set_switch(...) while the same works for node 8.
In z-wave>me smarthome i see these devices correctly, and the two problematic ones have a shield next to them, while the one working does not, i presume the shield means enabled security/encryption, i have the networkkey from the z-wave>me confing copied over to options.xml.
updated output of PYTHONPATH=./src-lib/ python ./src-python_openzwave/python_openzwave/scripts/pyozw_check.py -i -d /dev/ttyAMA0
i have a simple network, a controller, a thermostat, and two different mains switches, device 5 and 7 do not report manufacturer nor product information as seen below:
calling
network.nodes[7].get_thermostats()
does return an empty dict, nor does anything happen if i try tonetwork.nodes[5].set_switch(...)
while the same works for node 8.In z-wave>me smarthome i see these devices correctly, and the two problematic ones have a shield next to them, while the one working does not, i presume the shield means enabled security/encryption, i have the networkkey from the z-wave>me confing copied over to
options.xml
.updated output of
PYTHONPATH=./src-lib/ python ./src-python_openzwave/python_openzwave/scripts/pyozw_check.py -i -d /dev/ttyAMA0
what am i missing to get control over devices 5 and 7?
The text was updated successfully, but these errors were encountered: