home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.15k stars 29.83k forks source link

Network usage entities missing when removing and re-adding unifi gateway #125053

Closed Greminn closed 1 week ago

Greminn commented 1 week ago

The problem

Missing

I moved HA into a VLAN today, from 10.1.1.0/24 (Default VLAN) to 10.1.2.0/24 (Home Automation VLAN). I have rules that prohibit any HA VLAN device from connecting to the gateway (10.1.1/2/3.1), except HA, which is allowed. In my unifi ha integration, i removed 10.1.1.1 and added 10.1.2.1 and all went well. However, there is no per port entities that show bandwidth usage. Cloud Gateway Ultra is my gateway device.

Note also it seems bandwidth entities on each of the devices is missing as well.

image image

What version of Home Assistant Core has the issue?

core-2024.8.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

unifi

Link to integration documentation on our website

https://www.home-assistant.io/integrations/unifi/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 week ago

Hey there @kane610, mind taking a look at this issue as it has been labeled with an integration (unifi) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `unifi` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign unifi` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


unifi documentation unifi source (message by IssueLinks)

Kane610 commented 1 week ago

You need to enable allowing bandwidth sensors first

Greminn commented 1 week ago

Thank you! I don't know how I missed this, sorry for the seemly dumb question :)

Kane610 commented 1 week ago

Im happy it was this easy :)