Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EntsoePandasClient: query_procured_balancing_capacity does not support reserve type A52 #353

Open
KuboSv opened this issue Oct 10, 2024 · 2 comments
Labels
more info needed when more info is needed from the person opening the issue

Comments

@KuboSv
Copy link

KuboSv commented Oct 10, 2024

Hi,

I'm encountering an issue when calling the query_procured_balancing_capacity function. The following error is raised:

ValueError: processType allowed values: A51, A47

It appears that the function currently supports only the reserve types A51 and A47.

Could you please add support for the reserve type A52 as well? This would greatly enhance the functionality and flexibility of the function.

@fboerman
Copy link
Collaborator

hi! could you please provide a code snippit and clear description of what kind of data you expect to be returned? Thanks!

@fboerman fboerman added the more info needed when more info is needed from the person opening the issue label Oct 16, 2024
@KuboSv
Copy link
Author

KuboSv commented Oct 18, 2024

Hi,

i tried to manualy add this funkcionality into local installed package.
In parsers.py i added on line 410 in _parse_procured_balaning_capacity:

   direction = {
        'A01': 'Up',
        'A02': 'Down',
        'A03': 'Symmetric'
        
    }

In entsoe.py on line 830 in query_procured_balancing_capacity:
if process_type not in ['A51','A52', 'A47']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more info needed when more info is needed from the person opening the issue
Projects
None yet
Development

No branches or pull requests

2 participants