Hi,
I’m just starting with HomeAssistant. I have a new install of my Rpi3 with stretch. Update and upgrade has been run. Than I run the command:
curl -O https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && sudo chown pi:pi hass_rpi_installer.sh && bash hass_rpi_installer.sh
It run for at least 2 hours and then i went to bed. The next morning my Rpi had rebooted. So I think the install was completed.
The last lines of my installation report are:
[localhost] sudo: ldconfig
[localhost] sudo: ln -s /usr/local/lib/python3.4/dist-packages/cec /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages
[localhost] out: ln: failed to create symbolic link ‘/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages’: No such file or directory
[localhost] out:
Warning: sudo() received nonzero return code 1 while executing ‘ln -s /usr/local/lib/python3.4/dist-packages/cec /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages’!
When I try to access Home Assistent with: http://myHass:8123 I see a blue bar at the top appearing for 1 second, then I get a blank page and that’s it.
Does anyone has a clue what went wrong?
Rob