After this is complete, go to the IP from the hostname -I command above in your browser and append :8123 to the end of the URL. The web page will guide you through the rest of the setup process.
I tried using the guide for installing the latest Home Assistant on a Le Potato with base Debian 12. I used the custom debian image. Once I get to āsudo apt install ./homeassistant-supervised.debā, I get thrown some errors, and it does not seem to install. Here is some of the output containing the errors:
Preparing to unpack ā¦/homeassistant-supervised.deb ā¦
[warn]
[warn] If you want more control over your own system, run
[warn] Home Assistant as a VM or run Home Assistant Core
[warn] via a Docker container.
[warn]
[error] Debian GNU/Linux 12 (bookworm) is not supported!
dpkg: error processing archive /root/homeassistant-supervised.deb (āunpack):
new homeassistant-supervised package pre-installation script subprocess returned error exit status 1
[info] Undo divert on abort-install
No diversion ādiversion of /etc/NetworkManager/NetworkManager.conf to /etc/NetworkManager/NetworkManager.conf.real by homeassistant-supervisedā, none removed.
No diversion ādiversion of /etc/NetworkManager/system-connections/default to /etc/NetworkManager/system-connections/default.real by homeassistant-supervisedā, none removed.
No diversion ādiversion of /etc/docker/daemon.json to /etc/docker/daemon.json.real by homeassistant-supervisedā, none removed.
No diversion ādiversion of /etc/network/interfaces to /etc/network/interfaces.real by homeassistant-supervisedā, none removed.
[info] Resetting debconf selections
[info] Removal complete, due to the complexity of this installation method,
[info] you will need to manually remove the containers created by the supervisor
Errors were encountered while processing:
/root/homeassistant-supervised.deb
N: Download is performed unsandboxed as root as file ā/root/homeassistant-supervised.debā couldnāt be accessed by user ā_aptā. - pkgAcquire::Run (13: Permission denied)
E: Sub-process /usr/bin/dpkg returned an error code (1)
Is Debian 12 really not supported anymore? I keep looking to see if I need to update to Debian 13, but I can not find any information about it. I also did not find an image for Debian 13 for Le Potato. Is that coming anytime soon? Or is Le Potato pretty much unsupported anymore?
Im new overhere but have been strugling to get HA supervised to run on my Le Potato.
First of all thanks to all the support overhere, especially from @Maker_Sphere . However, Iām getting the same errors as @Epitaxy . Is there any solution to be expected?
I stumbled into this as well. Full message bellow. Kinda looking like it isnāt supported anymore?
sudo apt install ./homeassistant-supervised.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'homeassistant-supervised' instead of './homeassistant-supervised.deb'
The following NEW packages will be installed:
homeassistant-supervised
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
8 not fully installed or removed.
Need to get 0 B/7,420 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 /home/admin/homeassistant-supervised.deb homeassistant-supervised all 4.0.1 [7,420 B]
Preconfiguring packages ...
(Reading database ... 80252 files and directories currently installed.)
Preparing to unpack .../homeassistant-supervised.deb ...
[warn]
[warn] If you want more control over your own system, run
[warn] Home Assistant as a VM or run Home Assistant Core
[warn] via a Docker container.
[warn]
[error] Debian GNU/Linux 12 (bookworm) is not supported!
dpkg: error processing archive /home/admin/homeassistant-supervised.deb (--unpack):
new homeassistant-supervised package pre-installation script subprocess returned error exit status 1
[info] Undo divert on abort-install
No diversion 'diversion of /etc/NetworkManager/NetworkManager.conf to /etc/NetworkManager/NetworkManager.conf.real by homeassistant-supervised', none removed.
No diversion 'diversion of /etc/NetworkManager/system-connections/default to /etc/NetworkManager/system-connections/default.real by homeassistant-supervised', none removed.
No diversion 'diversion of /etc/docker/daemon.json to /etc/docker/daemon.json.real by homeassistant-supervised', none removed.
No diversion 'diversion of /etc/network/interfaces to /etc/network/interfaces.real by homeassistant-supervised', none removed.
[info] Resetting debconf selections
[info] Removal complete, due to the complexity of this installation method,
[info] you will need to manually remove the containers created by the supervisor
Errors were encountered while processing:
/home/admin/homeassistant-supervised.deb
N: Download is performed unsandboxed as root as file '/home/admin/homeassistant-supervised.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
E: Sub-process /usr/bin/dpkg returned an error code (1)