-
I installed it as volume (the first option) and set everything up. I added 2 devices and integrated them into automations within HA, However, I updated Ubuntu and rebooted and noticed zwavejs2mqtt was no longer running. Portainer shows the container there, but I can't seem to figure out how to get the gateway running again. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
Never used portainer btw if you start thghe volume using Maybe @blhoward2 can help here? |
Beta Was this translation helpful? Give feedback.
-
In portainer you'd go to containers, find the right one, go into it, then click start. If it's not starting click logs to see why. |
Beta Was this translation helpful? Give feedback.
-
Ok, I just realized I was looking from the dashboard and was clicking on images. It isn't listed under containers. It is listed under volumes and images, and neither of those screens give an option to start it. It does show it in volumes though (zwavejs2mqtt Unused | - | local | /var/lib/docker/volumes/zwavejs2mqtt/_data) I initially installed it via the first of the three options (volumes), which seemed to work fine. Is there something I should have added within the terminal that wasn't listed in the walkthrough? during install? |
Beta Was this translation helpful? Give feedback.
-
Sadly, there is no editor, deploy, or update option available within the volume page of Portainer for this. It might need to be done via Terminal. Maybe since I didn't create any of this through Portainer. I just installed it in the past to view everything that is installed/running. I used the "docker run --rm -it -p 8091:8091 -p 3000:3000 --device=/dev/serial/by-id/insert_stick_reference_here:/dev/zwave |
Beta Was this translation helpful? Give feedback.
-
Am I using the run as a service template? *(https://zwave-js.github.io/zwavejs2mqtt/#/getting-started/docker?id=run-as-a-service) If so, it produces an error about no declaration. |
Beta Was this translation helpful? Give feedback.
-
Good catch! Sorry. I've been up for close to 20 hours now thanks to long work hours. I changed that and I was able to get into the control panel. I may be ready to go now. THANK YOU for helping out. I do appreciate it a lot :) |
Beta Was this translation helpful? Give feedback.
Sadly, there is no editor, deploy, or update option available within the volume page of Portainer for this. It might need to be done via Terminal. Maybe since I didn't create any of this through Portainer. I just installed it in the past to view everything that is installed/running. I used the "docker run --rm -it -p 8091:8091 -p 3000:3000 --device=/dev/serial/by-id/insert_stick_reference_here:/dev/zwave
--mount source=zwavejs2mqtt,target=/usr/src/app/store zwavejs/zwavejs2mqtt:latest" code (with the stick/id information properly filled out. Then configured it once I pulled it up via browser. Everything was working fine will I rebooted.