Installed Hass.io into docker on Ubuntu (new to docker)
Everything was working well until I setup Zwave, I added the network key (using the UI, not in configuration files) and the docker crashed!
Restarted the computer, but now the docker image will not start. Last item in the log is…
2019-06-25 22:04:11 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 5.90s
2019-06-25 22:04:11 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-06-25 22:04:11 INFO (MainThread) [homeassistant.components.automation] Initialized trigger DSC Door
2019-06-25 22:04:11 INFO (SyncWorker_6) [homeassistant.components.zwave] Starting Z-Wave network…
2019-06-25 22:04:11 INFO (MainThread) [homeassistant.core] Timer:starting
2019-06-25 22:04:11 INFO (SyncWorker_6) [openzwave] Start Openzwave network.
Error: Driver.cpp:6772 - Failed to Read Network Key
How do I edit/remove/stop zwave so I can start Hass.io image and fix this?
Help