You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: