When Im updating Zwave js container to latest version Im loosing all of the configuration, I have to manually enter all the settings, then I have to wake all battery nodes, starting from scratch. Takes half a day.
How can I update the Zwave js container without the all around startover? Thx very much
I’m experiencing this as well, looking at my docker logs, it looks like it’s not detecting my zstick:
2023-04-06 15:24:00.304 INFO APP: Version: 8.13.0.002b300
2023-04-06 15:24:00.313 INFO APP: Application path:/usr/src/app
2023-04-06 15:24:00.356 WARN STORE: settings.json not found
2023-04-06 15:24:00.362 WARN STORE: scenes.json not found
2023-04-06 15:24:00.367 WARN STORE: nodes.json not found
2023-04-06 15:24:00.378 WARN STORE: users.json not found
2023-04-06 15:24:00.412 INFO APP: Listening on port 8091 host 0.0.0.0 protocol HTTP
2023-04-06 15:24:00.705 WARN BACKUP: Store backup is disabled
2023-04-06 15:24:00.711 WARN BACKUP: Nvm backup is disabled
2023-04-06 15:24:00.716 WARN Z-WAVE: Z-Wave driver not inited, no port configured
2023-04-06 15:24:43.894 INFO APP: GET /control-panel 200 69.022 ms - 1510
2023-04-06 15:24:44.100 INFO APP: GET /static/js/126.6652f99f93c7eece9082.js 200 7.608 ms - 44168
2023-04-06 15:24:44.133 INFO APP: GET /static/css/app.c3effce5057a0b01338c.css 200 17.066 ms - 696282
2023-04-06 15:24:44.361 INFO APP: GET /static/js/app.e1429cedbaf01888056c.js 200 6.932 ms - 2184560
2023-04-06 15:24:44.730 INFO APP: GET /api/auth-enabled 304 31.563 ms - -
2023-04-06 15:24:44.742 INFO APP: GET /static/favicons/favicon-32x32.png 200 5.073 ms - 1670
2023-04-06 15:24:44.871 INFO APP: GET /static/logo.png 200 4.019 ms - 26171
2023-04-06 15:24:45.127 INFO APP: GET //static/fonts/MaterialIcons-Regular.2d80174.woff2 200 5.384 ms - 125116
2023-04-06 15:24:45.261 INFO APP: GET /static/favicons/favicon-32x32.png 304 22.516 ms - -
2023-04-06 15:24:45.336 INFO APP: GET /api/settings 200 198.150 ms - 12406
2023-04-06 15:24:45.369 INFO APP: GET /api/auth-enabled 304 2.999 ms - -
2023-04-06 15:24:51.081 WARN Z-WAVE: Zwavejs driver is not ready yet, statistics will be enabled on driver initialization
2023-04-06 15:24:51.090 INFO APP: POST /api/statistics 200 87.538 ms - 89
You will need to provide more information about how your docker container is configured. It sounds like you don’t have a persistent volume, where the settings and network cache are saved.