Hello all,
I’m happily running the dockerized HA.
I’ve a problem though since the upgrade to 0.48 with zwave, basically it doesn’t detect anything zwave related anymore.
It doesn’t seem related to the new entity_ids though (I noticed them in 0.47) but rather to the homeid.
Nothing changed on the config front though, be it from an home-assistant or a zwaveconfigpanel point of view. I had to retrieve a backup of my zwcf_homeid.xml file because for some reason it got emptied sometime during the upgrade.
Here’s an excerpt of the OZW_log:
2017-07-18 14:09:01.068 Info, Setting Up Provided Network Key for Secure Communications
2017-07-18 14:09:01.068 Warning, Failed - Network Key Not Set
2017-07-18 14:09:01.068 Info, mgr, Added driver for controller /dev/ttyACM0
2017-07-18 14:09:01.068 Info, Opening controller /dev/ttyACM0
2017-07-18 14:09:01.068 Info, Trying to open serial port /dev/ttyACM0 (attempt 1)
2017-07-18 14:09:01.069 Info, Serial port /dev/ttyACM0 opened (attempt 1)
2017-07-18 14:09:01.069 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2017-07-18 14:09:01.069 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2017-07-18 14:09:01.069 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2017-07-18 14:09:01.069 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2017-07-18 14:09:01.069 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2017-07-18 14:09:01.069 Detail,
2017-07-18 14:09:01.069 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2017-07-18 14:09:02.069 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2017-07-18 14:09:02.069 Detail, contrlr, Removing current message
2017-07-18 14:09:02.070 Detail, contrlr, Notification: Notification - TimeOut
2017-07-18 14:09:02.070 Info, Notification: Notification home 00000000 node 255 Timeout
As you can see, it seems that for some reason it cannot retrieve my homeid (from zwcfg_[homeid]).
Do you have any hint?
Thanks!