OpenEnergyPlatform / open-MaStR

A collaborative software to download the energy database Marktstammdatenregister (MaStR)
https://open-mastr.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
84 stars 17 forks source link

Currently cannot get important inverter information from the SOAP call. #486

Closed Wobsley closed 7 months ago

Wobsley commented 7 months ago

No Solar Inverter information passed via SOAP call to find out whether AC or DC system

As PV systems play a significant role in the energy balance can we Identify the inverter types of "MaStR Registry PV Systems" from the SOAP call? It seems that the SOAP documentation as enumeration for the Inverter WechselrichterEnum::string but it is never returned via a SOAP call (in the docs). This is also katid = 105 in the mapping docs.

By knowing the inverter config you get information about whether the system is AC or DC, which is important for my use-case.

Ideas of solution

Unfortunately I have little to offer here?

The inverter information is used in the Web Portal and is called via another api - one called GetErweiterteOeffentlicheEinheitStromerzeugung

This isn't in the swagger docs, it might not be public ??

Workflow checklist

Wobsley commented 7 months ago

Just found in the release notes that the Inverter details have been removed in v23.2.120 https://www.marktstammdatenregister.de/MaStRHilfe/subpages/releasenotes.html

If the data isn't available - this cannot be done.