Hallo,
ist es möglich das “Home Assistant” auf einem alten Netbook zu installieren?
Ich habe einen Medion Akoya E1210. Das System läuft auf 32-Bit. 64-Bit funktioniert nicht.
Liebe Grüße
Erich
Hallo,
ist es möglich das “Home Assistant” auf einem alten Netbook zu installieren?
Ich habe einen Medion Akoya E1210. Das System läuft auf 32-Bit. 64-Bit funktioniert nicht.
Liebe Grüße
Erich
Möglich schon, aber langfristig ggf. nicht empfehlenswert. Die verbaute Hardware ist schon ziemlich betagt. Das würde für den Anfang sicherlich ausreichen.
Ob die fertigen Images (Home Assistant OS) ohne weiteres darauf laufen weiß ich nicht. Es sollte aber möglich sein ein halbwegs modernes Ubuntu oder Debian darauf zu installieren und eine Home Assistant Core Installation durchzuführen. Da fehlt einem dann allerdings die Möglichkeiten die einem die Add-Ons bieten. Ob die alte Hardware gut mit Docker / Containern funktioniert müsste getestet werden.
Aber wie gesagt, um nur mal eben zu testen sollte das System ausreichen.
PS: Hier wird üblicherweise auf Englisch kommuniziert. So bekommt man deutlich schneller Hilfe.
The problem is that Docker, which is used by the main two installation methods, requires a 64 bit CPU.
You could run Core on it, but that’s only recommended if you’re used to compiling software from source, and troubleshooting software build issues. You’ll have to manually update Python every December, and rebuild your venv.
I happen to have an Asus eeePC 901, which has the same CPU. I did some benchmarking using Home Assistants included benchmarks, and the device is horribly slow. The json_serialize_states
benchmark didn’t even complete due to the memory constraints (1GB RAM total, running a Knoppix live distribution, so a real installation might have completed the benchmark).
Anyways, this system provides less than half the performance a Raspberry Pi 4 has to offer. And being a 32bit introduces other limits, which in my opinion makes the system a very bad choice. As stated above, it’s not suitable for more than a quick test.
Edit:
I’m doing the same on a Raspberry Pi 3 Model B in this moment, and it appears the performance is actually comparable to the Atom N270. The Pi i slightly faster, but at a much lower power consumption.