Hi all,
i hope this is the right category…
i’m running hass on a synology in a docker container. all is going pretty well. nest and kodi and wemo switches all show up and can be controlled, etc.
I recently got a http://aeotec.com/z-wave-usb-stick and a GE outdoor smart switch (first two z-wave devices).
the z-stick configures in hass fine, i think with the container in privileged mode.
in OZW_Log.txt i see:
2017-01-05 05:57:03.365 Info, Node query processing complete.
2017-01-05 05:57:03.365 Detail, Node002, Notification: NodeQueriesComplete
2017-01-05 05:57:03.365 Detail, contrlr, Notification: AllNodesQueried
2017-01-05 05:57:05.115 Detail, Node002, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x02, 0x03, 0x25, 0x03, 0xff, 0x2a
2017-01-05 05:57:05.116 Detail,
2017-01-05 05:57:05.116 Info, Node002, Received SwitchBinary report from node 2: level=On
2017-01-05 05:57:05.116 Detail, Node002, Refreshed Value: old value=true, new value=true, type=bool
2017-01-05 05:57:05.116 Detail, Node002, Changes to this value are not verified
2017-01-05 05:57:05.116 Detail, Node002, Notification: ValueChanged
which only showed up after i manually added the switch to the network by pushing the buttons on both devices.
and in zwcfg_0x*.xml
i see:
Node id=“1” name="" location="" basic=“2” generic=“2” specific=“1” type=“Static PC Controller” listening=“true” frequentListening=“false” beaming=“true” routing=“false” max_baud_rate=“40000” version=“4” query_stage=“Complete”>
Manufacturer id=“86” name=“Aeotec”>
Product type=“101” id=“XX” name=“ZW090 Z-Stick Gen5” />
(couldn’t get pre-formatting to work for these tags, removed the opening <)
but i don’t get an xml file for the switch.
ideas?
thanks!