New to HA. I setup a VM on Fedora Core 43 running HA OS. Been trying to use ChatGPT and Gemini to setup HA. I am very skilled in Linux.
What I know:
I don't have add-on apps
I don't have logbook
I don't have recorder
I don't have history
hassio is up, but not reachable.
Don't have HACKs
The hassio and docker0 virtual network bridges on your host are marked as disabled. Because those internal bridges are down, the Home Assistant Core container cannot talk to the Supervisor container across the internal network layer, blocking the UI components (like the Add-ons panel) while the underlying processes run blind.
Why are you using an AI? How's that actually going for you?
I suggest try the documented way. You sound like you want to install HAOS either in a native version or in a VM, both are listed here.
Hi - I followed the HA install guide for initial install of HAOS on a VM. But, not all things were working. I was following another guide and it mentioned HACs (or HACKs) and I
could not find it. I turned to ChatGPT to try to diagnose the problem. During the
process found logbook, recorder, history, and some other things are missing. They appear to be there, but not responding.
The hassio and docker0 virtual network bridges on the host are marked as disabled. Because these internal bridges are down, the Home Assistant Core container cannot talk to the Supervisor container across the internal network layer, blocking the UI components (like the Add-ons panel) while the underlying processes run blind.
Installing Home Assistant in a VM under Ubuntu can work. It works OK if the goal is just trying out HA to see how it works, but it is a very poor way to set up a production server. The reason is that you now have a dependency stack. The VM depends on some library, and maybe your web browsers depend on the same thing, so now updating Chrome or Firefox means restarting the VM.
You never want to be in a situation where updating a desktop web browser means the light switch in the bathroom stops working, or your wife has the video stream to the TV interrupted because your email client has a security update. That is just plain wrong. Dependency stacks are OK only in development or test servers, never on a production server.
Many people do run HAOS on a virtual machine. But they use a bare metal hypervisor to host the VM, and the hypervisor’s only job is to host a VM. It has no other features. Proxmox is a common choice.
OK, so you are just kicking the tires and want to try HAOS. It should work fine if the VM is using a bridged network adapter. If you are having problems, you should tell us how you have set up the VM and how you have passed the network and USB to the VM.
I am using the Zooz 800 Series Z-Wave Long Range S2 USB Stick ZST39 LR.
Fedora saw the stick as Bus 002 Device 002: ID 1a86:55d4 QinHeng Electronics 800 Z-Wave Stick
with device path /dev/serial/by-id/usb-Zooz_800_Z-Wave_Stick_533D004242-if00
which pointed to ../../ttyACM0
The VM was configured in KVM/virt-manager (or Cockpit) with Add Hardware → USB Host Device and the Zooz/QinHeng USB device was selected.
Once attached to the VM, Home Assistant OS saw it directly and Z-Wave JS reported:
Controller ready, Firmware 1.70, and Add device available
Home Assistant VM was is not using the default libvirt NAT network** (192.168.122.x). I setup a bridged connection on br0 so Home Assistant would appear directly on my home network.
The Home Assistant VM was attached to Bridge device: br0,
Model: virtio and gets a reserved IP addresses on my private network.
Im not sure there is a guide for HA-VM in Fedora in HA-Docs, But you maybe another KVM guide will help
Focusing on Your claimed Network Issue
Everything seems to look fine ( Notice IPv4 , on enp1s0 )
The other “network addresses” you see is HA-Internal, and these are nothing you should worry about, just make a note that they are there
Apparently this is KVM’s way of implementing VM’s, And yes it needed to be bridged
If you by any chance have a Virtual LAN , Network setup , i believe you need to look into this part ( Also )
Elaborate on this, as i think the other points above are ok
Are you using that system for other stuff and/or already for other VM's?
Do you know about the existence of Proxmox VE?
If not, or not much details about it, I would strongly advice you to have a look at it if you don't want to install HA bare metal.