Skip to content

Releases: gazoodle/gecko-home-assistant

v0.1.11: Bump version

24 Jun 13:36
46e4f05
Compare
Choose a tag to compare

Latest geckolib to include up-to-date model support

Deprecation warnings

23 Jun 11:19
65eee65
Compare
Choose a tag to compare
  • Merged pull request
  • Bumped version

v0.1.9

06 Feb 20:19
Compare
Choose a tag to compare
  • Split the radio channel and strength into two sensors #59
  • Fixed upcoming issue #76 for HA 2023.3
  • Added option to not show ping sensor to reduce log file and recorder clutter #64 (this is the default now, found from the CONFIGURE button on the integration page)
  • Expose a text sensor with the aggregate errors reported from the spa pack. Some of these are not particularly obvious from the tag, but ought to help diagnose spas that are experiencing intermittent faults. This is in preparation of allowing extra sensors to be added to HA to help track this ... next release perhaps. #18
  • Radio strength sensor updated periodically for #56

Less noise

25 Apr 08:50
Compare
Choose a tag to compare

Bump geckolib to resolve issues #53, #36, #52

Mostly these are to reduce log file clutter, but there is also a guard against negative values for watercare which would leave the integration in a disconnected state.

v0.1.7: Added radio channel and signal strength sensor

12 Apr 13:23
Compare
Choose a tag to compare

Added radio channel and signal strength sensor
Trying for better tolerance during connection for issue #49
Replicate observed behavior between Gecko app and in.touch2 EN module

v0.1.6: Attempt to fix issue #49

05 Apr 10:34
Compare
Choose a tag to compare

Attempt to fix issue #49, Spa keeps disconnecting

Dynamic ping frequency

23 Mar 09:15
Compare
Choose a tag to compare

Use latest geckolib which has dynamic ping frequency to (further) reduce CPU usage and log file clutter when spa is not active

Fixed 100% processor usage

16 Mar 20:53
Compare
Choose a tag to compare

Fixes issue#48
Skipped v0.1.3 because I forgot that I'd already bumped version.

Support reminders

16 Mar 16:54
Compare
Choose a tag to compare

Changes

Support reminders.
Each reminder that your spa supports will have a separate sensor in the UI.
The value of the sensor is midnight on the date the reminder becomes due.
The UI will show sensors as timestamps so you get an appropriate user experience out of the box while still permitting the HA automation system to compare values against today.

Python 3.10 issues fixed

15 Mar 17:05
Compare
Choose a tag to compare

In my live environment, some Python 3.10 issues arose ... odd because I thought HA had mandated Python 3.10 ... more investigation needed