Releases: kalinrow/geckoclient
v0.6.1
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
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
Full Changelog: 0.5.4...v0.6.0
Version 0.5.4
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
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
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
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