Fall back on wifi

Hello,

Is is possible to make HAOS automatically fall back on wifi when the wired connection breaks?

Today I needed to unpower the powergroup where my home assistant device is running on.
My HA has a backup battery, however my network switch does not. therefor my ha instance was unreachable and unconnected to all devices for a while.
I would like the wlan to take over, but only when there is no wired connection.
and this should be, using the same internal IP(same mac might even be better) as the wired connection should have, else my devices do not know where to connect to.

It’s called NIC bonding. Whether you can do this with HAOS I don’t know. I haven’t come across bonding across wireless and wired connections, but it should be possible.

1 Like

thnx,
now I know how it’s called and it should be possible in Linux,
Hopefully someone has already treid this and is willing to write up a short howto, because my Linux Network skills are limited.