Tibber.SDK.NET icon indicating copy to clipboard operation
Tibber.SDK.NET copied to clipboard

Tibber C# SDK.NET

Results 4 Tibber.SDK.NET issues
Sort by recently updated
recently updated
newest added

Unsubscribe before resubscribing with the same subsciption id. Otherwise graphql-ws server responds with "Subscriber for ${id} already exists".

I just wrote a small app which received live measurements and then pushes them into an influx database. Sadly, I've been experiencing some issues. I'm running this in a Proxmox...

About once a day, I receive an OnCompleted() event, sometimes preceded by an OnError() event and sometimes not. In the code, I can see that there is a _streamRestartTimer, a...

In RealTimeMeasurementListener.SubscribeStream() all possible properties are requested hard coded. My suggestion is to improve this by providing an option to request only what's needed, to reduce bandwidth and load on...