david
Comments
Recent activity by david
-
@alexander: Yes, because that has been the documented behavior for quite a while. private async Task UpdateAccessToken(HttpResponseMessage httpResponse){ var newTokenResponse = await Deserialize<T...
- View comment
- 0 votes
-
Here are the times that the Netatmo API invalidated our app's token (all times UTC): 2024-06-03 10:002024-06-03 19:202024-06-03 23:002024-06-04 06:202024-06-04 15:102024-06-04 18:40 So, starting at...
- View comment
- 0 votes
-
Quel drôle et quelle surprise. As soon as I posted that it had run for 5 hours without expiring, it promptly expired. Grace a vous, Netatmo.
- View comment
- Edited
- 0 votes
-
@sk: There is only one device using the API at a time. We actually suspend our production process when we need to test the API directly in our dev environment. Using the mobile app or the web dashb...
- View comment
- 0 votes
-
I believe we're doing everything as required. Here is the relevant code (C# 8.0; some logging and defensive code removed): public async Task<ApiResponse?> Download(string stationId){ var attempts ...
- View comment
- 0 votes
-
Each time I refresh the token manually, it asks me to reauthorize the app. This, also, is unusual.
- View comment
- 0 votes
-
And it just happened again, around 19:30 UTC/21:30 CEST
- View comment
- 0 votes
-
@m.zielinski - yes, but we had to do it twice today, which has only happened when we're testing our own code. Updating the token by hand is also a PITA.
- View comment
- 0 votes