tolwi / hassio-ecoflow-cloud

EcoFlow Cloud Integration for Home Assistant
369 stars 62 forks source link

Cannot pass login step in the integration #312

Closed xguitoux closed 3 weeks ago

xguitoux commented 3 weeks ago

Hello I'm not able to understand why I'm not able to pass the login phase in the script

The log viewer is only giving me this : 2024-09-02 15:05:02.730 INFO (SyncWorker_19) [custom_components.ecoflow_cloud.mqtt.ecoflow_mqtt] Login to EcoFlow API https://api.ecoflow.com/auth/login 2024-09-02 15:10:10.260 INFO (SyncWorker_2) [custom_components.ecoflow_cloud.mqtt.ecoflow_mqtt] Login to EcoFlow API https://api.ecoflow.com/auth/login 2024-09-02 15:15:10.789 INFO (SyncWorker_21) [custom_components.ecoflow_cloud.mqtt.ecoflow_mqtt] Login to EcoFlow API https://api.ecoflow.com/auth/login

With the good login/pwd and with random log/pass the same is still happening. Is there a way to view more debug logs from the integration ?

xguitoux commented 3 weeks ago

I'm on HASS : 2024.8.3 Ecoflow integration : 0.13.4 First time I'm trying to integrate it

By diving into the code + testing with postman I have the feeling that the api is now faulty

I get this error message "code": "2026", "message": "Account doesn't exist or incorrect password", "eagleEyeTraceId": "ea1a2a623f17252911577408450d0007", "tid": ""

xguitoux commented 3 weeks ago

I installed the preview versions and with Open API it's working now