You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the DPU needs a lot more work. it uses Protobuf instead of cleartext JSON and is similar to the Powerstream. The best research on this is here: https://github.com/foxthefox/ioBroker.ecoflow-mqtt
I do see a valid token in the response but the data/user/name does not exist in the JSON.
There is: user_name = response["data"]["user"]["email"]
HACS is using:
user_name = response["data"]["user"].get("name", "")
The text was updated successfully, but these errors were encountered: