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

FIX nombre subestación en Identificador emplazamiento #649

Merged
merged 2 commits into from
May 7, 2024

Conversation

marcosfvilaboa
Copy link
Contributor

@marcosfvilaboa marcosfvilaboa commented May 7, 2024

Descripcion

  • El formulario B4, en cierto momento, debe calcular el valor del campo IDENTIFICADOR_EMPLAZAMIENTO. Éste viene dado por, o bién el nombre del Parque o bién de la Subestación, al que la posición se encuentra asociada.

Segun el BOE-A-2021-21003 debe coincidir al identificador de la S.E. para el formulario B3 o de parque segun el B3.1.
image

En el caso de que sea de la subestación (formulario B3) se usaba una cadena fija y debe ser el valor del campo name de la SE.

Ficheros modificados

  • B4 -> libcnmc/cir_8_2021/FB4.py

@marcosfvilaboa marcosfvilaboa added error to be merged patch Patch auto version V_._.X labels May 7, 2024
@marcosfvilaboa marcosfvilaboa self-assigned this May 7, 2024
@marcosfvilaboa marcosfvilaboa marked this pull request as draft May 7, 2024 10:39
@marcosfvilaboa marcosfvilaboa changed the title FIX método get_tensio faltante en B4 FIX nombre subestación en Identificador emplazamiento May 7, 2024
@marcosfvilaboa marcosfvilaboa marked this pull request as ready for review May 7, 2024 10:45
+ str(self.get_tensio(pos))
identificador_emplazamiento = "SUBESTACIO_NAME"
elif pos.get('subestacio_id', False): # nom Subestació
sub_data = self.get_subestacio(pos['subestacio_id'][0])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No cal això, a la posició [1] ja tenim el name

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

He vist que actúa un name_get de la subestació que afegeix el que hi ha a descripció entre cometes. https://github.com/gisce/erp/blob/developer/addons/gisce/GISCEMaster/giscedata_cts_subestacions/giscedata_cts_subestacions.py#L138

De l'estil:

  • name: S.E. 1
  • descripcio: Subestació Primera

Ens retorna "S.E. 1 "Subestacio Primera"". I només cal name. D'aquí que necessiti fer aquest parse. De manera anàloga es fa al B3.1 https://github.com/gisce/libCNMC/blob/master/libcnmc/cir_8_2021/FB3_1.py#L31

@ecarreras ecarreras merged commit 37ab382 into master May 7, 2024
@ecarreras ecarreras deleted the bugfix/58161_obtain_tensio_value_for_B4 branch May 7, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error patch Patch auto version V_._.X to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants