Releases: IndigoDomotics/rachio-indigo
Release 2022.0.2
Bug fixes
Indigo 2022.1 plugin store release
2022.0.0 Update Readme
Webhooks re-merge
Fixing bad merge of Webhooks code.
Release 2.0.2
Merged branches.
Added standby mode control
More Webhooks updates
Pre-Release 2.0.0
Testing version of plugin that supports web hook call-backs from the Rachio servers
This version supports schedule start/stop and zone start/stop updates.
One more time with the missing fields
Rachio implemented rate-limiting which caused the plugin to fail. We've addressed that and added several new events to help users identify when there are communication issues. Also added plugin checking against the plugin store.
They also changed the API, so until and if they ever add 'elevation', 'timeZone', 'paused' and 'utcOffset' back to the API we'll catch them. For now we set the value of those fields to 'unavailable from API'.
One more API missing field fix
Found one more occurrence where the missing API fields were referenced.
API changes
Rachio implemented rate-limiting which caused the plugin to fail. We've addressed that and added several new events to help users identify when there are communication issues. Also added plugin checking against the plugin store.
They also changed the API, so until and if they ever add 'elevation', 'timeZone', and 'utcOffset' back to the API we'll catch them. For now we set the value of those fields to 'unavailable from API'.
Documentation reorganization
Moved the main part of the docs to the repo wiki and pared the README down to a shorter description. These changes are in preparation for the Indigo Plugin Store. There are no material changes to the functionality so you really don't have to upgrade if you don't want to.
Fixed currentTemperature error in forecast data
The Rachio API started returning a currentTemperature field in forecast data (which makes no sense). Fixed the innocuous error (and ignoring the currentTemperature field in forecast data).