Hallo,
I was planning simply to send mobile notification once a day showing the electricity prices for the next day. Nice addition would have been to include small plot of the prices as an image. This is where it got difficult.
I tried to create python script and run it in HA-docker container to generate image, but appears that it is missing mathplotlib from there.
I could generate it externally, but I don't know what would be easiest way to trigger the generation with the data from the HA.
Any ideas?