Skip to content

Releases: gazoodle/geckolib

v1.0.5

18 Feb 16:28
Compare
Choose a tag to compare

Fix DIV/0 in inMix RGB scaler

v1.0.4

18 Feb 16:19
Compare
Choose a tag to compare

First version of inMix support. Only currenty handles RGB zones, no auto-modes or syncro.

v1.0.3

17 Feb 19:37
Compare
Choose a tag to compare

Support setting of the remaining duration for reminders

v1.0.2

17 Feb 14:16
Compare
Choose a tag to compare

Done/Fixed in 1.0.2

  • Some progress toward support for MrSteam units
  • Refactoring to allow accessory modules such as inMix to be handled.
  • Library is now RUFF compliant, all typing hints are done.
  • Can connect to MrSteam without throwing any errors. This ought to be good to get some snapshots.
  • Rebuilt GeckoPump class to cleanly handle one, two or variable speed pumps
  • Spa manager will reload if critical data changed
  • Update light management to handle both Li and L120 light systems
  • Waterfall to new pattern, still might not reflect actual state if CP is on same circuit
  • Support bubble generator on the pack Aux port
  • Add keypad buttons for all available pumps, blowers, etc.

BREAKING CHANGES 1.0.2

  • Blower is now a single speed pump, not a switch
  • Single speed pumps no longer support modes, it's either on or off
  • Pump modes are from the user demand list not the device control one, so previously "HIGH" was a pump mode, it is now "HI".

v1.0.1

06 Feb 18:14
Compare
Choose a tag to compare

Add support for lock mode if it exists on the spa
Add support for standby mode
Add "Heating" binary sensor

v1.0.0

05 Feb 14:44
Compare
Choose a tag to compare

Removed sync API
Updated all clients and sample code to use async API
Refactored code to DRY out the code base
Added support for external heat sources

v0.4.20

27 Jan 16:37
ea2b3fc
Compare
Choose a tag to compare

This is the last sync version of this library. It has become too complex to keep both API types in the same codebase. The client samples have been updated and HA integration uses the async version.

If there are any other clients of this still using the sync version, this is the last version that I will be updating. Most of the recent work was on the async API but you might still be able to salvage some recent updates if you have a sync fork still going.

v0.4.18

15 Jan 14:41
Compare
Choose a tag to compare

Actually push the changes to GIT before publishing a new release.

v0.4.17

15 Jan 14:37
Compare
Choose a tag to compare

Expose water heater internal sensors so they can be exposed in home assistant

v0.4.16

13 Jan 21:49
Compare
Choose a tag to compare

Done/Fixed in 0.4.16

  • Change min temperature from 15C to 8C
  • Handle unnamed SPA (Issue #54)
  • Prevent watercare from being out-of-range at the expense of knowing if it was ... it's more stable for users (#40)
  • Fixed async importlib code from blocking by using loop executor