I did the standard pip install on my Rpi and was able to logon to the UI from my laptop on the same local network after executing the hass
command. After starting the zeroconfig broadcast, the terminal shows a record of all the calls coming from my laptop via the web interface. So far, so good - except I never get a command prompt back on my Pi.
When I closed the terminal after the initial runs of the pip3 install
and hass
commands, the service terminated and the web interface lost connection - that was not surprising. What did surprise me was that I had to run the whole pip install command again after opening a new terminal before hass
would work. So I opened another terminal window while it was busy and created a service file to autostart the process on boot in the future to hopefully save me a bunch of steps if I ever want to shut down/restart the Pi or have a power outage or whatever.
To confirm whether the service file was set up properly, I wanted to stop the service and restart my Pi and see what happens, so I flipped back over to the original terminal but once again, after running hass
I didnāt get the command prompt back.
- Is this the intended behavior? In order to access via my local network I need to have a terminal open just running
hass
such that I canāt input new commands? - If so, how do I stop the service gracefully if I wanted to, instead of just Xing out the terminal?
- Does everything really have to be reinstalled after every time the terminal closes because itās a VM, or is that a sign I screwed something up?
NB: The only place I deviated from the manual install instructions was when I got a dpkg error related to the epiphany browser that I couldnāt figure out how to solve, so I ran sudo apt-get install -f
to force it through, which āworkedā in the sense that I was able to get to the end of the install process and access HA from my Chromebook, but maybe didnāt entirely work?
ETA: Itās a Raspberry Pi 4 running Stretch.