HA installation is clear as mud. I understand it’s a Python app that needs to run in Linux, that it needs MQTT and apparently that gets installed with HA.
I’ve searched forums, read docs, watched YouTube, already flashed Tasmota on two S31’s and ready to start, but not understanding, and it seems there have been changes recently to how HA works or what versions are supported?
I have a dedicated Dell D610 laptop with LXLE installed and running, soon to be upgraded with a 128GB SDD. The 32 bit CPU does NOT support virtualization. A Linksys Wireless-G card is on its way.
Surely there is a flavor of HA that will run on this machine? I have no budget to buy something else.
Can someone point me in the right direction please?
PS 35 years in IT, played with Linux, willing to try, please be gentle.
Once you have activated the virtual environment (notice the prompt change to (homeassistant) homeassistant@raspberrypi:/srv/homeassistant $) you will need to run the following command to install a required Python package. "
Your script references containers, which require virtualization.
“Long story short, you have to run a version of Linux that was released after 2007 and it needs to be installed on X86 hardware that supports virtualization capabilities. If both of those boxes are checked, then all you have to do is load 2 existing modules (a host kernel module and a processor-specific module), an emulator, and any drivers that will help you run additional systems.”
“Virtualization provisions the resources that containers can use. These VMs are environments in which containers can run…”
I know, but they talk about docker-ce, which will not install on 32-bit systems. Debian recompiled docker themselves, called docker-io, and that runs fine on 32-bit systems.
Although it may run fine… the wording here is not very confident:
“This package contains the daemon and client. Using docker.io on non-amd64 hosts is not supported at this time. Please be careful when using it on anything besides amd64.”