martijndierckx / homebridge-hydrawise

A homebridge plugin that creates sprinkler accessories for all your Hydrawise zones
13 stars 7 forks source link

Exceeded maximum number of requests #32

Open woodgieboodgie opened 1 year ago

woodgieboodgie commented 1 year ago

Hi,

Plugin initiates ok (HB1.5) but after a little while reports that the number of requests has exceeded the 30 within 5 minutes allowed. Configured for cloud instead of local. Up'd polling interval to 14000 but error repeats itself.

{ "name": "Hydrawise", "type": "CLOUD", "api_key": "1234-1234-1234-1234", "host": "192.168.1.82", "user": "user", "password": "password", "polling_interval": 14000, "platform": "HydrawisePlatform" }

johnluber commented 1 year ago

This was working fine for me up until about a week or os ago (at least that's when I first noticed an issue). Now I am experiencing the same issue as OP.

gussyboy commented 1 year ago

This occurred for me too, pretty annoying

slandells commented 1 year ago

It's down to 20 requests every 5 minutes now :/ I'd happily setup a LOCAL connection, but I think the HC-Pro I have doesn't allow for it. I've not been able to find anywhere there is a local password documented, and the account I use on the App is linked to my Email. Anyone been able to find the password for LOCAL on a newer system? (Assuming that must be the issue)

martijndierckx commented 1 year ago

Newer FW don’t allow local connections. (See readme). But good(/sad) to know the limit has changed


Van: slandells @.> Verzonden: Tuesday, January 17, 2023 7:24:02 AM Aan: martijndierckx/homebridge-hydrawise @.> CC: Subscribed @.***> Onderwerp: Re: [martijndierckx/homebridge-hydrawise] Exceeded maximum number of requests (Issue #32)

It's down to 20 requests every 5 minutes now :/ I'd happily setup a LOCAL connection, but I think the HC-Pro I have doesn't allow for it. I've not been able to find anywhere there is a local password documented, and the account I use on the App is linked to my Email. Anyone been able to find the password for LOCAL on a newer system? (Assuming that must be the issue)

— Reply to this email directly, view it on GitHubhttps://github.com/martijndierckx/homebridge-hydrawise/issues/32#issuecomment-1384890325, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA6KD7XXQA756XDRQTPRHCDWSY3IFANCNFSM6AAAAAAQ6HDRZE. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ufkel commented 1 year ago

Pardon me if I got it wrong. Assuming the CLOUD connection limit is 5 request every 5 minutes, then the polling_interval should be larger than 60000ms, right?