Releases: GitHub4Eddy/tibber_live
Releases · GitHub4Eddy/tibber_live
Tibber_Live-30
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
Version 2.2 (20th November 2022)
- Changed to new Tibber webSocket requirements, required from December 2022
Tibber_Live-21
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
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
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