Skip to content

Releases: kalinrow/geckoclient

v0.6.1

06 Aug 11:12
Compare
Choose a tag to compare

Update info

To update an exiting installation overwrite the files in the installation folder and restart the service.

What's Changed

  • Typo and pump rework by @Altrec in #8
  • Support for fahrenheit temperature unit
  • Usage of temperature min. and max. values from geckolib

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 May 16:25
Compare
Choose a tag to compare

This release is a backwards compatibility breaking change !!!

If you update to this release and uses the command topics to control your SPA you need to adapt your command sending application!

What's Changed

  • BREAKING CHANGE: Changing commands from string to json and combining commands into one definition by @Altrec in #7
  • Update to use gecklib v0.4.8

New Contributors

  • @Altrec made their first contribution in #7

Full Changelog: 0.5.4...v0.6.0

Version 0.5.4

26 Feb 12:45
Compare
Choose a tag to compare

Update info

To update an exiting installation overwrite the files in the installation folder and restart the service.

News

  • Fix issue #6, water care mode could not be set
  • Fix error describing setting of water care mode in README.md

Full Changelog: 0.5.3...0.5.4

Version 0.5.3

15 Jan 15:52
Compare
Choose a tag to compare

Update info

To update an exiting installation overwrite the files in the installation folder and restart the service.

News

  • Forced decimal separator to point
  • Added a check, if facade is ready. Log the error and exit gracefully.
  • Improved unexpected disconnection handling
  • Added publishing filter status
  • Improved logging
  • Updated README

Full Changelog: 0.5.2...0.5.3

Version 0.5.2

02 Jan 10:07
Compare
Choose a tag to compare

Update info

To update an exiting installation overwrite the files in the installation folder. Change in the config.py the line
BROKER_INTERVAL = "10"
to
BROKER_INTERVAL = 10
(remove the quotes)

News

  • Fixes issues #3
  • Added republish all values command
  • Updated README

Full Changelog: 0.5.1...0.5.2

Version 0.5.1

27 Dec 16:22
Compare
Choose a tag to compare

Update info

To update an exiting installation overwrite the files in the installation folder. Then add in the config.py the line
BROKER_INTERVAL = "10"
after BROKER_ID =

News

  • Adding log level option for geckolib in config.py
  • Adding exception handling with default values for missing SPA_IP_ADDRESS (DHCP) and BACKUP_COUNT (WARN) values in config.py

Full Changelog: 0.5.0...0.5.1