Hi everyone,
I have been using the SmartThings integration in Node-RED via Personal Access Tokens since 2024. I have several advanced automation flows that rely on status updates called via inject nodes: most of the flows need just a couple of refreshes per minute, but in some cases I need to poll every 1s to have a functional automation
Everything has been working flawlessly for years, but a couple of days ago my automations stopped working. After some debugging via direct API HTTP requests, I found out I am now constantly hitting the TooManyRequestError (“attempt 14 limit 10”).
I have a few questions for the community:
-
Is this a recent enforcement? Did SmartThings drastically tighten the rate limits or the sliding window duration in the last few days? It’s strange because my traffic patterns haven’t changed at all.
-
Is there a paid tier or an official way to increase these limits? I wouldn’t mind paying for a developer account or higher thresholds if that option exists.
-
If not, is migrating to a local solution like Home Assistant the only definitive way out for sub-minute or near real-time automation needs?
Thanks in advance for any insights!