sebilm / ioBroker.myuplink

ioBroker Adapter for myUplink.com for Nibe Heat Pumps
MIT License
4 stars 1 forks source link

Protection for Rate Limiting Client Abuse #70

Open soulfire89 opened 1 month ago

soulfire89 commented 1 month ago

Hey, I was thinking about the following feature.

Is your feature request related to a problem? Please describe. Skripts causing error message with the HTTP status code 429 and 400, following by a blocked access until VVM will be restartet manually.

Describe the solution you'd like A clear and concise description of what you want to happen. I know the problem is selfmade, but sometimes its hard to prevent multiple requests within the time restriction. Can you think about an feature to protect API due to high frequence requests following the developer restrictions by one request every 4th second?

image

My Adapter setting is set to 1min, but i think its for the PULL requests and not for PUSH. image

Describe alternatives you've considered For now I'm thinking about additional timeplans in my skripts with activation every 5th second, to avoid the issue.

BR