You have to change one setting, and then it works fine in Docker on the Pi5 apparently.
Installing network-manager will cause probs unless
https://wiki.debian.org/NetworkManager#Enabling_Interface_Management
- Set managed=true in /etc/NetworkManager/NetworkManager.conf
Then install GitHub - home-assistant/os-agent: Daemon allowing to control OS features through D-Bus before running GitHub - home-assistant/supervised-installer: Installer for a generic Linux system
After that I didn’t bother going any further as the specific installers creating custom grub cmdlines seems the wrong way round to me, but hey.
I wouldn’t expect Supervised to necessarily work, but supervised is not the same as docker alone.
The docker issues were a unexpected(by me anyway), but at least there seems to be an easy enough workaround for now.
I wonder what the expected timeline is for Supervised, HAOS, etc. being able to support the RPI 5.
Hoi Joery I am new here and i also like to run HA on my pi5
where kan i find the file develoment build for download
mvg Jan
You can easily download it from GitHub, as support for the RPi 5 is now included in HAOS 11.3.
Just expand the Assets section on the above page and you’ll find the haos_rpi5-64-11.3.img.xz that you can use with the Raspberry Pi Imaging Tool to create a bootable microUSB flash card for testing.
Where do you find the Pi5 devolpment build? Cant find it in the offical Pi imager
I think you need to download the image from the attached link (above), then write it to an sd card.
Details were provided in the post immediately above yours…
HA OS for RaspBerry PI 5 worked for me out of the box except the Raspbee II. It is detected but the Addons (ZHA & Zigbee2MQTT) are not being working properly in my setup.
@TeacherGus same problem here.
I installed haos_rpi5-64-11.4.dev20231223.img.xz on my RPi 5 yesterday.
After backup restore most Addons looks not started but are started if you check the logs, but some are not working like Zigbee2MQTT and MQTT broker (EMQX).
Running back on my RPi4b now…
(Adding @TeacherGus as well since you have the same issue as Sikkbe)
While I have not tried installing HA on my own Raspberry Pi 5 yet, something very similar happened when I helped my dad migrate from a RPI 3 to an RPI 4. We just could not get some of the addons (Zigbee2MQTT was one of them) to run. However, after checking some forums someone mentioned that they had a similar issue and solved this by disabling the “Start on boot”-option for all addons before creating the backup.
I realized that that since all addons are basically docker containers HA is probably trying to replicate that exact container on a new machine which will cause a whole bunch of issues. The correct approach should be to create a fresh new container on the new machine that uses an identical configuration.
We were able to solve it by simply turning off the “Start on boot”-option for all addons and rebooting the RPI 4, no new backup or flashing needed, and then simply starting the addons one by one. The machine has been rebooted since and now they start as normal.
Not sure if this will work in your case, but it might be worth a try?
Thank you very much @carl_bratt for your help. I appreciate it.
@Sikkbe, finally I got Zigbee2MQTT working in my Raspberry PI 5 with HA OS. I re-installed the OS, version https://os-artifacts.home-assistant.io/11.4.dev20231226/haos_rpi5-64-11.4.dev20231226.img.xz. After reading this forum: Raspberry Pi 5 + Raspbee = no devices found #7413 I updated the config.txt file in the OS with the parameters:
enable_uart=1
dtparam=uart0_console
After this, the ttyAMA0 (instead of just ttyAMA10) was detected and it worked like a charm! I hope it helps!
My Pi5 is also finally running with the RC2 HA OS, but Zigbee2mqtt is still giving me trouble. It works fine, but after a while it stalls or crashes or something and blocks the network. Strangely it doesn’t seem to show me any errors or be aware that anything is wrong…
My pi5, with the latest 11.3 image, boots to the point where it is waiting for the HA CLI, then goes into the emergency console. Anyone else see this or have a way of fixing it?
Just got my PI 5 cant wait to flash…
Same, I’m waiting for the flashing using the Raspberry Pi Imager! Do we have an ETA?
Just download the haos_rpi5-64-11.3.img.xz file to your computer. Then, use the RPi Imager to choose RPi 5, Select Custom Image (the one you just downloaded), select the microUSB card, and voila! You now have a RPi5 HAOS 11.3 device ready to install in your RPi 5.
I am confused. After installing haos 11.3 there appears homebridge and not home assistant. Wrong image?
Hard to say if you don’t tell us exactly what image you downloaded.