joaofl / hassio-addons

More add-ons for your Hass.io.
17 stars 22 forks source link

Networkmanager cli #28

Closed dfries closed 1 month ago

dfries commented 1 month ago

With the Home Assistant operating system 12.3, and Core 2024.6.2 installing this resulted in an error that nmcli was not found. I'm guessing the networkmanager was split up and nmcli is now only in networkmanager-cli so I updated it.

Unfortunately with this change I'm getting the following warning in the log, I did not specify the version, otherwise it will need to be updated every time Home Assistant changes it's version.

Warning: nmcli (1.46.0) and NetworkManager (1.44.2) versions don't match. Restarting NetworkManager is advised.

Thanks for this package, it was just what I wanted. My Raspberry Pi is on a wired network, I was looking for something to enable the Raspberry Pi to be an access point so my WiFi IoT devices could be directly connected to the RPI.

joaofl commented 1 month ago

With the Home Assistant operating system 12.3, and Core 2024.6.2 installing this resulted in an error that nmcli was not found. I'm guessing the networkmanager was split up and nmcli is now only in networkmanager-cli so I updated it.

Unfortunately with this change I'm getting the following warning in the log, I did not specify the version, otherwise it will need to be updated every time Home Assistant changes it's version.

Warning: nmcli (1.46.0) and NetworkManager (1.44.2) versions don't match. Restarting NetworkManager is advised.

Thanks for this package, it was just what I wanted. My Raspberry Pi is on a wired network, I was looking for something to enable the Raspberry Pi to be an access point so my WiFi IoT devices could be directly connected to the RPI.

Thanks for that! Merging...