The shell_command seems to be about 90% of the issues. Just too many configurations out there I guess. Realistically though, itās probably completely unnecessary. Iām pretty sure the Z-Wave network only changes when additional nodes are added. Maybe re-graphing after a network heal would be a good thing, but the whole every 5 minutes is overkill.
Agreed, thatās pretty much where Iāve landed on this. The graph is nice for occasional troubleshooting, and I can just kick it off manually should I feel compelled to do so. Thanks for all your work on this!
Correct. It works when pasted on the command line while suād as homeassistant and with the venv activated. It returns rc 1 when run from home assistant.
Hereās a question - does the user account youāre using for homeassistant have a default shell assigned? Mine doesnāt as a security measure. I wonder if there are issues running shell commands as a user with no shell?
The default shell is the last field, where fields are separated by :. In this case, the last field is empty, meaning this user has been explicitly denied a login shell. This is the general approach used when running applications under a service account to prevent people from logging in with that account.
I have an error connecting to home-assistant url using the Docker image. I use SSL with a Letās Encrypt certificate and receive the error: SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
also using from the python interactive shell: > import requests > requests.get('https://MYURL:8123')
while doing requests.get('https://MYURL') works, obviously the webserver is different but the certificate is the same.
Itās not a Z-Wave graph specific error but I hope someone can help me.
Hi
Maybe a newbie questions. I am runing HA on docker and I have tried to install the z-wave graph according to your instructions. How ever I am getting an āError running command: /usr/local/bin/python3 /config/bin/z-wave-graph.py, return code: 1ā and I do not know what is wrong.
Any ide where to look?