I've been looking through the Nest API, but I can't seem to find what "Too many requests" really means. What is too many? Is 5 requests per minute too many? 50 requests per minute too many? Is it too many requests per client? Too many requests per thermostat? Too many requests per home.nest.com account? After reaching the limit, how long until I can successfully make a request?
Any information or experiences will be extremely useful. Thanks!
This is what I'm getting...
protected void setHighTemp(int value){
fb.child("target_temperature_high_f").setValue(value, new CompletionListener() {
public void onComplete(FirebaseError arg0, Firebase arg1) {
System.out.println("Communicaiton error: " + arg0);
}
});
Output: Communicaiton error: FirebaseError: Too many requests