Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Error "US6-RecICPTimeOUT" #11

Closed
msanchezt opened this issue Jun 16, 2021 · 2 comments
Closed

Error "US6-RecICPTimeOUT" #11

msanchezt opened this issue Jun 16, 2021 · 2 comments

Comments

@msanchezt
Copy link

I'm getting this error when running this from both Home Assistant and manually executing the test_eds script:

Error processing command: {"redirect":false,"message":"En estos momentos no podemos conectar con tu contador. Por favor, prueba más tarde.","labelParam":[""],"label":"","isWPException":true,"isLabel":true,"code":"US6-RecICPTimeOUT"}

  • On the response I see that "Potencia demanadada" has no value (maybe because of the error?)
  • I see 2 "Contador (kWh)" variables, both are "-", why 2? And any idea why no value?
  • CUPS: ES00XXXXXXXXXXXMD0F
  • Contador (kWh): -
  • Contador (kWh): -
  • Estado ICP: -
  • Carga actual (%): -
  • Potencia contratada (kW): 4.8
  • Potencia demandada (kW): -
  • Hoy (kWh): 0 (P1: 0 | P2: 0 | P3: 0)
  • Ayer (kWh): 12.43 (P1: 1.89 | P2: 1.18 | P3: 9.36)
  • Ciclo anterior (kWh): 244.064 en 28 días (8.72 kWh/día)
  • Ciclo actual (kWh): 377.806 en 41 días (9.21 kWh/día)
  • Potencia máxima (kW): 4.3 el 26/07/2020
  • Potencia media (kW): 3.2
  • Potencia percentil (99 | 95 | 90) (kW): 4.25 | 4.04 | 3.79
@msanchezt
Copy link
Author

The error disappeared after few hours, all seems fine now. Maybe it was an issue on their end more than the custom integration.

@uvejota
Copy link
Owner

uvejota commented Jun 17, 2021

You're right, this is an error directly obtained from edistribucion website. However, I should fix the logging message to be more precise. Moreover, if a variable is not setted during the cloud polling process, it just prints "-", so the whole program does not hang until a valid response is retrieved.

Regarding the double "contador" line, it's just an error in the printing format of EdsHelper.py, which is mainly used for testing purposes. I will fix it also!

Thank you for reporting these issues!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants