Skip to content

Releases: gazoodle/geckolib

v0.4.15

24 Jun 13:31
79b0ef8
Compare
Choose a tag to compare

Updated to latest SpaPackStruct to include recent models

Wrong specifier - duh!

24 Jun 13:16
933a756
Compare
Choose a tag to compare
v0.4.12

Update setup.cfg

There's got to be an easier way to check this ...

24 Jun 13:12
eb84557
Compare
Choose a tag to compare

Syntax errors in install.cfg

24 Jun 13:06
4e100bb
Compare
Choose a tag to compare
v0.4.10

Update setup.cfg

v0.4.9

23 Jun 11:32
e072f1a
Compare
Choose a tag to compare

Merge pull request to reduce asyncio sleep timeout to reduce processor usage

v0.4.8

06 Feb 20:02
Compare
Choose a tag to compare
  • Split radio strength & channel into two separate sensors
  • Added some extra debugging around protocol sync lock
  • Some unit_of_measurement values were the string "None" instead of the python keyword None
  • Aggregate SpaPack error properties into a single text sensor
  • Rebuild pack accessors from SpaStructPack.xml v36.1

Less noise

25 Apr 08:43
Compare
Choose a tag to compare

What's Changed

  • Guard against negative active_mode value by @EiNSTeiN- in #30
  • Demote out-of-range enum values from spa to DEBUG and set to "Unknown"
  • Demote "No handler for xxxx" type messages to DEBUG to declutter log files

Full Changelog: v0.4.6...v0.4.7

v0.4.6

12 Apr 13:11
Compare
Choose a tag to compare

Added radio channel and signal strength sensor
Added delay between protocol retries
Replicated observed protocol command sequencing

v0.4.5

05 Apr 10:31
Compare
Choose a tag to compare

Attempt to fix sporadic disconnects
Removed leak in facade that could over time result in low memory

Activity controlled dynamic ping timeout

23 Mar 09:09
Compare
Choose a tag to compare

Separated out various constants and put them into a new configuration class.
Created two config sub-classes, one for when the spa is idle and one for when it is active
Facade decides which mode to set for configuration.