uniFiAP  

Developer: Karl's Plugins     Like this plugin? Show your appreciation!
Category: Location and Presence
Github: Github Repo
Assistance: Get help!   
Plugin ID: com.karlwachs.uniFiAP
Latest release: v2022.43.397 released on Jan. 13, 2024
Release downloaded: 0 times
Requires: Indigo v2022.1.0 or higher
(Check the Releases tab below for older releases that may have different requirements)
  Download latest release

unifi

indigo plugin that reads unifi devices and populates indigo devices and variables details at https://forums.indigodomo.com/viewforum.php?f=199

Release details
Released on: Jan. 13, 2024
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

in case of http error, the plugin does not print a large dump anymore, but it will = check if timeout, retry 2 more times, if sucessful, a warning will occur .. fixed after xx tries = if not sucessfult it will try 30 more times (after some minutes) and if not sucesfull the plugin will reload eg when the unifi device is down, or you load a new software

Release details
Released on: Dec. 15, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

added option to select a differetnt way to set POE on/off switches. Some newer switch devices only support a unix command swctrl all of my older switches also support unix swctrl command.

Release details
Released on: Dec. 6, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release
  • added check for protect camera: is properly defined? line 8953, in getProtectIntoIndigo cameraId = dev.states["id"] KeyError: 'key id not found in dict'
  • fixed mismatch for detecting dicts start end while listening to AP SW etc.
Release details
Released on: Dec. 1, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

added checks for setup a new install if not all parameters and devices are set.

Release details
Released on: July 19, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release
  1. added config option in general section to set request - curl timeout to any value >=1 sec
  2. made error logging more verbose
  3. added option to supress test logging at startup, default is log, set in config under section debug
  4. fixed print parameters requests timeout was not properly formatted
Release details
Released on: July 19, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release
  1. added config option in general section to set request - curl timeout to any value >=1 sec
  2. made error logging more verbose
Release details
Released on: July 19, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

added config option in general section to set request - curl timeout to any value >=1 sec

Release details
Released on: July 18, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

set http req timeout to 10 secs

Release details
Released on: May 8, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release
  1. added menu item to clean up ~/.ssh/know_hostsfile if you have issues with ssh loging in to your unifi devices, you can now reset the entries in ~/.ssh/konwn_hosts file

  2. added config option in userid/password section to ignore known_hosts ie use ssh -o StrictHostKeyChecking=no userid@x.y.x.z instead of ssh userid@x.y.x.z

Release details
Released on: April 19, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release
  1. fixed error for unifi protect event thumbnails in some cisrcumstance the thumbnail is not available immedeately after event. the plugin now tests if the thumbnail image is ready, then they are copied. this might take up to 10 secs. in addition a "snapshot" is taken immediately. they can be requested at any time

  2. removed code for old deprecated nvr video system. The plugin now only supports PROTECT

  3. made config a little more readable

Release details
Released on: June 27, 2022
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release
  1. suppress error message that File suspended does not exist
  2. added option to supress Exsessive time used ... set in config at the bottom
  3. fixed error msg: state key previousStatusChange not defined
Release details
Released on: June 3, 2022
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 0 times 
Changes in this release
  1. replaced all f = open() with f=self.openEncoding() method that does the utf8 depending on sys.version_info[0] >2
  2. fixed global name 'item' is not defined;