CAUTION - CAUTION - CAUTION
Tibber binding is already released in openHAB. Several stability issues are reported which are bugging me a lot. There are also flaws e.g. spot-prices
are updated every minute which causes 1440 queries per day. Additionally channels are a boquet mixture of spot-prices, live measures and statistics.
I want to start a proposal for OH5 which can introduce some breaking changes. On Marketplacce I’ll a publish a compatible version which shall solve stability errors.
This is now a rework of the previous binding - all channels renamed, units like Currency
and EnergyPrice
added, ThingActions
for price calculations added.
Highly recommended to check readme for changes.
Changelog
Version 0.2-alpha
- Channels rework
price
groupspot-prices
current and forecast prices asNumber:EnergyPrice
level
current and forecast price levels asNumber
with 0=Normal, negative values cheaper, positve values expensiveaverage
current and forecast of 24h average prices asNumber:EnergyPrice
live
group for Tibber Pulse power, voltage and current valuesstatistics
group for Tibber Pulse energy values
ThingActions
added for price calculations- priceInfoStart - earliest price info available
- priceInfoEnd - latest price info available
- listPrices - retreive list in ascending / descending order of prices
- bestPricePeriod - calculate best rpice in consecutive period
- bestPriceSchedule - calculate best rpice as non consecutive schedule
Version 0.1-earlybird
- no channel changes
- usage of jetty http common client to avoid SSL trust certificate errors
- avoid spot price updated every minute
- cron based updates instead of refresh intervall
Resources
Bundle
org.openhab.binding.tibber-4.3.6-SNAPSHOT.jar
Source Code