UniFi WiFi AP: download

Posted on
Tue Oct 31, 2017 10:36 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted V 7-9-63

fixed:
- error in wifi message part (the one that acts fast)

- clarified a menu option (change menu text) for add devices to groups. The menu option will do an add of all devices of a type(e.g. wifi or lan or unifi devices) to a group number


Karl

Posted on
Thu Nov 02, 2017 8:41 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted V 7-9-64

fixed:
should fix:
""""uniFiAP in Line '97' has error=''list' object has no attribute 'find'' """

"""uniFiAP in Line '1767' has error='u'1406103281''""

""" the latest release(s) have hidden the authentication fields behind the enabling of the UGA (you mean USG?). Also the fields for naming the variable folders also require enabling the USG. """"
Somewhere I read UGA and now I have UGA all over the code.. have fixed - I hope - the strings in the menu.

And thanks for testing and no, these where not features ..

Karl

Posted on
Thu Nov 02, 2017 2:46 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v 7.9.65


fixed:
""'3026' has error='local variable 'oldStatus' referenced before assignment'""

that error only occurred if you had debug DICT on

Karl

ps. hope this is it

Posted on
Thu Nov 02, 2017 4:11 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v 7.9.66

cleaned up config menu:
http://forums.indigodomo.com/viewtopic.php?f=199&t=19365

Karl

Posted on
Fri Nov 03, 2017 12:43 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v 7.9.68

fixed
one more item (send log to special logfile) was hidden in config. now visible

addedoption to IGNORE unifi-client devices.
With this option you can select a MAC number to be ignored and the plugin will not do anything with information related to THAT unifi client device(s). It will continue to deal with switch, ap, gw etc devices that have the same MAC number. You can leave ignored devices alone or delete them they will not expire or touched in any way by the plugin.

This is useful for switches especially. My 26 port switch creates 4 extra unifi client devices, for serial ports, etc etc. In total with 9 switches 1 gateway, 3 AP's I can ignore 16 devices that do not add any value.

You could naturally also ignore any other regular device if you want o do that.
If you have just APs you will not see any of the extra devices, as you need switches or the GW to see them, as the APs only see the WiFi side.

Karl





Karl

Posted on
Sat Nov 04, 2017 9:09 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v 7.9.69

fixed
line 97 has no .. msglevel


Karl

Posted on
Wed Nov 08, 2017 5:54 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v-7.9.70

added:

1. in config option to set start of the variable names. Instead of UniFi_xx_yy you can use any string for Unifi_xx, not for the yy part though. e.g.
Unifi_Count_Family_Away ==> b_c_Family_Away
Unifi_With_Status_Change ==> X_With_Status_Change

2. the display column for state now shows:
up mm-dd HH:MM:SS
down mm-dd HH:MM:SS
expired mm-dd HH:MM:SS
Where the Month-Day ... is the timestamp of the last status change. It is taken from the state"lastStatusChange"
Unfortunately you can not sort that column in indigo, but it gives a quick view of the last status change date w/o opening up the detailed state pane below the device listings. The Year is not shown, to save some space and keep the column small.
The device state "Status" is not changed. Added a state: displayStatus that contains the new string

Karl

Posted on
Thu Nov 16, 2017 10:04 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v-7.9.71

added:
- status column value: "ignored date-timestamp" for devices you have set to be ignored. the date-timestamp is the time when you set it to ignored.
- at startup check if status column is set correctly, to catch wrong red/green /grey indicators.


Karl

Posted on
Sun Nov 19, 2017 7:23 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v 7.9.72

fixed:
- when adding e.g. the 3 unifi devices as e.g. AP 1, AP2, AP5 in config it worked with AP1,AP2,AP3
- when creating new AP devices / switches, it did not do it properly, though the error was corrected automatically later in the plugin.

if you have no changes in your UNIFI device setup, no change for you.

Karl

ps I got a bunch of new devices, then the issues came up.

Posted on
Sat Dec 02, 2017 12:45 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

====> new version from now on on the indigo plugin store: https://www.indigodomo.com/pluginstore/73/ <====
v 7.9.74 posted

added:
improved menu for POE power cycle, it will show instead of just Sw#, port#
sw#, port#- attached device

Karl

Posted on
Wed Jan 31, 2018 9:54 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

====> new version from now on on the indigo plugin store: https://www.indigodomo.com/pluginstore/73/ <====
v 7.10.80 posted

added:
menu / actions:
re-connect wifi clients
(un) block clients from access

you need to set controller ip#/port/ site name in config before you can use it

Karl

Posted on
Thu Feb 01, 2018 1:36 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

====> new version from now on on the indigo plugin store: https://www.indigodomo.com/pluginstore/73/<====
v 7.10.81 posted

added:
print additional info from controller, better sorted menu selection boxes

Karl

Posted on
Sun Feb 04, 2018 2:07 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

====> new version from now on on the indigo plugin store: https://www.indigodomo.com/pluginstore/73/<====
v 7.10.82 posted

some smaller fixes and added automatic generation of unifi devices by reading the unifi controller db and some smaller enhancements to reports.


Karl

Posted on
Mon Feb 05, 2018 7:01 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

====> new version from now on on the indigo plugin store: https://www.indigodomo.com/pluginstore/73/<====
v 7.10.85 posted

==added all available reports from controller
==fixed a bug that shows up every 10 minutes on missing variable "i" (had no impact on execution, just reporting)

this should be it for a while

Karl

Posted on
Mon Feb 12, 2018 12:42 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

====> new version from now on on the indigo plugin store: https://www.indigodomo.com/pluginstore/73/<====
v 7.11.93 posted

== now covering different configs of the gateway . different setups seem to store IP & MAC number in different sections of the database dump dict.

Karl

thanks to Jon for testing

Page 4 of 11 1, 2, 3, 4, 5, 6, 7 ... 11

Who is online

Users browsing this forum: No registered users and 8 guests