Page 11 of 11

Re: UniFi WiFi AP: download

PostPosted: Wed Apr 19, 2023 1:56 pm
by kw123
Code: Select all
changes in V2022.41.383@ 2023-04-18
================== 

   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

Re: UniFi WiFi AP: download

PostPosted: Mon May 08, 2023 8:16 am
by kw123
changes in V2022.42.384@ 2023-05-07
==================
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

Re: UniFi WiFi AP: download

PostPosted: Wed Jul 19, 2023 3:58 am
by kw123
changes in V2022.42.387@ 2023-07-20
==================
1. added config option in general section to set request - curl timeout to any value >=1 sec
values < 3 secs will likely create timeouts.
2. made error logging more verbose

Re: UniFi WiFi AP: download

PostPosted: Fri Dec 01, 2023 2:25 am
by kw123
changes in V2022.42.394@ 2023-12-01
==================
added checks for setup a new install if not all parameters and devices are set.

Re: UniFi WiFi AP: download

PostPosted: Wed Dec 06, 2023 3:58 pm
by kw123
changes in V2022.42.395@ 2023-12-06
==================
- 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 dict start end while listening to AP SW etc.

Re: UniFi WiFi AP: download

PostPosted: Fri Dec 15, 2023 1:00 pm
by kw123
changes in V2022.42.396@ 2023-12-15
==================
- added option to select a different 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. The old way used a CLI command.

Re: UniFi WiFi AP: download

PostPosted: Sat Jan 13, 2024 4:01 am
by kw123
changes in V2022.43.397@ 2024-01-13
==================
- 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

Karl