Skip to content

Releases: GitHub4Eddy/tibber_live

Tibber_Live-30

08 Mar 12:37
9b0b5d8
Compare
Choose a tag to compare

Version 3.0 (8th March 2023)

  • Removed Tibber old Websocket code
  • Prepared, not enabled: Check home.features.realTimeConsumptionEnabled has a true value always before reconnecting
  • Prepared, not enabled: Added button to disconnect or re-connect the Tibber webSocket
  • Prepared: Added quickapp variable homeNr (most of the time 1) to be able to check the response realTimeConsumptionEnabled

Version 2.3 (beta 8th December 2022)

  • Improved the 60 seconds interval child devices update, it now never skips a beat
  • Added translation for English (en), Dutch (nl), Swedish (se), Norwegian (no)
  • Changed the json response for the debugLevel=4 Offline Simulation mode, the date/time format was wrong
  • Added random (jitter) reconnection handleDisconnected and handleError between 10 and 15 seconds
  • Added random (jitter) reconnection interval handleDisconnected and handleError plus between 1 and 10 seconds
  • Added exponential backoff (increasing delay) between each timeout. The increase is limited to 10 times the value in the quickapp reconnect variable.

Tibber_Live-22

20 Nov 11:33
7aff295
Compare
Choose a tag to compare

Version 2.2 (20th November 2022)

  • Changed to new Tibber webSocket requirements, required from December 2022

Tibber_Live-21

15 Oct 09:06
23016e4
Compare
Choose a tag to compare

Version 2.1 15th October 2022

  • Child devices are now updated every (whole) minute to reduce CPU load
  • Replaced zero values for Voltage L1 L2 L3 with the previous value

Tibber_Live-2

05 Aug 13:49
6836e02
Compare
Choose a tag to compare

Version 2.0 (5th August 2022)

  • Added two child devices, Hourly Consumption and Hourly Production
  • Added re-connect routine to handleError. If an Tibber error occurs, the QuickApp will try to re-connect. Thanks @JcBorgs for testing.
  • Improved routine to handle Tibber null values
  • Changed labels a bit to save some space
  • Changed "volt" and "amp" text in the labels
  • Changed kWh device types from com.fibaro.electricMeter to com.fibaro.energyMeter

Tibber_Live-1

19 Jun 11:38
a26308f
Compare
Choose a tag to compare

Version 1.0 (19th June 2022)

Initial webSocket version Tibber Live
Thanks @JcBorgs for testing all beta versions and great suggestion to improve the quickapp
Based on the Fibaro WebSockets/GraphQL demo by Peter Gebruers