Skip to content

Commit

Permalink
V3.9.2 blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkahn committed Jan 16, 2021
1 parent 27267c4 commit 83511f8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/currentchanges.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.

0 comments on commit 83511f8

Please sign in to comment.