This is my last attempt to get Home Assistant running. I have two failed attempts prior to trying this All in One install. My biggest issue the last of documentation on the steps. The instructions on the site seem incomplete and disjointed at best. Here is my latest attempt and my setup.
New raspi install on on a RPi 2. I am using a Z-Stick gen 5 or trying to anyway but I have not even made it to the zwave configuration yet. I have done an All In One install of Home Assistant using the following and not run as sudo.
wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && chown pi:pi hass_rpi_installer.sh && bash hass_rpi_installer.sh
I used this page for the install instructions: Getting started - Home Assistant
No errors appear during the installation.
After installation is completed and a reboot http://10.0.xxx.xxx:8123/ is not found.
Here is my installation-report.txt:
Fatal error: No existing session
Underlying exception:
No existing session
Aborting.
[localhost] Executing task ‘deploy’
Warning *
The primary use of this installer is for a new, unconfigured Home Assistant dep$
Running the installer command straight from the Getting Started guide$
Additional commands for upgrading should be run seperately. Please se$
Installer is starting…
Your Raspberry Pi will reboot when the installer is complete.
[localhost] sudo: apt-get update
Reading the All In One instructions it says the following:
Once rebooted, your Raspberry Pi will be up and running with Home Assistant. You can access it at http://your_raspberry_pi_ip:8123.
The Home Assistant configuration is located at /home/homeassistant/.homeassistant (or /home/hass/.homeassistant if installed prior to December 2016). The virtualenv with the Home Assistant installation is located at /srv/homeassistant/homeassistant_venv. As part of the secure installation, a new user (homeassistant) is added to your Raspberry Pi to run Home Assistant. This is a system account and does not have login or other abilities by design. When editing your configuration.yaml files, you will need to run the commands with sudo or by switching user.
This is the content of my /Home
pi@raspberrypi:~/fabric-home-assistant $ cd /home
pi@raspberrypi:/home $ ls
pi
pi@raspberrypi:/home $
There isn’t even a home assistant directory located in /home.
If I try to change into the homeassistance user this obviously isn’t going to work. But here is the results.
pi@raspberrypi:/home $ sudo su -s /bin/bash homeassistant
No passwd entry for user 'homeassistant'
pi@raspberrypi:/home $
At this point I don’t know what to do. Any advice would be much appreciated.