diff --git a/config.yaml.dist b/config.yaml.dist index 78e1d08..8a1d2ca 100644 --- a/config.yaml.dist +++ b/config.yaml.dist @@ -29,7 +29,11 @@ modbus: power-prices: sources: - all-in-power: + entsoe: + # Domains can be found here: https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_areas + domain: "10YNL----------L" + # You will need to contact Entsoe support to get access to their API. + security-token: "" victoria-metrics: url: http://127.0.0.1:8428 diff --git a/docs/power-prices.md b/docs/power-prices.md index a263ebe..a127077 100644 --- a/docs/power-prices.md +++ b/docs/power-prices.md @@ -3,4 +3,5 @@ Power prices can be obtained from multiple sources. We want to create an envirom ## Support sources - [All In Power](https://allinpower.nl) +- [Entsoe](https://entsoe.eu)