hass.tibber_prices/custom_components/tibber_prices
Julian Pawlowski f4568be34e feat(sensors): add price volatility analysis and period filters
Added comprehensive volatility analysis system:
- 4 new volatility sensors (today, tomorrow, next_24h, today+tomorrow)
- Volatility classification (LOW/MODERATE/HIGH/VERY HIGH) based on price spread
- Configurable thresholds in options flow (step 6 of 6)
- Best/Peak price period filters using volatility and price level
- Price spread calculation in get_price service

Volatility sensors help users decide if price-based optimization is worthwhile.
For example, battery optimization only makes sense when volatility ≥ MODERATE.

Period filters allow AND-logic combinations:
- best_price_min_volatility: Only show cheap periods on volatile days
- best_price_max_level: Only show periods when prices reach desired level
- peak_price_min_volatility: Only show peaks on volatile days
- peak_price_min_level: Only show peaks when expensive levels occur

All 5 language files updated (de, en, nb, nl, sv) with:
- Volatility sensor translations (name, states, descriptions)
- Config flow step 6 "Volatility" with threshold settings
- Step progress indicators added to all config steps
- Period filter translations with usage tips

Impact: Users can now assess daily price volatility and configure period
sensors to only activate when conditions justify battery cycling or load
shifting. Reduces unnecessary battery wear on low-volatility days.
2025-11-09 14:24:34 +00:00
..
custom_translations feat(sensors): add price volatility analysis and period filters 2025-11-09 14:24:34 +00:00
translations feat(sensors): add price volatility analysis and period filters 2025-11-09 14:24:34 +00:00
__init__.py refactor: Update integration version handling in TibberPrices components 2025-11-07 23:43:39 +00:00
api.py refactor: Update integration version handling in TibberPrices components 2025-11-07 23:43:39 +00:00
average_utils.py feat: Add function to calculate average price for the next N hours 2025-11-06 22:35:53 +00:00
binary_sensor.py feat(sensors): add price volatility analysis and period filters 2025-11-09 14:24:34 +00:00
config_flow.py feat(sensors): add price volatility analysis and period filters 2025-11-09 14:24:34 +00:00
const.py feat(sensors): add price volatility analysis and period filters 2025-11-09 14:24:34 +00:00
coordinator.py refactor: Enhance period calculations with aggregated levels and ratings 2025-11-08 15:01:25 +00:00
data.py refactoring 2025-04-23 16:42:31 +00:00
diagnostics.py update dev environment 2025-11-03 15:54:01 +00:00
entity.py fix: Remove unused model_id attribute from TibberPricesEntity 2025-11-07 14:45:33 +00:00
manifest.json chore: Bump version to 0.2.0 2025-11-07 23:45:28 +00:00
period_utils.py refactor: Enhance period calculations with aggregated levels and ratings 2025-11-08 15:01:25 +00:00
price_utils.py feat: Add price trend thresholds configuration and update related calculations 2025-11-08 16:02:21 +00:00
sensor.py feat(sensors): add price volatility analysis and period filters 2025-11-09 14:24:34 +00:00
services.py feat(sensors): add price volatility analysis and period filters 2025-11-09 14:24:34 +00:00
services.yaml update 2025-05-25 22:15:25 +00:00