Klaas Schoute

Results 105 comments of Klaas Schoute

I did some research to get more clarity about where things go wrong and especially how the problem can persist for days. By default, if you make more than 12...

Just stating that "_you also have the issue_" does not help solve the problem and only pollutes the thread, so please don't do that. If you would like to stay...

An idea to solve this is to adjust the update_interval to a time delta when receiving this exception, which after the reset restores the update_interval to the old situation upon...

This won't fix it, especially for users who have previously set up the integration but simply made too many requests. The problem lies in the updateCoordinator and the function that...

Why not just call it `govee_light` as name/domain?

You could also compare by downloading different diagnostics from the integration and see what data comes in, perhaps the difference is minimal and otherwise you could also try using Postman...

At the moment I don't see anything strange in the code that could explain this. When I have time I'll look at it again. ./Klaas

We've had a discussion about this in the past with the creator of the API. His answer at the time was that if you send `damping_morning`, `damping_evening` and `damping` as...

What I was thinking about is that in Home Assistant we process the damping values as float, so `0,25`. But the API wants a dot notation, so `0.25` and that...