Skip to content

Minor bug release

Compare
Choose a tag to compare
@kevinkahn kevinkahn released this 10 Dec 01:51
· 446 commits to master since this release

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 occurrence 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.