-
Notifications
You must be signed in to change notification settings - Fork 5
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
saic_ismart_client tells me "incorrect password" #15
Comments
Does your password contain an ampersand? |
No - just normal characters (upper/lowercase) and numbers... Update: and also no special character like äöüß |
Is there maybe a white space behind your password in your variable definition? |
I start the gateway via docker:
There is no whitespace after the pw... After I started this, it ends with the error message mentioned earlier (wrong pw). Update: |
Same issue here, same password error even tough I'm 100% sure it's correct. I can login in the APP, but not through the Add-on. Tried with the Phone number as user and also with the mail. No sucess. Password with no strange characters, only numbers and letters to simplify, but it doesn't work Were anyone able to troubleshoot or identify the issue? |
Hi @lcanod if you are using the latest version of the MQTT Gateway, then the login and all the other API requests are handled by saic-python-client-ng In this case you can find on your MQTT broker the topic Not the password is sent to the SAIC API, but its SHA1 hash value.
I hope that you can debug the issue with this information. |
My bad, tosate. I was wrongly thinking in the SAIC_MQTT Gateway, and due to the frustration and browsing a lot to try to find out a solution, I didn't realize this is the phyton client instead. :-( Sorry about that. I still have the login issue, but not with the saic-python-client, but with the saic-python-mqtt-gateway Any help related to the MQTT Gateway is appreciated anyway ;-) Sorry about that |
I have a problem with the saic_ismart_client telling me I used a wrong pasword.
But I'm sure I use the correct one...
I'm able to login to the ismart app with the same PW and userid I tried to use for the saic-python-mqtt-gateway.
The app login works fine - after I reconnect in the app saic resets my failed logons to 5 attempts.
When I try to login through the gateway it doesn't work.
Is there a restriction in the pw length?
I looked at your code and think that there should be no problem with my pw.
The password has 20 characters, upper/ lowercase and numbers - no special characters.
As I see in the code a password between 6 and 30 characters is supported...
But now I don't have any idea what could be wrong...
My environment:
Everything runs in Docker.
I use the saic-python-mqtt-gateway from docker hub.
I also have a mosquitto and evcc running in docker.
According to the logs the connections between evcc <--> mosquitto <--> saic-python-mqtt-gateway seems to work.
Just the connection saic-python-mqtt-gateway <--> saic api seems to fail :-(
regards
elmer
The text was updated successfully, but these errors were encountered: