mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
docs(periods): improve formatting and clarity in period-calculation.md
This commit is contained in:
parent
805c76db3d
commit
9f15e366d7
1 changed files with 109 additions and 109 deletions
|
|
@ -113,7 +113,7 @@ You can optionally require:
|
||||||
- **Stable prices** (volatility filter) - "Only show if price doesn't fluctuate much"
|
- **Stable prices** (volatility filter) - "Only show if price doesn't fluctuate much"
|
||||||
- **Absolute quality** (level filter) - "Only show if prices are CHEAP/EXPENSIVE (not just below/above average)"
|
- **Absolute quality** (level filter) - "Only show if prices are CHEAP/EXPENSIVE (not just below/above average)"
|
||||||
|
|
||||||
#### 5. Statistical Outlier Filtering (NEW)
|
#### 5. Statistical Outlier Filtering
|
||||||
|
|
||||||
**Before** period identification, price spikes are automatically detected and smoothed:
|
**Before** period identification, price spikes are automatically detected and smoothed:
|
||||||
|
|
||||||
|
|
@ -462,7 +462,7 @@ For advanced configuration patterns and technical deep-dive, see:
|
||||||
**Configuration Parameters:**
|
**Configuration Parameters:**
|
||||||
|
|
||||||
| Parameter | Default | Range | Purpose |
|
| Parameter | Default | Range | Purpose |
|
||||||
|-----------|---------|-------|---------|
|
| ---------------------------------- | ------- | ------------------ | --------------------------- |
|
||||||
| `best_price_flex` | 15% | 0-100% | Search range from daily MIN |
|
| `best_price_flex` | 15% | 0-100% | Search range from daily MIN |
|
||||||
| `best_price_min_period_length` | 60 min | 15-240 | Minimum duration |
|
| `best_price_min_period_length` | 60 min | 15-240 | Minimum duration |
|
||||||
| `best_price_min_distance_from_avg` | 2% | 0-20% | Quality threshold |
|
| `best_price_min_distance_from_avg` | 2% | 0-20% | Quality threshold |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue