-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Software | Home Assistant: Add info about long install/build process #2897
Comments
@Gill-Bates Not sure about the warning, will have a look if this might imply an issue, but don't think so since it worked in the path and we didn't change something. We are thinking about skipping the pyenv and start Home Assistant with the system-wide Python: #2374 So try to be partitioned for now. Which RPi model is it? |
I am using Versin 3. A Popup Message that the installation can take up to 1h before the installation starts would be helpful. After installation the service is not bindend to Port 8123. went anything wrong? I get a timeout after trying to get access
|
I know from recent Mycroft AI setup that TTS compilation indeed can take a long while. I am just trying on VM now to check which steps take how long here. Okay initial start and web UI indeed took a while:
Indeed I think we should add a hint to our online docs or when installing, that this can take a while, as well as first service start and first open of web UI. |
Added hint to online docs: https://dietpi.com/phpbb/viewtopic.php?p=10416#p10416 |
For me, it took nearly 20min with just the message |
PR up to inform about long install process and update Python to latest version: #3220 |
I just installed home assistant with diet-pi latest version to my Pi3+ but i could not get the server running on port 8123 root@DietPi:~# service home-assistant status Nov 12 13:00:11 DietPi homeassistant[594]: 2020-11-12 13:00:11 ERROR (MainThread) [homeassistant.setup] Unable to set up de Thanks |
did you followed the installation steps as describe on our online docs? https://dietpi.com/docs/software/home_automation/#home-assistant-open-source-home-automation-platform-running-on-python-3 HA would need to be restarted 2 times to get installation done |
thanks it is now working 👍 |
yes, it's taking quite some time. You could have watched |
When I try to install Home Assistant, at the part of the Phyton installation, my Raspi stucks:
WARNING: seems you still have not added 'pyenv' to the load path.
Load pyenv automatically by adding the following to ~/.bashrc:
export PATH="/home/homeassistant/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
Downloading Python-3.6.3.tar.xz...
-> https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tar.xz
Installing Python-3.6.3...
The text was updated successfully, but these errors were encountered: