I have reinstalled Home Assistant on my Raspberry Pi 2 and connected it via ethernet. I am able to access it via SSH but not at 192.168.1.87:8123 and http://hassbian.local:8123 but still nothing loads. I have waited for about 30 minutes. What am I doing wrong???
● [email protected] - Home Assistant for homeassistant
Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
Active: failed (Result: exit-code) since Tue 2017-05-09 20:05:16 UTC; 7min ago
Process: 781 ExecStart=/srv/homeassistant/bin/hass (code=exited, status=203/EXEC)
Main PID: 781 (code=exited, status=203/EXEC)
May 09 20:05:16 hassbian systemd[1]: Starting Home Assistant for homeassistant…
May 09 20:05:16 hassbian systemd[1]: Started Home Assistant for homeassistant.
May 09 20:05:16 hassbian systemd[1]: [email protected]: main process exited, code=exited, status=203/EXEC
May 09 20:05:16 hassbian systemd[1]: Unit [email protected] entered failed state.
It seems like I do not have the /home/homeassistant/.homeassistant/ files
I have even tried to do this on another Pi and have reinstalled Hassbian onto another micro SD card. It seems like I have run out of options? What would you suggest?
Are you sure that your PI is communicating out to the web? It does need to download the latest version. I don’t think there is a version installed, the framework is there but without the initial connection it won’t be able to run.
Trying on seperate PIs and seperate SD card should rule out a corrupt SD card or PI issue. Have you tried re-downloading the ISO?
this may sound crazy but i was having the same problem installing a fresh image for my sister 10 minutes ago and i was able to access via ssh but not http://hassbian.local:8123 or via my ip so i did sudo apt-get update and sudo apt-get upgrade and reboot then everything work out now ever
ExecStart=/usr/bin/hass
had to be replaced by ExecStart=/srv/homeassistant/bin/hass
After that validating with sudo systemctl status [email protected] the service is loaded and active