Api calls have recently started failing every now and then, it looks like they’re maybe getting rate limited. There are a lot of places where an api call is made where it doesn’t need to be, where possible data should be taken from stored values, most likely the rates entity in most cases.
Where it’s not a quick fix, for example run_devices the error should be caught so as not to cause further code not to be ignored (timers are executed after run_devices update so are not triggering.)
Api calls have recently started failing every now and then, it looks like they’re maybe getting rate limited. There are a lot of places where an api call is made where it doesn’t need to be, where possible data should be taken from stored values, most likely the rates entity in most cases.
Where it’s not a quick fix, for example run_devices the error should be caught so as not to cause further code not to be ignored (timers are executed after run_devices update so are not triggering.)