neskvern / homebridge-tibber

Gets Tibber power consumption data to HomeKit
MIT License
8 stars 2 forks source link

Breaking changes in Tibber API #5

Closed toini closed 1 year ago

toini commented 1 year ago

Hi!

I would like to thank you for contributing to the community of Tibber users. You are on the list of people we respect! https://developer.tibber.com/respect

In order to improve the API resilience we are making a breaking change for websocket communication. Please see details at developer site. Would you be able to adjust the implementation accordingly?

Also, it looks like you might not be setting user-agent header value according to best practices. A recommended format would be to include both the platform version and driver version for example like this: Homebridge/1.2.3 neskvern-homebridge-tibber/0.0.23.

We're trying to collect best practices here

Let us know if in need of any assistance!

Br, Toni Tibber

neskvern commented 1 year ago

Hello, and thank you for this information!

Updated to new version of tibber-api. Should be ok for now.