UniFi WiFi AP: download

Posted on
Sat May 23, 2020 8:53 am
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

v 7.30.241
should hopefully fix the "debugLeve" error
the line # in the error messages threw me off, that was actually not the line where the error occurred

Also added more logging in case the login does not work.
It will show you the curl command that does not work - w full userid and password ip# etc ..

Karl

Posted on
Sun May 24, 2020 12:48 pm
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v7.30.244

changed options in config to better explain the options for std vs UDM vs UDM pro
no functional changes, only text in config

Karl

also elevated the UDM-non pro writeup ( by evansgo) to "announcement", to make it more visible

Posted on
Sun May 24, 2020 9:56 pm
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v7.30.246

for UDM/UDMpro/std controller type

To ease the confusion, in plugin config a button (set parameters) was added that should cover 90% of the config changes between
std / UDM / UDM pro settings will be set to the default settings for these controller types ie:
unifiCloudKeyMode
unifiCloudKeyPort
unifiApiLoginPath
unifiApiWebPage
ControllerBackupPath
UDM on off

You still can change any parameter to your liking

no functionality changes

Karl
Attachments
Screen Shot 2020-05-24 at 22.49.16.png
Screen Shot 2020-05-24 at 22.49.16.png (18.66 KiB) Viewed 11655 times

Posted on
Tue May 26, 2020 5:14 pm
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

posted v 7.30.247

fixed port # in "set parameters" button from 8433 to 8443
and some typos fixed
no change in functionality

Karl

Posted on
Sun Jul 12, 2020 3:32 pm
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

7.31.262 now finally creates a gateway device for UDM(pro)

I should also show 3 temperature values

It took some help from UDM pro users and a lot of ping pong debugging.

Thanks to Wouter, Kyle and Gareth

Karl
ps
error was:
if xx["ip"] .. through an error as "ip" was not in xx
but the exception had a if len(e) < 5: ignore, so it did not show any error message

Added that as a plugin reload sometime throws an error "none", which is not an error.
In order to suppress that, I added len(e)..but len("ip") is < 5..
should be >> if unicode(e) =="none": ignore <<

Posted on
Thu Jul 23, 2020 8:29 am
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

Code: Select all
changes in V 7.32.270  @ 2019-07-23
================== 
 
1. requesting AP info from UDM only not UDM-pro
2. added support for info for multiple vlans in AP
3. added nClients as dev state for switches, == sum of clients connected exluding upstream
4. added check if gateway is connected to a port, (name nmust have gatew or udm in its string) Case does NOT matter
   the it added "Gw" to the port_xx dev state
5. added client list for GHZ channel on AP. these are the hostnames given by the AP, not the indigo device names
6. fixed LED .. commands, was switched to PUT, should be GET for regular gateways, not for UDM
7. added option to count clients on downlink ports and AP ports  in switch client totals  (nClients)

Posted on
Tue Aug 11, 2020 3:21 pm
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

Code: Select all
changes in V 7.33.275 @ 2019-08-12
================== 
 
1. added dev/states for gateway device:
   wan2 (==up/down), MACwan2 = mac # of wan2
   use dev/states wan2 =="up" and wan=="down" to trigger wan failover
   use dev/states wan =="up"  and wan2=="down" to trigger wan failover end
=== this currently only works for standard security gateway NOT for UDM/UDM-pro
    need "mca-dump" output from the UDM system when in normal state and when in failover, to set it up


failover has not been test, but should work

Karl

Posted on
Fri Aug 14, 2020 9:04 am
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

changes in V 7.33.283 @ 2019-08-14
support of wan2 failover, load balancing ... device states in indigo-unifi gateway device

Code: Select all
1. added dev/states for gateway device:
      wan2        = up/down  if 2. wan port is active
      wan2Latency = same as  for wan
      wan2Upload= same as  for wan
      wan2Gateways= same as  for wan
      wan2Nameservers= same as  for wan
      wan2PublicIP=  ip number of wan2 if wactive
      wanSetup =  "wan1 only" if normal single wan active
                  "failover"  if wan2 active and wan 1 down
                  "load balancing" if both wan1 and wa2 are active
                  "wan down"  if both wan connections are down
                  this is tested with std UniFi gateways, should also work for UDM-pro but not for UDM as it does not have a second wan port
     in case of failover the state values for publicIP nameservers and gateways  can be  set to == the wan2 value or not change
        if you would like to keep eg publicIP as your defined public ip number. if set to copy the wan2 values will be used to overwrite the wan xxx values.


thanks go to Mark for patiently testing this feature

Karl

Posted on
Mon Oct 05, 2020 9:34 pm
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

changes in V 7.33.285 @ 2019-10-05
==================

fixed all "{}".format(dev.name.encode("utf8")) to u"{}".format(dev.name)

should fix errors with umlauts in device names


Karl

Posted on
Wed Oct 07, 2020 10:32 am
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

Just got a UniFi Access Point Flex HD, works w the plugin as a std AP, no problems so far. Setup in config like any other AP.

They really look nice and can be put in straight sight

Karl
https://unifi-flexhd.ui.com

Posted on
Wed Oct 21, 2020 9:54 am
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

changes in V 7.33.290 @ 2019-10-21
==================

1. added config optiuon to set folder name for unifi variables
up to now: it used the folder where other variables where
now you need to set it in config.. default is UNIFI


Karl

Posted on
Wed Dec 23, 2020 10:28 am
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

changes in V 7.33.303 @ 2019-12-23
==================

1. prompt for expect ssh to unifi devices is now fully auto detect
no need to enter in config
2. removed options for log messages mca-dump commands in config, no need to chnage anything.
3. cleaned up some logging formats
4. changed number to float for dev states temperature in prep for indigo 7.5
4. cfixed issue w reset of AP-log message listener killing the DB dict listener

this version should be used after you upgrade your unifi gear to the dec 2020 release, several unix prompts have changed

the indigo plugin store does currently not download the new version from githuib.. here the link:https://github.com/kw123/unifi/releases/tag/v7.33.303

Karl
and thanks to Brian for testing

and Merry Christmas, Chanukah, .. to everyone

Posted on
Wed Jan 20, 2021 9:32 pm
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

changes in V 7.34.308 @ 2021-01-20

1. added support for new unifi op system for controller os v 6.x ++
eg UDMpro has unifi ops sys, but also genx cloud key can be upgraded to v 6.
most reports work, but not stat reports (daily ,...)

2. will now autodetect the controller ports and login and api web pages,
no config setup required for:
ie 8443/ 433; /proxy/network/api/s/ vs /api/s; /api/auth/login vs /api/login

hope that helps..

Karl

Posted on
Thu Feb 11, 2021 10:28 pm
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

changes in V 7.35.322 @ 2021-02-11
==================

1. now all "post" functions work for the new unifi op-sys v 6.x. ("get" worked fine)
eg set AP-led on/off
get wan / ap stats
etc


Karl
this took >>> 6 months to figure out

Posted on
Fri Feb 12, 2021 3:06 pm
kw123 offline
User avatar
Posts: 8335
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi WiFi AP: download

changes in V 7.35.324 @ 2021-02-12
==================

1. added rx_Bytes_last5Minutes and tx ... to unifi client dev states
    this gets updated once every 5 minutes and shows the # of bytes as integer
    time bins are 0-5 5-10 ... minutes
    if eg time is 12:07 it shows the bytes from time bin 12:00-12:05
    the dict returned by unifi has RX and TX flipped. It is corrected in the plugin.

2. added some more reports for wan and wifi stats


Karl

Page 8 of 11 1 ... 5, 6, 7, 8, 9, 10, 11

Who is online

Users browsing this forum: No registered users and 4 guests