#is there any way to have homeassistant and a dashbord on same raspi?
1 messages · Page 1 of 1 (latest)
if using HAOS then: NO
however if you use a standard distro like RPI-OS then used a container install on top of that then you could also run a browser to display a dashboard... I probably wouldn't recommend it but you could do it.
ok
can u teatch me to run ha on rpi os? @solar moth
use the container install instructions for installing on docker - https://www.home-assistant.io/installation/linux/#install-home-assistant-container
please note that running container instead of OS will result in not having the ability to use addons and you will have to manually run other containers and integrate them for any add-ons you might want to run. Also there is no built in update system and you will have to update the container yourself when core updates are available.
Note that if you want to have all the ease of HAOS but extra functionality from the same hardware there is another way, which is a Virtual Machine. You can use VirtualBox or ProxMox as the hypervisor.