Hello all - I have a daily cron job that performs a full system reboot. I configured it to deal with HUSBZ Zigbee service becoming unresponsive randomly. Been working perfect for about a year or so.
This morning none of my lights were working based on the node-red flows. Logged in via ssh and checked docker and that seemed fine:
commandcontrol@haunit:~$ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d588ad68e29f hassioaddons/node-red-amd64 "/init" 6 minutes ago Up 6 minutes addon_a0d7b954_nodered
ecf73fb022cb homeassistant/qemux86-64-homeassistant "/bin/entry.sh pytho…" 17 minutes ago Up 50 seconds homeassistant
d753e1ebaff1 homeassistant/amd64-addon-samba "/run.sh" 17 minutes ago Up 17 minutes addon_core_samba
6cd2c0ad87a8 homeassistant/amd64-addon-mosquitto "/run.sh" 17 minutes ago Up 17 minutes 0.0.0.0:1883-1884->1883-1884/tcp, 0.0.0.0:8883-8884->8883-8884/tcp addon_core_mosquitto
cb9159cef318 hassioaddons/sonweb-amd64 "/init" 17 minutes ago Up 17 minutes 0.0.0.0:9541->9541/tcp addon_a0d7b954_sonweb
6ec4106f336e homeassistant/amd64-hassio-supervisor "python3 -m hassio" 37 minutes ago Up 45 seconds hassio_supervisor
But the hassio web interface would not load.
Checked logs and it’s just scrolling the following:
Dec 20 10:10:28 haunit hassio-supervisor[6741]: #033[32m18-12-20 15:10:28 INFO (MainThread) [hassio.api.proxy] /homeassistant/api/config access from a0d7b954_nodered#033[0m
Dec 20 10:10:28 haunit hassio-supervisor[6741]: #033[31m18-12-20 15:10:28 ERROR (MainThread) [hassio.homeassistant] Error on call http://172.30.32.1:8123/api/config: Cannot connect to host 172.30.32.1:8123 ssl:None [Connection refused]#033[0m
I think one error is related to node-red. I can reach the node-red interface, log in and all, but it can’t reach hassio.
Home assistant connection failed with error: Connection to home assistant could not be established with config: http://hassio/homeassistant <password redacted>
I’ve restarted several times and went through everything in this thread, but still can’t get the web interface to load.
- I did not upgrade the system or OS.
- I did not upgrade hassio.
- I have not modified the configuration in over a month.
- I don’t have the discovery.json he’s describing in that thread.
Other than the errors above, I don’t have anything else pointing to a problem. I don’t know what else to look at.
Is there a way to turn on the ssh for hassio via docker commands on the host OS? I have ssh addons installed, just can’t enable them.
hassioaddons/ssh-amd64 3.0.1 e64bedf54cd9 5 months ago 227MB
hassioaddons/ssh-amd64 latest e64bedf54cd9 5 months ago 227MB
homeassistant/amd64-addon-ssh 3.7 c913782a70b3 6 months ago 68.3MB
homeassistant/amd64-addon-ssh latest c913782a70b3 6 months ago 68.3MB
For awareness, I have installed hassio on Ubuntu, using this guide: https://www.home-assistant.io/hassio/installation/ … So right now I have ssh access to the host OS, not to hassio. I’m not sure if this limited ssh to the host OS prevents deeper troublshooting of hassio(?)
I’m running hassio 0.79.3
Any ideas?
Thanks in advance!