Alexander Preibisch

Results 63 comments of Alexander Preibisch

Potential follow up via #180

Fine with that, I have update it 😄

Acknowledged. Valid point for Import. I'm overall still not 100% happy with the Import Page. For the next improvement I could try to include this one.

My current workaround is instead of using `client.GenerateToken()` I generate a token on `dev.netatmo.com` and then provide then new Access Token in my code via `client.ProvideOAuth2Token()` Of course this is...

My hope was now to initially generate Access Token and Refresh Token, modify the coding here to be able to pass the Refresh Token in methods like `CredentialManager.ProvideOAuth2Token(string oauth2Token)` and...

I have a valid Access and Refresh token (I was also able to get data with that token). It was generated on the My Apps Page

You're welcome. But this token needs to be renewed at some point in time (I think it was working for ~3 hours on my side). And this token refreshment was...

I have created a PR #168 with a quick fix for this issue

So in the logs I can only see the issue from #219. I think you also followed the Breaking changes notes from the Changelog before upgrading to 1.7 otherwise you...