Did this fixed the issue unsupported installation?
Have same problem. I wanna enable network manager on wlan but its disabled in ncmi or something like that
Yep same here.
I just restored my configured img to my USB SSD Disk, so everything is up and running again. Gonna check it out later.
Maybe someone else fixed the problem and is willing to share a howto?
Ok i fixed my problem, this is how (for if anyone has same problem)
My problem whas (in new supervisor >= 249) i had no managed network interface(s)… but since 249 you need at least one.
Im running HA in a docker on Debain 10 64B(beta). Running great for months now.
I’m little scare to to these steps… Don’t want screw my system and it become unreachable.
My system is running on WiFi. Here my config now of NetworkManager:
# interfaces(5) file used by ifup(8) and ifdown(8)
# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
Checked the link but don’t understand how to do it for WiFi.
I never do anything with NetworkManager so its untouched then I read this: If you haven’t done anything manually with the network on the host, you should just re-run the convenience installation script.
So I can do the installer again but do I still need the at least one interface part be done?
What I don’t understand is why Network Manager is labelled as a required service? Being able to change the IP address from HA is a toy and definitely not required. I would never want to change the IP of my host from HA. So why is the supervisor bothering me with this stuff?
It is not a required service and your system is working normally, it just means the system is unsupported.
Why is it unsupported? Because the current supervisor is able to manage the network card which is really useful in default installation of Home Assistant OS and will use that acess to reference IP address for add-ons developers.
In short, it’s simple and not required, unless some new add-on pops up and use this new and supported way to get the IP for your HA installation.
@0kk0
It didn’t work for me, so add UTP cable into it. Logged in and saw that my wifi device not worked.
Dit follow steps below and after I got my wifi back did a full reboot of system (not only HA) and wifi was running. In HA I see my system is supported again thanks anyway for the assistance!
root@hassio: nmcli d wifi list
IN-USE SSID MODE CHAN RATE SIGNAL BARS SECURITY
root@hassio: sudo wpa_cli -i wlan0
wpa_cli v2.8-devel
Copyright (c) 2004-2019, Jouni Malinen <[email protected]> and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
Interactive mode
<3>CTRL-EVENT-SCAN-STARTED
<3>CTRL-EVENT-SCAN-RESULTS
<3>WPS-AP-AVAILABLE
root@hassio: nmcli dev show wlan0
GENERAL.DEVICE: wlan0
GENERAL.TYPE: wifi
GENERAL.HWADDR: MY_MAC_ADDRESS
GENERAL.MTU: 1500
GENERAL.STATE: 30 (disconnected)
GENERAL.CONNECTION: --
GENERAL.CON-PATH: --
root@hassio: nmcli dev wifi list
IN-USE SSID MODE CHAN RATE SIGNAL BARS SECURITY
MY_SSID Infra 12 540 Mbit/s 65 ââ
â_ WPA1 WPA2
MY_SSID_1 Infra 40 540 Mbit/s 65 ââ
â_ WPA1 WPA2
MY_SSID_2 Infra 100 540 Mbit/s 62 ââ
â_ WPA1 WPA2
root@hassio: sudo nmcli device wifi con "SSID" password "PASSWORD"
Device 'wlan0' successfully activated with '04016a83-XXXX-XXXX-XXXX-30b6aec6f000'.
root@hassio:~# nmcli dev status
DEVICE TYPE STATE CONNECTION
eth0 ethernet connected Wired connection 1
wlan0 wifi connected MY_SSID
I made changes as in the documentation, but I still get a message and an error. I use the addon DHCP server if it’s important. IP of HA set to static. Someone help?
docker_version 18.09.8
hassio true
host_os
installation_type Home Assistant Supervised
os_name Linux
os_version 3.10.102
python_version 3.8.6
supervisor 2020.10.0
HA version 0.117.1
I can open 192.168.1.5:8123.
I can’t open https://…duckdns.org:8123
Probably problem is in Network manager. I am not specialist. Please could you give step by step instruction to fix.
I do not have info about IP about hostname, ip, OS in Host System section.