Skip to content

Releases: db-EV/HA_Tibber

HA Tibber v1.0.2

07 May 08:48
623bf92

Choose a tag to compare

What's Changed

  • fix(ws): self-heal Pulse real-time stream without integration reload by @db-EV in #7

Full Changelog: v1.0.1...v1.0.2

HA Tibber v1.0.1

04 May 20:33
34bd25b

Choose a tag to compare

What's Changed

  • Handle authentication failures with ConfigEntryAuthFailed by @db-EV in #1
  • fix: restore data flow when subscription status is uppercase by @db-EV in #2
  • fix(api): match subscription status case-insensitively by @db-EV in #3
  • diag: surface silent setup failures with explicit logs by @db-EV in #4
  • diag: include raw subscription statuses in no-active-home warning by @db-EV in #5
  • fix(api): trust subscription validity window over currentSubscription.status by @db-EV in #6

Full Changelog: v1.0.0...v1.0.1

HA Tibber v1.0.0

18 Apr 09:52
7561a3c

Choose a tag to compare

HA Tibber v1.0.0

First stable release of HA Tibber — a custom Home Assistant integration for Tibber that communicates directly with the Tibber GraphQL API using OAuth2, without depending on the pyTibber library.

What's included

Electricity price sensor

  • Current price per kWh, updated every hour
  • Attributes: full hourly price list for today and tomorrow, min/max/average, peak/off-peak prices, price rank and level, tomorrow availability flag

Monthly statistics sensors (per home)

  • Monthly cost
  • Monthly consumption
  • Monthly peak hour consumption and time

Real-time sensors (requires Tibber Pulse or Watty)

  • Current, minimum, maximum, and average power consumption and production
  • Daily and hourly accumulated consumption, production, cost, and reward
  • Meter readings for consumption and production
  • Voltage and current per phase (L1–L3)
  • Power factor, reactive power, net power
  • Pulse signal strength

Energy Dashboard integration

  • Automatically registers sensors for use in Home Assistant's built-in Energy Dashboard

Push notifications

  • Send notifications to the Tibber app from Home Assistant automations

Service: ha_tibber.get_prices

  • Fetch hourly energy prices for any date range, grouped by home

Translations

  • English, Deutsch, Svenska, Nederlands, Norsk

Requirements

  • Home Assistant 2024.1.0 or newer
  • A Tibber account with OAuth2 credentials (setup guide)

Installation

Install via HACS by adding https://github.com/db-EV/HA_Tibber as a custom repository, or copy custom_components/ha_tibber manually into your configuration directory.