uniFi-WiFI-AP: discussions

Posted on
Thu Jul 27, 2017 8:26 pm
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi-WiFI-AP: discussions

A few seconds later, it goes back to the original.
thats correct behavior.. the plugin is programmed to do that. if you like to switch that off. I can add an option..

the second case is a bit more complicated..
The plugin gets some "names" from different devices (gateway, AP, switch if you have) they all can be different ..

Then on the IP some devices can change their IP number ..

the plugin is uses ONLY the mac number as key. everything else is linked to it. If it gets anything with a mac number it will update all props of that MAC number accordingly


so, could you observe it a bit more and get me some more stats..


thanks for your help

Karl

Posted on
Sat Jul 29, 2017 7:23 am
jrcitizen offline
Posts: 26
Joined: Jan 04, 2017

Re: uniFi-WiFI-AP: discussions

A few seconds later, it goes back to the original.

thats correct behavior.. the plugin is programmed to do that. if you like to switch that off. I can add an option..


It would be nice to have an option allowing us to both rename the Device name as well as the Device Description. Hope it is not too much trouble to add :D

Posted on
Sat Jul 29, 2017 8:28 pm
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi-WiFI-AP: discussions

see version 7-5-43 ..

hope that does it for you.

Posted on
Sat Jul 29, 2017 8:37 pm
roquej offline
User avatar
Posts: 609
Joined: Jan 04, 2015
Location: South Florida, USA

Re: uniFi-WiFI-AP: discussions

Thank you!

Posted on
Sat Jul 29, 2017 9:07 pm
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi-WiFI-AP: discussions

please reload.. v 44.. the off worked the on did not

Posted on
Sat Aug 05, 2017 12:53 pm
Different Computers online
User avatar
Posts: 2541
Joined: Jan 02, 2016
Location: East Coast

Re: uniFi-WiFI-AP: discussions

Hey, with some update a while ago I suddenly got a whole bunch of new automatically created variables with names like "Unifi-Count-Group0-Away".

Did I miss the explanation of what these are designed to be used for?

SmartThings refugee, so happy to be on Indigo. Monterey on a base M1 Mini w/Harmony Hub, Hue, DomoPad, Dynamic URL, Device Extensions, HomeKitLink, Grafana, Plex, uniFAP, Fantastic Weather, Nanoleaf, LED Simple Effects, Bond Home, Camect.

Posted on
Sun Aug 06, 2017 4:35 pm
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi-WiFI-AP: discussions

you can put unify devices into a group (one of 10) in device edit

then you will get # of devices in this group at home / away

you can set triggers e.g.
if variable Unifi-Count-Group6-Home value ==1 ==> at least on member home
if variable Unifi-Count-Group6-Home value ==4 ; (with 4= all members in this group): all home
if variable Unifi-Count-Group6-Away value ==1 ==> at least on member away
etc.

Karl
Attachments
Screen Shot 2017-08-06 at 17.33.54.png
Screen Shot 2017-08-06 at 17.33.54.png (41.69 KiB) Viewed 3504 times

Posted on
Mon Aug 07, 2017 7:10 am
Different Computers online
User avatar
Posts: 2541
Joined: Jan 02, 2016
Location: East Coast

Re: uniFi-WiFI-AP: discussions

Gotcha! Thanks.

I had to move my Indigo install to another computer yesterday. Perhaps unrelated, but today I'm seeing

Code: Select all
   uniFiAP                         in Line '2781' has error='NameNotUniqueError'

SmartThings refugee, so happy to be on Indigo. Monterey on a base M1 Mini w/Harmony Hub, Hue, DomoPad, Dynamic URL, Device Extensions, HomeKitLink, Grafana, Plex, uniFAP, Fantastic Weather, Nanoleaf, LED Simple Effects, Bond Home, Camect.

Posted on
Mon Aug 07, 2017 9:05 am
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi-WiFI-AP: discussions

that could happen if you have renamed, removed etc a device.
please set debug on and check which device it is complaining about.
then delete that device. it should be recreated.


I am leaving in an hour. can not fix anything in the next 3 weeks
Karl

Posted on
Tue Oct 31, 2017 5:30 pm
kw123 offline
User avatar
Posts: 8360
Joined: May 12, 2013
Location: Dallas, TX

Re: uniFi-WiFI-AP: discussions

Deleted(*) a reply to the announcement thread (fixed the error) as I would like to keep it short. ..
discussions etc should go here or in a topic you start... ..

forgot to set lock option in the announcement post

Karl

(*) don't know how to move a post to another thread.

Posted on
Wed Nov 01, 2017 3:54 pm
petematheson offline
Posts: 847
Joined: Sep 14, 2014
Location: Southampton, UK

Re: uniFi-WiFI-AP: discussions

Hi Karl,

First time installing and setting this plugin up.
1. The instructions you have don't seem to match the latest version I've downloaded? (yours shows a username/password field. I don't see that option anywhere)
2. When starting the plugin I'm getting the errors below. Possibly because they're not authenticated?

Started plugin "uniFiAP 7.9.63"
uniFiAP initializing ... variables
uniFiAP in Line '97' has error=''list' object has no attribute 'find''
uniFiAP killing request: ps -ef | grep 192.168.0.170 | grep /usr/bin/expect | grep -v grep
uniFiAP in Line '97' has error=''list' object has no attribute 'find''
uniFiAP killing request: ps -ef | grep 192.168.0.168 | grep /usr/bin/expect | grep -v grep
uniFiAP in Line '97' has error=''list' object has no attribute 'find''
uniFiAP killing request: ps -ef | grep 192.168.0.133 | grep /usr/bin/expect | grep -v grep
uniFiAP in Line '97' has error=''list' object has no attribute 'find''
uniFiAP killing request: ps -ef | grep 192.168.0.169 | grep /usr/bin/expect | grep -v grep

Posted on
Wed Nov 01, 2017 4:02 pm
FlyingDiver offline
User avatar
Posts: 7210
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: uniFi-WiFI-AP: discussions

Karl - 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. Was this a deliberate change? The plugin was working fine for me with just three WAPs.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Wed Nov 01, 2017 4:36 pm
petematheson offline
Posts: 847
Joined: Sep 14, 2014
Location: Southampton, UK

Re: uniFi-WiFI-AP: discussions

So i downloaded the previous version, entered the username / password, then upgraded to the newer version and it's now bringing the devices in.

However I still have tonnes of errors?

uniFiAP in Line '1767' has error='u'1406103281''
uniFiAP looking at device: UniFi_992588996887_ac:63:be:64:2e:fd
uniFiAP in Line '1767' has error='u'667656477''
uniFiAP looking at device: UniFi_ac:63:be:37:ec:a3
uniFiAP in Line '1767' has error='u'1686121441''
uniFiAP looking at device: UniFi_ac:63:be:64:2e:fd
uniFiAP in Line '1767' has error='u'1157854535''
uniFiAP looking at device: UniFi_00:04:20:f4:d8:56
uniFiAP in Line '1767' has error='u'98783327''
uniFiAP looking at device: UniFi_50:f5:da:0f:48:0c
uniFiAP in Line '1767' has error='u'182659678''
uniFiAP looking at device: UniFi_720346927643_50:f5:da:0f:48:0c
uniFiAP in Line '1767' has error='u'1406103281''
uniFiAP looking at device: UniFi_992588996887_ac:63:be:64:2e:fd

Posted on
Thu Nov 02, 2017 2:45 pm
FlyingDiver offline
User avatar
Posts: 7210
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: uniFi-WiFI-AP: discussions

I'm not getting the errors that Pete is getting. But there's still some issues with the config panel.

Typo on top: UniFi, not UNIFY. Switch not Swithc.

The username/password fields are hidden. The section after "changes in the following parameters..." should be showing, I think. Also "changes" should be capitalized.

Those triple lines after the switch list make me think there's supposed to be something showing there as well, but enabling a switch did not show them.
Attachments
Screen Shot 2017-11-02 at 4.38.03 PM 11-2.png
Screen Shot 2017-11-02 at 4.38.03 PM 11-2.png (424.67 KiB) Viewed 3178 times

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Thu Nov 02, 2017 3:48 pm
petematheson offline
Posts: 847
Joined: Sep 14, 2014
Location: Southampton, UK

Re: uniFi-WiFI-AP: discussions

My errors have gone with the latest version, but still no username and password fields as above


Sent from my iPhone using Tapatalk

Who is online

Users browsing this forum: No registered users and 2 guests