I’m trying to get Home Assistant running on Qubes OS. Has anyone here gotten it working? If so, how did you set it up? I managed to start it using a generic image, but I can’t get networking to work. Has anyone here gotten it working? If so, how did you set it up?
The generic image is running correctly and the Home Assistant service is operational internally (verified by curl localhost:8123 returning HTTP 200 OK) from ha-console however if i try the same from the vmqubes(debian12) terminal that runs virt-manager with homeassisant or from any other machine from my network its completely unreachable.
cant have bridges available on qubes-vm.. need help
Bridge Mode (type='bridge'): Failed because no bridge device exists.
Direct Mode (macvtap, type='direct'): Failed because Qubes OS blocks the creation of macvtap interfaces from within an AppVM.
Virtual Bridge (virbr0): The default libvirt network (which would create virbr0) was removed, and attempts to recreate it fail due to permission errors.
Port Forwarding (iptables): Even with net.ipv4.ip_forward=1, the host cannot route traffic because the homeassisstant is on a completely isolated network interface that lacks proper routing to the host's main interface.
How can we provide homeassisant awith a network interface that is acessible from qubesvm or the wider lan given that the qubesvm is with no bridge interfaces
any insight on how to proceed i appreciate