6

I tried to install Home Assistant on a Raspberry Pi Zero W, following this blog post. I followed all steps, including starting the daemon as needed. WiFi is connected, and accessible via ‘ssh’

After 30 minutes, verified using ‘htop’ that update process has ended, I tried to connect using another PC - with no luck.

Can someone tell if additional processes are needed in order to run it?

EDIT1:

pi@hassbian:/home/homeassistant $ sudo systemctl status home-assistant@homeassistant.service 
● home-assistant@homeassistant.service - Home Assistant for homeassistant
   Loaded: loaded (/etc/systemd/system/home-assistant@homeassistant.service; enabled)
   Active: failed (Result: exit-code) since Mon 2018-09-03 20:45:07 UTC; 17h ago
  Process: 631 ExecStart=/srv/homeassistant/bin/hass (code=exited, status=203/EXEC)
 Main PID: 631 (code=exited, status=203/EXEC)

Sep 03 20:45:07 hassbian systemd[1]: Started Home Assistant for homeassistant.
Sep 03 20:45:07 hassbian systemd[1]: home-assistant@homeassistant.service: main process exited, code=exited, status=203/EXEC
Sep 03 20:45:07 hassbian systemd[1]: Unit home-assistant@homeassistant.service entered failed state.
pi@hassbian:/home/homeassistant $ 

EDIT2:

pi@hassbian:/home/homeassistant $ sudo journalctl -u install_homeassistant.service
-- Logs begin at Mon 2018-09-03 20:44:51 UTC, end at Tue 2018-09-04 17:14:54 UTC. --

EDIT 3: new install of version 1.4 first link referred to v1.3 ( as noted in post that suites to RPI zero ). After installing up-to-date software (v1.4), system is operting as needed.

guyd
  • 899
  • 9
  • 17

1 Answers1

0

Installing latest version,version 1.4 , solved it.

guyd
  • 899
  • 9
  • 17