Skip to content

Releases: skrollme/homebridge-eveatmo

1.1.2

11 Jun 19:33
784eb7c
Compare
Choose a tag to compare

What's Changed

  • Fixing "Invalid access token"-issue on restart (#81)

Full Changelog: v1.1.1...v1.1.2

1.1.1

11 Jun 19:32
ebc1fb4
Compare
Choose a tag to compare

What's Changed

  • Added flag to enable/disable AirQuality sensor for indoor module by @Tellicious in #76

New Contributors

Full Changelog: v1.1.0...v1.1.1

1.1.0

08 Mar 16:08
Compare
Choose a tag to compare
  • allows new auth method (via refreshtoken) and old one (via password)
    • added config-schema to configure this via UI
  • refreshtokens are fetched 5min earlier to do not run into auth problems
    • Added retry on failed refreshtoken-fetch

v1.1.0-beta2

17 Dec 21:06
Compare
Choose a tag to compare
v1.1.0-beta2 Pre-release
Pre-release
  • try to refresh token earlier than necessary + retry on refresh-fail
  • updated config.schema.json

v1.1.0-beta1

17 Dec 10:29
Compare
Choose a tag to compare
v1.1.0-beta1 Pre-release
Pre-release
  • Readded the password grant type and lets you choose which one you want to use.

Notice: password grant type can only be used if you try to access your own Netatmo devices

1.0.1

31 Oct 16:10
Compare
Choose a tag to compare
  • Thanks to a PR (#65) from @smhex:
    • Logging of "fetching weatherdata" is not configurable

1.0.0

31 Oct 16:09
Compare
Choose a tag to compare

1.0.0

  • Major version release to reflect breaking change in 0.7.x betas
  • Switched to a different authentication-mechanism because Netatmo plans to deprecate the old username/password-authentication (#62)

0.7.0-beta3

21 Sep 17:18
Compare
Choose a tag to compare
0.7.0-beta3 Pre-release
Pre-release
  • persisting access_token and refresh_token on disk to use it after restart

0.7.0-beta2

18 Sep 10:08
Compare
Choose a tag to compare
0.7.0-beta2 Pre-release
Pre-release
  • cleanup + updated history.md

0.7.0-beta1

18 Sep 09:55
Compare
Choose a tag to compare
0.7.0-beta1 Pre-release
Pre-release
  • switch to refresh_token-authentication because user/password-authentication is deprecated and it's support will end soon