tomquist / solix2mqtt

CLI tool to poll the Solix API for the latest sample data from all devices and publish them to an MQTT broker.
MIT License
28 stars 8 forks source link

Password is incorrect #10

Open burkhardgerlach opened 1 week ago

burkhardgerlach commented 1 week ago

When executing the command I get a:

[2024-06-27T18:52:56.712Z] {"username":"---","password":"***","country":"DE","loginStore":"auth.data","pollInterval":30,"mqttUrl":"mqtt://localhost:1883","mqttClientId":"solix2mqtt","mqttRetain":false,"mqttTopic":"solix","verbose":true} [2024-06-27T18:52:56.729Z] Fetching data [2024-06-27T18:52:56.747Z] {"ab":"DE","client_secret_info":{"public_key":"---"},"enc":0,"email":"---","password":"---","time_zone":7200000,"transaction":"1719514376747"} [2024-06-27T18:52:57.029Z] Could not log in: Current password is incorrect. (26156) [2024-06-27T18:52:57.030Z] Not logged in

But I can log into the anker webpage with the credentials...

oemich commented 6 days ago

Does the password maybe contain german special characters? For me the login is working fine, so I could only guess that it might be related to the characters. Maybe try changing the password to contain only "simple" characters and test again.