Results 7 comments of Brian Jensen

I agree. On Thu, Sep 1, 2022, 10:02 mvistein ***@***.***> wrote: > I agree > > — > Reply to this email directly, view it on GitHub > , >...

Does anyone have any idea what the rate limits are for the REST API? I just started implementing a custom script to dump the values from my hmip devices into...

The strange thing for me is that the throttling exception does not appear to be applied consistently. I have had the exception applied after 30 mins of gathering data, but...

I am using the synchronous REST API at the moment, which means I am creating a new connection to the HMIP cloud with every request. Thinking about how EQ-3 formulated...

In my case I only experimented with the synchronous API. I will take a look at web sockets based API and see if it changes things for me. I have...

@hahn-th Are you creating a code example of how to use the asyncio API to passively listen for updates (instead of actively polling) ?

I did a first scan of the code for using a web socket to listen for updates yesterday. I found the code quite complicated. There are 3 different different libraries...