Wichtige Änderung im EOS.config.json

BREAKING CHANGE: Azimuth configurations that followed the PVForecastAkkudoktor convention
(north=+-180, east=-90, south=0, west=90) must be converted to the general azimuth definition:
north=0, east=90, south=180, west=270.

Also in der EOS.config.json:

"surface_azimuth": 0.0,
wird zu
"surface_azimuth": 180.0,

Einfach +180° rechnen.