Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnFi-Poller: Client Insights Dashboard - clients listed twice #15

Open
boukamp opened this issue Sep 22, 2021 · 0 comments
Open

UnFi-Poller: Client Insights Dashboard - clients listed twice #15

boukamp opened this issue Sep 22, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@boukamp
Copy link

boukamp commented Sep 22, 2021

Bug(?):
Found that the clients in the "Client / IP" list are listed twice when you select "Wireless: All" and "Wired: All" in the Variables at the top of the dashboard.
It seems that the following two changes help solve the issue:
Step 1: remove the ".*" in the "Custom all variable" field for the Wired and Wireless variables.
Step 2a: replace the AND is_wired=true with AND "is_wired"='true' in the query for the Wired variable.
Step 2b: replace the AND is_wired=false with AND "is_wired"='false' in the query for the Wireless variable.
(Note: I don't have wireless clients in my network and thus cannot verify that this works for the Wireless variable - but it prevents loading all the wired clients into the Wireless variable.)

Suggestion:
I found setting the Wired and Wireless variables to "Sort"="case insensitive, asc" instead of "Sort"="asc" makes this list more readable. That way, a "crApple iPad" is listed between "Carla's PC" and "Curt's Server" - and not after the "XBOX".

By the way:
A very big "Thank you!" for developing this UnFi-Poller tool. It helped me identify and fix several issues in our network - and most of it I wouldn't have found if I only relied on the UI of my Unifi DreamMachine Pro!

@platinummonkey platinummonkey added bug Something isn't working help wanted Extra attention is needed labels Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants