2025-11-13 22:53:46 +01:00
|
|
|
## Feed In Tariff Prediction Configuration
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable line-length -->
|
|
|
|
|
:::{table} feedintariff
|
|
|
|
|
:widths: 10 20 10 5 5 30
|
|
|
|
|
:align: left
|
|
|
|
|
|
|
|
|
|
| Name | Environment Variable | Type | Read-Only | Default | Description |
|
|
|
|
|
| ---- | -------------------- | ---- | --------- | ------- | ----------- |
|
2026-07-23 15:48:29 +02:00
|
|
|
| energycharts | `EOS_FEEDINTARIFF__ENERGYCHARTS` | `FeedInTariffEnergyChartsCommonSettings` | `rw` | `required` | EnergyCharts feed in tariff provider settings. |
|
2026-07-20 14:37:03 +02:00
|
|
|
| feedintarifffixed | `EOS_FEEDINTARIFF__FEEDINTARIFFFIXED` | `FeedInTariffFixedCommonSettings` | `rw` | `required` | Fixed feed in tariff provider settings. |
|
|
|
|
|
| feedintariffimport | `EOS_FEEDINTARIFF__FEEDINTARIFFIMPORT` | `FeedInTariffImportCommonSettings` | `rw` | `required` | Feed in tarif import provider settings. |
|
2026-02-28 11:31:51 +01:00
|
|
|
| provider | `EOS_FEEDINTARIFF__PROVIDER` | `Optional[str]` | `rw` | `None` | Feed in tariff provider id of provider to be used. |
|
2025-12-30 22:08:21 +01:00
|
|
|
| providers | | `list[str]` | `ro` | `N/A` | Available feed in tariff provider ids. |
|
2025-11-13 22:53:46 +01:00
|
|
|
:::
|
|
|
|
|
<!-- pyml enable line-length -->
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable no-emphasis-as-heading -->
|
2025-12-30 22:08:21 +01:00
|
|
|
**Example Input**
|
2025-11-13 22:53:46 +01:00
|
|
|
<!-- pyml enable no-emphasis-as-heading -->
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable line-length -->
|
|
|
|
|
```json
|
|
|
|
|
{
|
|
|
|
|
"feedintariff": {
|
|
|
|
|
"provider": "FeedInTariffFixed",
|
2026-07-20 14:37:03 +02:00
|
|
|
"feedintarifffixed": {
|
|
|
|
|
"feed_in_tariff_kwh": null
|
|
|
|
|
},
|
|
|
|
|
"feedintariffimport": {
|
|
|
|
|
"import_file_path": null,
|
|
|
|
|
"import_json": null
|
2026-07-23 15:48:29 +02:00
|
|
|
},
|
|
|
|
|
"energycharts": {
|
|
|
|
|
"bidding_zone": "DE-LU"
|
2025-11-13 22:53:46 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
<!-- pyml enable line-length -->
|
|
|
|
|
|
2025-12-30 22:08:21 +01:00
|
|
|
<!-- pyml disable no-emphasis-as-heading -->
|
|
|
|
|
**Example Output**
|
|
|
|
|
<!-- pyml enable no-emphasis-as-heading -->
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable line-length -->
|
|
|
|
|
```json
|
|
|
|
|
{
|
|
|
|
|
"feedintariff": {
|
|
|
|
|
"provider": "FeedInTariffFixed",
|
2026-07-20 14:37:03 +02:00
|
|
|
"feedintarifffixed": {
|
|
|
|
|
"feed_in_tariff_kwh": null
|
|
|
|
|
},
|
|
|
|
|
"feedintariffimport": {
|
|
|
|
|
"import_file_path": null,
|
|
|
|
|
"import_json": null
|
2025-12-30 22:08:21 +01:00
|
|
|
},
|
2026-07-23 15:48:29 +02:00
|
|
|
"energycharts": {
|
|
|
|
|
"bidding_zone": "DE-LU"
|
|
|
|
|
},
|
2025-12-30 22:08:21 +01:00
|
|
|
"providers": [
|
2026-07-23 22:37:38 +02:00
|
|
|
"FeedInTariffAkkudoktor",
|
2026-07-23 15:48:29 +02:00
|
|
|
"FeedInTariffEnergyCharts",
|
2025-12-30 22:08:21 +01:00
|
|
|
"FeedInTariffFixed",
|
|
|
|
|
"FeedInTariffImport"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
<!-- pyml enable line-length -->
|
|
|
|
|
|
2025-11-13 22:53:46 +01:00
|
|
|
### Common settings for feed in tariff data import from file or JSON string
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable line-length -->
|
2026-07-20 14:37:03 +02:00
|
|
|
:::{table} feedintariff::feedintariffimport
|
2025-11-13 22:53:46 +01:00
|
|
|
:widths: 10 10 5 5 30
|
|
|
|
|
:align: left
|
|
|
|
|
|
|
|
|
|
| Name | Type | Read-Only | Default | Description |
|
|
|
|
|
| ---- | ---- | --------- | ------- | ----------- |
|
2026-02-28 11:31:51 +01:00
|
|
|
| import_file_path | `Union[str, pathlib.Path, NoneType]` | `rw` | `None` | Path to the file to import feed in tariff data from. |
|
|
|
|
|
| import_json | `Optional[str]` | `rw` | `None` | JSON string, dictionary of feed in tariff forecast value lists. |
|
2025-11-13 22:53:46 +01:00
|
|
|
:::
|
|
|
|
|
<!-- pyml enable line-length -->
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable no-emphasis-as-heading -->
|
|
|
|
|
**Example Input/Output**
|
|
|
|
|
<!-- pyml enable no-emphasis-as-heading -->
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable line-length -->
|
|
|
|
|
```json
|
|
|
|
|
{
|
|
|
|
|
"feedintariff": {
|
2026-07-20 14:37:03 +02:00
|
|
|
"feedintariffimport": {
|
|
|
|
|
"import_file_path": null,
|
|
|
|
|
"import_json": "{\"fead_in_tariff_wh\": [0.000078, 0.000078, 0.000023]}"
|
2025-11-13 22:53:46 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
<!-- pyml enable line-length -->
|
|
|
|
|
|
|
|
|
|
### Common settings for elecprice fixed price
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable line-length -->
|
2026-07-20 14:37:03 +02:00
|
|
|
:::{table} feedintariff::feedintarifffixed
|
2025-11-13 22:53:46 +01:00
|
|
|
:widths: 10 10 5 5 30
|
|
|
|
|
:align: left
|
|
|
|
|
|
|
|
|
|
| Name | Type | Read-Only | Default | Description |
|
|
|
|
|
| ---- | ---- | --------- | ------- | ----------- |
|
2026-07-18 02:08:25 -04:00
|
|
|
| feed_in_tariff_kwh | `Optional[float]` | `rw` | `None` | Electricity price feed in tariff [amount/kWh]. |
|
2025-11-13 22:53:46 +01:00
|
|
|
:::
|
|
|
|
|
<!-- pyml enable line-length -->
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable no-emphasis-as-heading -->
|
|
|
|
|
**Example Input/Output**
|
|
|
|
|
<!-- pyml enable no-emphasis-as-heading -->
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable line-length -->
|
|
|
|
|
```json
|
|
|
|
|
{
|
|
|
|
|
"feedintariff": {
|
2026-07-20 14:37:03 +02:00
|
|
|
"feedintarifffixed": {
|
|
|
|
|
"feed_in_tariff_kwh": 0.078
|
2025-11-13 22:53:46 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
<!-- pyml enable line-length -->
|
2026-07-23 15:48:29 +02:00
|
|
|
|
|
|
|
|
### Common settings for Energy-Charts feed-in tariff provider
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable line-length -->
|
|
|
|
|
:::{table} feedintariff::energycharts
|
|
|
|
|
:widths: 10 10 5 5 30
|
|
|
|
|
:align: left
|
|
|
|
|
|
|
|
|
|
| Name | Type | Read-Only | Default | Description |
|
|
|
|
|
| ---- | ---- | --------- | ------- | ----------- |
|
|
|
|
|
| bidding_zone | `<enum 'EnergyChartsBiddingZones'>` | `rw` | `DE-LU` | Bidding Zone: 'AT', 'BE', 'CH', 'CZ', 'DE-LU', 'DE-AT-LU', 'DK1', 'DK2', 'FR', 'HU', 'IT-NORTH', 'NL', 'NO2', 'PL', 'SE4' or 'SI' |
|
|
|
|
|
:::
|
|
|
|
|
<!-- pyml enable line-length -->
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable no-emphasis-as-heading -->
|
|
|
|
|
**Example Input/Output**
|
|
|
|
|
<!-- pyml enable no-emphasis-as-heading -->
|
|
|
|
|
|
|
|
|
|
<!-- pyml disable line-length -->
|
|
|
|
|
```json
|
|
|
|
|
{
|
|
|
|
|
"feedintariff": {
|
|
|
|
|
"energycharts": {
|
|
|
|
|
"bidding_zone": "DE-LU"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
<!-- pyml enable line-length -->
|