Skip to content

jpawlowski/hass.tibber_prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

611 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Tibber Prices - Custom Home Assistant Integration

Tibber Prices Custom Integration for Tibber

GitHub Release GitHub Activity License

hacs Project Maintenance

Buy Me A Coffee

โš ๏ธ Not affiliated with Tibber This is an independent, community-maintained custom integration for Home Assistant. It is not an official Tibber product and is not affiliated with or endorsed by Tibber AS.

The most comprehensive Tibber price integration for Home Assistant. Get 100+ sensors with quarter-hourly precision, intelligent best/peak price period detection, price forecasts, trend analysis, volatility tracking, and beautiful chart visualizations - all from a single integration. Automate your energy consumption like a pro.

๐Ÿ“– Documentation

๐Ÿ“š Complete Documentation โ€” Installation, guides, examples, and full sensor reference:

Quick Links: Installation ยท Sensor Reference ยท Charts ยท Automations ยท FAQ ยท Changelog

โœจ Why This Integration?

Most Tibber integrations give you a single price sensor. This one gives you a complete energy optimization toolkit:

๐Ÿ”ฎ Know What's Coming

  • Quarter-hourly precision โ€” 15-minute interval prices, not just hourly averages
  • Price forecasts โ€” See average prices for the next 1h, 2h, 3h, ... up to 12h ahead
  • Trend analysis โ€” Know if prices are rising, falling, or stable โ€” and when the next trend change happens
  • Price trajectory โ€” Detect turning points before they happen (first-half vs second-half window comparison)
  • Price outlook โ€” Instantly see if the next hours will be cheaper or more expensive than now

โšก Automate Smartly

  • Best Price & Peak Price Periods โ€” Intelligent binary sensors that detect the cheapest and most expensive periods of the day, with configurable flexibility, relaxation strategies, and gap tolerance (how it works)
  • Period timing sensors โ€” Duration, end time, remaining minutes, progress percentage, and countdown to next period โ€” everything you need for advanced automations
  • Runtime configuration โ€” Adjust period detection parameters on the fly via switches and number entities, without restarting โ€” perfect for automations that adapt to your schedule
  • 5-level price classification โ€” VERY_CHEAP, CHEAP, NORMAL, EXPENSIVE, VERY_EXPENSIVE from Tibber's API
  • 3-level price ratings โ€” LOW, NORMAL, HIGH based on 24h trailing average comparison

๐Ÿ“Š Visualize Beautifully

  • Auto-generated ApexCharts โ€” One action call generates a complete chart configuration with dynamic Y-axis scaling and color-coded price levels (see examples)
  • Dynamic icons & colors โ€” Every sensor adapts its icon and color to the current price state โ€” cheap prices glow green, expensive ones turn red (icon guide)
  • Chart data export โ€” Flexible data API with filtering, resolution control, and multiple output formats for any visualization card

๐Ÿ“ˆ Understand Your Market

  • Volatility analysis โ€” Know if today's prices are stable or wild (low/moderate/high/very_high)
  • Daily & rolling statistics โ€” Min, max, average, median for today, tomorrow, trailing 24h, and leading 24h
  • Energy & tax breakdown โ€” See spot price vs. tax components as sensor attributes
  • Multi-currency support โ€” EUR, NOK, SEK, DKK, USD, GBP with configurable base/subunit display (โ‚ฌ vs ct, kr vs รธre)

๐Ÿ›ก๏ธ Built for Reliability

  • Intelligent caching โ€” Multi-layer caching minimizes API calls, survives HA restarts, auto-invalidates at midnight
  • High-performance interval pool โ€” O(1) timestamp lookups, gap detection, auto-fetching of missing data
  • Quarter-hour precision updates โ€” Sensors refresh at :00/:15/:30/:45 boundaries, independent of API polling
  • Official API only โ€” Uses Tibber's priceInfo and priceInfoRange endpoints. All ratings and statistics are calculated locally.

๐Ÿš€ Quick Start

Step 1: Install via HACS

Prerequisites: HACS (Home Assistant Community Store) must be installed.

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

  1. Click "Download" to install
  2. Restart Home Assistant

Step 2: Configure

Open your Home Assistant instance and start setting up a new integration.

  1. Enter your Tibber API token (get one here)
  2. Select your Tibber home
  3. Configure price thresholds (optional โ€” sensible defaults are provided)

Or manually: Settings โ†’ Devices & Services โ†’ + Add Integration โ†’ search "Tibber Price Information & Ratings"

Step 3: Done!

  • 100+ sensors are now available (key sensors enabled by default, advanced ones ready to enable)
  • Explore entities in Settings โ†’ Devices & Services โ†’ Tibber Price Information & Ratings
  • Start building automations, dashboards, and energy-saving workflows

๐Ÿ“– Full Installation Guide โ†’

๐Ÿ“Š What You Get

The integration provides 100+ entities across sensors, binary sensors, switches, and number entities. Here are the highlights โ€” all key sensors are enabled by default:

Entity list showing dynamic icons for different price states

Category Highlights Count
๐Ÿ’ฐ Prices Current, next & previous interval price + rolling hour averages 6+
๐Ÿ“Š Statistics Daily min/max/avg for today & tomorrow, 24h trailing & leading windows 12+
๐Ÿ”ฎ Forecasts Next 1hโ€“12h average prices, price outlook & trajectory sensors 20+
๐Ÿ“ˆ Trends Current trend direction, next trend change time & countdown 3
๐Ÿ“‰ Volatility Today, tomorrow, next 24h & combined volatility levels 4
๐Ÿท๏ธ Levels & Ratings 5-level (API) and 3-level (computed) classification per interval, hour & day 12+
โฐ Period Timing Best/peak: end time, duration, remaining, progress, next start 10+
๐Ÿ”Œ Binary Sensors Best price period, peak price period, tomorrow data available, API connection 4+
๐ŸŽ›๏ธ Runtime Config Switches & numbers to adjust period detection live โ€” no restart needed 14
๐Ÿ”ง Diagnostics Data lifecycle status, home metadata, grid info, subscription status 15+

Every sensor includes rich attributes โ€” timestamps, detailed descriptions, and context data. Enable Extended Descriptions in the integration options to get long_description and usage_tips on every entity.

๐Ÿ“– Complete Sensor Reference โ†’ โ€” All entities with descriptions, attributes, and multi-language lookup

๐Ÿค– Automation Sneak Peek

See the full automation examples guide for more recipes.

Run appliances when electricity is cheapest:

automation:
    - alias: "Start Dishwasher During Best Price Period"
      trigger:
          - platform: state
            entity_id: binary_sensor.tibber_best_price_period
            to: "on"
      action:
          - action: switch.turn_on
            target:
                entity_id: switch.dishwasher

Reduce heating when prices spike above average:

automation:
    - alias: "Reduce Heating During High Prices"
      trigger:
          - platform: numeric_state
            entity_id: sensor.tibber_current_interval_price_rating
            above: 20 # More than 20% above 24h average
      action:
          - action: climate.set_temperature
            target:
                entity_id: climate.living_room
            data:
                temperature: 19

๐Ÿ“– More automations โ†’ โ€” EV charging, heat pump control, price notifications, and more

๐Ÿ“ˆ Chart Visualizations

Generate beautiful price charts with a single action call โ€” dynamic Y-axis, color-coded price levels, and multiple chart modes included.

Dynamic 48h rolling window chart with color-coded price levels

๐Ÿ“– Chart examples & setup โ†’ | Actions reference โ†’

โ“ Help & Support

  • ๐Ÿ“– FAQ โ€” Common questions answered
  • ๐Ÿ”ง Troubleshooting โ€” Solving common issues
  • ๐Ÿ› Report an Issue โ€” Found a bug? Let us know

๐Ÿค Contributing

Contributions are welcome! See the Contributing Guidelines and Developer Documentation to get started.

๐Ÿค– Development Note

This integration is developed with extensive AI assistance (GitHub Copilot, Claude, and other AI tools). While AI enables rapid development, it's possible that some edge cases haven't been discovered yet. If you encounter any issues, please open an issue โ€” we'll fix them (with AI help, of course! ๐Ÿ˜Š).

Quality is ensured through automated linting (Ruff), static type checking (Pyright), and real-world testing.

๐Ÿ“„ License

This project is licensed under the MIT License โ€” see the LICENSE file for details.


About

The most comprehensive Tibber price integration for Home Assistant. Get 100+ sensors with quarter-hourly precision, intelligent best/peak price period detection, price forecasts, trend analysis, volatility tracking, and beautiful chart visualizations - all from a single integration. Automate your energy consumption like a pro.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors