Hello
i installed home-assistant on a raspberry pi 4 already.
But i installed the wrong HA-Software…
i used this method: Install-Rasp in docker-compose
but now i see i in my system-informations i installed HA-core.
I didn’t really want that.
Because i would like use comfortable add-ons and also supervisor
is possible to update now this system
regards
Achim
edit:
thats my directory list
ls -la
insgesamt 136
drwxr-xr-x 10 grobot grobot 4096 26. Feb 00:36 .
drwxr-xr-x 4 root root 4096 19. Feb 21:25 ..
drwxr-xr-x 3 grobot grobot 4096 24. Feb 17:47 backup
-rw------- 1 grobot grobot 35642 27. Feb 08:51 .bash_history
-rw-r--r-- 1 grobot grobot 220 19. Feb 21:25 .bash_logout
-rw-r--r-- 1 grobot grobot 3523 19. Feb 21:25 .bashrc
drwx------ 3 grobot grobot 4096 24. Feb 15:56 .docker
drwxr-xr-x 12 grobot grobot 4096 26. Feb 01:26 docker
drwxr-xr-x 3 grobot grobot 4096 24. Feb 09:30 .dotnet
drwxr-xr-x 3 root root 4096 26. Feb 00:36 esphome
-rw-r--r-- 1 grobot grobot 37 25. Feb 18:30 -f
-rw-r--r-- 1 grobot grobot 18906 19. Feb 23:10 get-docker.sh
drwxr-xr-x 2 grobot grobot 4096 24. Feb 12:43 .homeassistant
drwxr-xr-x 3 grobot grobot 4096 19. Feb 23:45 .local
-rw-r--r-- 1 grobot grobot 1670 19. Feb 21:25 .mkshrc
-rw-r--r-- 1 root root 8316 25. Feb 18:37 mosquitto.log
-rw-r--r-- 1 grobot grobot 807 19. Feb 21:25 .profile
drwxr-xr-x 5 grobot grobot 4096 24. Feb 23:08 .vscode-server
-rw-r--r-- 1 grobot grobot 183 22. Feb 21:30 .wget-hsts
and
ls -la docker/
insgesamt 64
drwxr-xr-x 12 grobot grobot 4096 26. Feb 01:26 .
drwxr-xr-x 10 grobot grobot 4096 26. Feb 00:36 ..
drwxr-xr-x 2 grobot grobot 4096 25. Feb 21:13 doc
-rw-rw-r-- 1 root docker 3550 26. Feb 00:44 docker-compose.yaml
-rwxrwxrwx 1 grobot grobot 234 24. Feb 18:27 dockerrun.sh
-rw-rw-rw- 1 root docker 360 25. Feb 23:30 .env
drwxr-xr-x 3 grobot grobot 4096 26. Feb 00:20 esphome
drwxr-xr-x 3 root root 4096 25. Feb 23:15 grafana
drwxr-xr-x 3 root root 4096 24. Feb 20:08 homeassistant
drwxr-xr-x 4 grobot grobot 4096 24. Feb 23:52 influxdb
drwxr-xr-x 4 grobot grobot 4096 24. Feb 23:22 mariadb
drwxr-xr-x 5 root root 4096 25. Feb 13:06 mosquitto
drwxr-xr-x 3 root root 4096 25. Feb 19:50 nodered
drwxr-xr-x 4 root root 4096 26. Feb 00:43 portainer
-rwxrwxrwx 1 grobot grobot 262 26. Feb 01:26 stop_all_dockers.sh
drw-rwx-w- 2 root grobot 4096 25. Feb 20:55 Token
i installed all in docker
edit:
For me is also possible to install some add_ons by hand and not automaticly from HA.
is this way better?
I always want to be in control of my Raspberry Pi. That’s why I didn’t want to install the HA_OS.
I’m currently trying to install the HA file editor but can’t find a Docker method
Make a backup and copy it somewhere off the system.
Install HAOS.
Restore the backup during onboarding.
No you can’t use addons with the install you have now. You can install any containerised application from Docker hub though. You just have to manage the updates yourself.
yes, i read now some informations about differnet from HA_OS, HA-Container, HA-Core and supervised
HA-Os i don’t want to install because i need on this raspberry other software too and i was not sure is then easy possible or not… but i understood… HA-Os is the best for beginners and HA-Only-Systems
But sure i would like installed all in docker-containers
install HA-Container is automatic install HA in a doker-system ?
install HA-Core is the pure Homeassistant , but with that i can do all but i have to install all by myself
i can install HA-Core without and with container using… ?
if i install HA in a docker-system conttainer and i use the image ghcr.io/home-assistant/home-assistant:stable then i get automaticly HA-Core ? but zthe HA-core is same same only without docker included ?
is that right?
if right then is ok for me, because i would like install mostly add-ons manually
like the file-editor:
now i use visual-studio (on my win10 pc) to edit and create files on the raspberry server over ssh
my docker-compose.yaml looks like that