On October 1st, the energy market switched from hourly prices to quarterly prices. The entso-e fetcher in this app just assumes the datapoints in the entso-e API XML are per hour, leading to funny results:

Most users won't notice this, as the entso API key in the code is no longer valid, and thus they fall back to EasyEnergy data, which is still hourly. If you put in your own entso API key (I know I did, but I don't remember why; perhaps EasyEnergy was broken at some point. I noticed today that their API does not always respond) at some point, you likely also see the broken result.
I'm working on some code changes to plot the quarterly data, but I have no idea when I will have anything to PR. For now this issue serves as documentation to say: if you have this problem, you could consider "breaking" your entso key again, to get hourly data from the EasyEnergy API instead.
On October 1st, the energy market switched from hourly prices to quarterly prices. The entso-e fetcher in this app just assumes the datapoints in the entso-e API XML are per hour, leading to funny results:
Most users won't notice this, as the entso API key in the code is no longer valid, and thus they fall back to EasyEnergy data, which is still hourly. If you put in your own entso API key (I know I did, but I don't remember why; perhaps EasyEnergy was broken at some point. I noticed today that their API does not always respond) at some point, you likely also see the broken result.
I'm working on some code changes to plot the quarterly data, but I have no idea when I will have anything to PR. For now this issue serves as documentation to say: if you have this problem, you could consider "breaking" your entso key again, to get hourly data from the EasyEnergy API instead.