Add SMARD quarter-hour price provider

This commit is contained in:
Andreas
2026-08-01 12:21:06 +02:00
parent f7e2ac3619
commit 69ef57d9c9
18 changed files with 1126 additions and 72 deletions
+8
View File
@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added
- Add direct `ElecPriceSMARD` and `FeedInTariffSMARD` providers for German/Luxembourg
day-ahead prices without relying on a supplier account or the rate-limited Energy-Charts API.
The providers retrieve SMARD's native quarter-hour prices, cache weekly chart-data chunks, and
extend missing horizon slots with the existing seasonal ETS forecast. Feed-in prices remain raw,
while import prices can include retail charges.
- Add named net electricity-price components and recurring time-window network fees. Constant
taxes, levies, supplier charges, and the matching dynamic grid fee are added to the underlying
market price before VAT; seasonal forecasting continues to model only the market-price component.
- Add `FeedInTariffAkkudoktor`, using raw hourly Akkudoktor/aWATTar day-ahead market prices as
feed-in tariff data without import charges or VAT. Quarter-hour optimization holds each hourly
value constant for four slots.