Ok, got everything pretty much working, but had duplicates of everything auto discovered and zwave. So, decided to start clean. I did a fresh install of hass.io on my pi3 and did a factory reset on the zstick. Added zwave to the configuration.yaml:
zwave:
usb_path: /dev/ttyACM0
The zwave shows up on the default screen, but it is not fully recognized:
I’ve tried healing the network. Rebooting several times. Pulling the zstick out and putting back in, even into different serial ports but all I get in the log:
2018-03-21 09:50:17.580 Detail, Node001, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Session live=1
2018-03-21 09:50:17.580 Detail, Node001, QueryStage_Session
2018-03-21 09:50:17.580 Detail, Node001, QueryStage_Dynamic
2018-03-21 09:50:17.580 Detail, Node001, QueryStage_Configuration
2018-03-21 09:50:17.580 Detail, Node001, QueryStage_Complete
2018-03-21 09:50:17.581 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0
2018-03-21 09:50:17.581 Warning, CheckCompletedNodeQueries all=1, deadFound=0 sleepingOnly=1
2018-03-21 09:50:17.581 Info, Node query processing complete.
2018-03-21 09:50:17.581 Detail, Node001, Notification: NodeQueriesComplete
2018-03-21 09:50:17.583 Detail, contrlr, Notification: AllNodesQueried
Very frustrating, as it discovered initially without issues before I wiped and reinstalled.