From 83511f843e80650b8c1d40ff34bab169711e9737 Mon Sep 17 00:00:00 2001 From: kevinkahn Date: Sat, 16 Jan 2021 10:20:37 -0800 Subject: [PATCH] V3.9.2 blurb --- docs/currentchanges.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/currentchanges.txt b/docs/currentchanges.txt index 15b9d394..77f9ea23 100644 --- a/docs/currentchanges.txt +++ b/docs/currentchanges.txt @@ -95,9 +95,7 @@ A minor addition is to allow semi transparent navigation keys if a picture scree V3.9.1 Minor release with some bug fixes. Also a lot of internal restructuring for code maintenance purposes. AS of this release all screens are now clocked. The Clocked parameter is still honored to set a clock rate for the screen other than 1/sec (fractions of a second are supported). This release also supports alerts based on HA attributes and completes the set of comparison operations available for alert tests. Finally, it reworks the timing of Weatherbit weather fetches to reduce the occurence of "service unavailable" messages. It turns out the WB uses some interal, undocumented algorithm to rate limit weather calls even if you are below your daily cap. This version attempts to spread fetches being made, even across multiple nodes on a network, so as to at least reduce to probability of hitting this limit. -Dummy hub -dbl tap log options -Make match all error approximate and do all even from node screen -Scene support for HA -Handle ISY with no folders/scenes defined correctly -Fix localops case for copying termshortener \ No newline at end of file +V3.9.2 +Mostly fixed minor bugs. The console had expected incorrectly that there would always be folders defined in the ISY and that there would always be variables and scenes defined. This is fixed in this release to allow these to be empty. Also, rather than shutting down and restarting if the console can't initialize a hub, it now replaces the hub with a dummy hub that allows the console to start. This caters to a situation I had where one of my hubs became (semi) permanently unavailable and as a result consoles that has references to that hub wouldn't start to allow access to other working hubs. To reconnect to the off line hub the console does need to be restarted when that hub again is up. + +Some minor functional additions: this release supports scenes on the Home Assistant hub. Note that HA scenes can only be turned on (unlike ISY scenes). A console button corresponding to a scene issues the corresponding HA scene.turn_on command to the hub. Previously, when displaying the log via the maintenance screen you needed to scroll page by page to either the top or end of the log in order to exit the display. Now a double tap on the top half of the log screen goes directly to the 1st page of the log and a double tap on the bottom half goes directly to the last page. From there a single tap exits. Finally, the "Clear Matching Error" option on the network command screen now behaves more usefully in that it issues the command to all consoles and the match itself need not be completely identical for the match to work. It need only be "close" thus handling messages that hit all consoles that differ only in the address listed for some Python item.