Closed wolfc01 closed 1 year ago
Could you try to update to 0.26.7 ?
Hi Daniel,
I will, but it will take some time, please allow me to find time for a duration test. But I have to wait until the breaking change in the tibber API has been implemented in your library.
Br Carl
Hi Daniel,
question: is the breaking change in the websocket api already supported in your code?, if so, since which version?
br Carl.
Hi, what is the current status of this package, is it confirmed working with the new api at Tibber? Using the example code provide in md, no realtime data is returned using dummy user key.
Hi Daniel,
I wrote the code below in order to have an async task which should deliver realtime power usage and price_info. Symptom is that over a certain time the tibber connection seems to be "not ok, lost?" and one of the await's never returns rendering the while loop stuxk giving it no chance to disconnect and to beuild up a new connection.
What am i doing wrong? Is there a suggestion to do it better? Note that I checked the queue was read on the other end, such that it cannot be full.
The following observations I found after some further investigation:
tibber_connection.rt_disconnect()
: this method does not stop the subscription, still activity is reported in the log.Best regards Carl.