unavailability in transmission grid only for unplanned outages BSNTYPE 'A54' / planned outages are not covered 'A53' #137
Labels
more info needed
when more info is needed from the person opening the issue
Dear Entsoe-py community,
I'm really happy that this entsoe-py client exist. It is really helpful and much faster than entsoe-API. Thank you for that opportunity.
I'm automating right now the observation of outages in the transmission grid of Europe. Therefore I use your client
( client.query_unavailability_transmission(country_code_from, country_code_to, start=start, end=end, docstatus=None, periodstartupdate=None, periodendupdate=None)
What I’ve seen currently is that we have an outage of Britned (cable NL>GB) and I can only find this outage on the Entso-e website : Unavailability in Transmission Grid
When I instead download the actual unavailability’s with entsoe-py client ( client.query_unavailability_transmission(country_code_from, country_code_to, start=start, end=end, docstatus=None, periodstartupdate=None, periodendupdate=None)) then I only get very old outages and not the current one.
It seems that only unplanned outages with Business type'A54' are covered with this client and planned outages 'A53' are not.
Would it be possible for you to complete the query with BSNTYPE '54' and 'A53' for Transmission?
Thank you in advance for your help
Best regards
Thomas Pade
The text was updated successfully, but these errors were encountered: