Maximum api usage ?

The Netatmo API is a set of webservices allowing developers and third parties to access Netatmo device's data.
Post Reply
PlaneteDomo
Posts: 3
Joined: 28 Sep 2012, 22:18

Maximum api usage ?

Post by PlaneteDomo »

Hello, I have done an application who read each data every minute.

But I get some message like this :

Fatal error: Uncaught exception 'NAApiErrorType' with message 'Maximum api usage reached' in /home/www/eedomus/Netatmo/NAApiClient.php:356


Can you tell me how much is the maximum query on API ?

Many thanks,

Mickael
fpotter
Site Admin
Posts: 423
Joined: 27 Dec 2011, 12:40

Re: Maximum api usage ?

Post by fpotter »

Hi,

The netatmo station makes a measurement every 5 minutes and connects online to deliver the measurements every 10 minutes. It is not necessary to "poll" at a larger speed ;-)

Thanks for your enquiry !

fred
iTuilerie
Posts: 32
Joined: 12 Oct 2012, 01:25
Location: Troyes, France
Contact:

Re: Maximum api usage ?

Post by iTuilerie »

I think I have the same problem as planète Domo

I made a script that collected data for display in netAtmo PLCLink (ios soft for PLC control, I use for my home automation)
But to retrieve each value I have to make a requette, so 7 requettes a result all 10min

This is not a problem?

How much is the maximum number of requette per minute, per10 minutes .... ??????

___________________

Je pense avoir le même problème que planète Domo

J'ai fait un script qui récupéré les données de netAtmo pour les afficher dans PLCLink (soft ios pour pilotage d'automate que j'utilise pour ma domotique)
Mais pour récupérer chaque valeur je suis obligé de faire une requette donc 7 requettes a la suite toute les 10min

Cela ne pose pas de problème ?

A combien est le nombre maxi de requette par minute, par 10min....



Merci, Tank's
iTuilerie
Posts: 32
Joined: 12 Oct 2012, 01:25
Location: Troyes, France
Contact:

Re: Maximum api usage ?

Post by iTuilerie »

captainigloo wrote:Je suis intéressé par l'implémentation Plclink. Peux-tu faire un retour ?
Je fini de mettre au point (j'ai un souci pour la creation des fichiers PLCLink) et je ferai une explication
trosenblatt
Posts: 233
Joined: 18 Sep 2012, 12:18

Re: Maximum api usage ?

Post by trosenblatt »

The maximum number of request is :
100/minute
1000/hour

Thomas.
Thomas Rosenblatt, Netatmo Team.
cstromme
Posts: 61
Joined: 07 Nov 2012, 13:04

Re: Maximum api usage ?

Post by cstromme »

So I'm running into this frequently now with users. When I get all measurements for all their modules I quickly reach the max limit of requests. Any way we can get this bumped?

I'm also building a service where we'll be pulling from quite a lot of modules, and we're going to reach this limit really quickly.
cstromme
Posts: 61
Joined: 07 Nov 2012, 13:04

Re: Maximum api usage ?

Post by cstromme »

Also, what's the cooldown time here?
trosenblatt
Posts: 233
Joined: 18 Sep 2012, 12:18

Re: Maximum api usage ?

Post by trosenblatt »

Could you please tell me what is your application name or client_id ?
Regards,
Thomas Rosenblatt, Netatmo Team.
Post Reply

Return to “Netatmo API”