Search found 18 matches

by gulivert
02 Jun 2020, 20:53
Forum: Netatmo API
Topic: New NETATMO API Weather - Web-APP for Raspberry touch screen
Replies: 9
Views: 4606

Re: New NETATMO API Weather - Web-APP for Raspberry touch screen

Finally I will push asap a new version with an auto install script directly from the raspberry.
by gulivert
02 Jun 2020, 18:06
Forum: Netatmo API
Topic: New NETATMO API Weather - Web-APP for Raspberry touch screen
Replies: 9
Views: 4606

Re: New NETATMO API Weather - Web-APP for Raspberry touch screen

Hello, Thank’s! Currently not planned but I could do something, as there is people getting some troubles to install / deploy the app. For donation, I subscribed to github sponsors, just waiting for approval (which I hope will do) then you will be able to make a donation. Thank’s to want to support m...
by gulivert
13 Feb 2020, 19:12
Forum: Netatmo API
Topic: API units and values conversion
Replies: 2
Views: 1496

Re: API units and values conversion

@Netatmo, could you please give me an answer, is it a bug from your side ?
by gulivert
09 Feb 2020, 10:36
Forum: Netatmo API
Topic: BUG: getmeasure not working properly with 1month scale for rain gauge
Replies: 3
Views: 3519

Re: BUG: getmeasure not working properly with 1month scale for rain gauge

Same here !
I did a try on the january month, with a scale of day I have 0.128 for the total
With a scale of month the api return 0.015
by gulivert
09 Feb 2020, 10:27
Forum: Netatmo API
Topic: Automatically download historical data
Replies: 5
Views: 2168

Re: Automatically download historical data

you can get historical data from the API as well.
have a look here : https://dev.netatmo.com/apidocumentatio ... getmeasure
by gulivert
09 Feb 2020, 10:08
Forum: Netatmo API
Topic: API units and values conversion
Replies: 2
Views: 1496

API units and values conversion

Hi there, This is a surprise for me but it seems that the Netatmo API does not handle the values conversion in its result according to the units user settings ? Does that mean I have to convert my self the values result. This is not clear for me but what I can tell is the following: If I use the uni...
by gulivert
02 Apr 2019, 22:44
Forum: Netatmo API
Topic: Netatmo stationdata and refresh token issue
Replies: 12
Views: 5248

Re: Netatmo stationdata and refresh token issue

I'm not a specialist in Python and even not programmed anything with this language but it seems that you never enter to the refresh token function because you have not initialised retry variable to true. May be something like this should help : def index(retry=true): try: response = requests.post('h...
by gulivert
24 Mar 2019, 15:11
Forum: Netatmo API
Topic: Netatmo stationdata and refresh token issue
Replies: 12
Views: 5248

Re: Netatmo stationdata and refresh token issue

You must refresh your access token with the refresh token. Do a new post request to API URL "/oauth2/token" with as parameters: client ID, client secret and grant_type set to "refresh_token". You must do that before the current access token expire (3hours of validity) and you wil...
by gulivert
20 Feb 2019, 19:33
Forum: Netatmo API
Topic: New NETATMO API Weather - Web-APP for Raspberry touch screen
Replies: 9
Views: 4606

Re: New NETATMO API Weather - Web-APP for Raspberry touch sc

Greetings to all, Bonjour tout le monde, If you have any interst of this project, you will find a new version 2.0.0 on the github master branch with a lot of improvments ! Modules are now detected dynamically (CSS still not adapted) New charts and ability to see charts for any values and not only te...
by gulivert
11 Feb 2019, 23:17
Forum: Netatmo API
Topic: GetStation data error missing dashboard_data
Replies: 1
Views: 1105

Re: GetStation data error missing dashboard_data

Hmm, just figure out that I have reachable attribut set to false...
I never seen this attribut before, I fill a bit stupid, I will check why this module is offline...

Go to advanced search