I'd like to learn about this project in order to potentially contribute to it. This project has huge impact to the climate change discussion and I'd be so happy to have supported it in some way. But first things first, I need to learn more about it and avoid spending your time in vain. I hope to learn while working with a concrete goal.
@corradio @brunolajoie could you give me some feedback on the following:
I'd like to add a data source to provide the electricity prices in Sweden, if that is alright?
I write them down some thoughts and questions for reference, I should focus on getting a solid understanding of this project first and then it makes better sense for you to trouble yourself with helping me further.
This webpage displays a forcast of the electricityprices. I identified an API that the webpage relies on.
There are four electrical zones, and these are four different request to get the information about the four zones electrical prices.
Region|API URL
-|-
SE1 (Lule氓) / Norra Sverige|https://www.vattenfall.se/api/price/spot/pricearea/2019-01-07/2019-01-07/SN1
SE2 (Sundsvall) / Norra mellansverige|https://www.vattenfall.se/api/price/spot/pricearea/2019-01-07/2019-01-07/SN2
SE3 (Stockholm) / S枚dra mellansverige|https://www.vattenfall.se/api/price/spot/pricearea/2019-01-07/2019-01-07/SN3
SE4 (Malm枚) / S枚dra Sverige|https://www.vattenfall.se/api/price/spot/pricearea/2019-01-07/2019-01-07/SN4
These zones are also geographically shown at this page: http://natomraden.se/ and at this page: https://elomraden.se/om
Response example
[
{
"TimeStamp": "2019-01-07T00:00:00",
"TimeStampDay": "2019-01-07",
"TimeStampHour": "00:00",
"Value": 49.67,
"PriceArea": "SN1",
"Unit": "枚re/kWh"
},
...
]

I've done some hobby projects with React, tried react-native, taken ML courses and is working Kubernetes / Helm / clouds. If you would need help with anything in the Kubernetes domain I'd be happy to help you out.
Please see #1397 for notes about splitting Sweden. The status currently seems to be on hold as complete generation split by fuel is not available in real time for the regions. As the different regions have different prices, lack of region split is likely why the prices aren't included right now.
@jarek ah thanks for the guidance!
Thanks a lot @consideRatio for your support!
We would like to split Sweden into 4 bidding zone indeed. If you were to find a reliable real-time production mix per main power plant type for each SE bidding zone, let us know! Our comments in #1397 might be outdated, who knows! I haven't checked for few months if things have improved! Or maybe there are other sources of data existing that we're missing.
Best
@consideRatio any help is appreciated. There's lots of open issues that need fixing so as long as an issue isn't assigned to anyone feel free to start working on it.