benningm / docker-telegraf-netatmo

script and docker image to retrieve data from netatmo API
10 stars 8 forks source link

Replace username/password with refresh_token #9

Closed dynek closed 1 year ago

dynek commented 1 year ago

This replaces combo username/password with refresh_token.

See: https://dev.netatmo.com/apidocumentation/oauth

ScarletStar commented 1 year ago

Nice. I was about to do this too. Thanks a lot :)

benningm commented 1 year ago

Thank you for this pull request.

I've done the same change but did not commit it yet. I just commit the refresh_token change together with two other small changes.