-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
FordPass- Home assisant - Invalid Credentials #516
Comments
im having the same issue suddendly. |
Hi denperss11, Have you previously had HA connected to the FordPass integration? I've never been able to connect ... :-( |
Yes its been working fine for years. Just suddenly stopped.
So i tried to reinstall but getting same issue.
…On Tue, Jun 25, 2024, 16:16 Gittface ***@***.***> wrote:
Hi denperss11, Have you previously had HA connected to the FordPass
integration?
I've never been able to connect ... :-(
—
Reply to this email directly, view it on GitHub
<#516 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR6F2TSWSVOAPXU34P66FA3ZJF3SJAVCNFSM6AAAAABJ3LY5YWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBZGA4DINRZGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi |
Hi garide78, i guess you had access previosuly but when trying to log in again this occurred? It would be interesting to know if anyone has been successful in loging in to FordPass on HA integration... |
Same issue for me |
So, tricky, but no solution? |
Same issue for me |
New installation of the Ford Pass custom component through HACS. I am also getting the invalid credentials message. I have reset my password. I have logged out of and logged back into the FordPass iOS app with the new password. I am still having the same problem. I don't believe I can turn on debug logging until I have successfully installed the Ford integration. I also don't see any service or action calls - again, I suspect that's because the Ford Pass integration won't install until I am successful in logging into Ford. As further diagnostic steps, have disabled my pi-holes. I have watched for IP traffic to hosts resolved from login.ford.com - and I do see TCP Port 443 traffic. (However, I can't see into the TCP stream as it's TLS.) I have looked through the docker logs of the homeassistant container and these are the only lines referring to "ford" grep -i ford /tmp/log-file 2024-08-10 21:39:25.074 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open with args ('/config/custom_components/fordpass/__init__.py', 'wb') inside the event loop by custom integration 'hacs' at custom_components/hacs/repositories/base.py, line 698: zip_file.extractall(self.content.path.local, extractable) (offender: /usr/local/lib/python3.12/zipfile/__init__.py, line 1801: open(targetpath, "wb") as target:), please create a bug report at https://github.com/hacs/integration/issues 2024-08-10 21:39:25.127 WARNING (SyncWorker_46) [homeassistant.loader] We found a custom integration fordpass which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-08-10 21:39:44.611 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration fordpass which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-08-10 21:40:39.214 WARNING (ImportExecutor_0) [py.warnings] /config/custom_components/fordpass/fordpass_new.py:263: SyntaxWarning: invalid escape sequence '\s' I'm happy to do more digging on my end if there's something specific that would help. Thanks! |
Just use that work arround and it works just fine 💪💪
…On Sun, Aug 11, 2024, 04:18 Tom Neville ***@***.***> wrote:
New installation of the Ford Pass custom component through HACS. I am also
getting the invalid credentials message. I have reset my password. I have
logged out of and logged back into the FordPass iOS app with the new
password. I am still having the same problem.
I don't believe I can turn on debug logging until I have successfully
installed the Ford integration. I also don't see any service or action
calls - again, I suspect that's because the Ford Pass integration won't
install until I am successful in logging into Ford.
As further diagnostic steps, have disabled my pi-holes. I have watched for
IP traffic to hosts resolved from login.ford.com - and I do see TCP Port
443 traffic. (However, I can't see into the TCP stream as it's TLS.)
I have looked through the docker logs of the homeassistant container and
these are the only lines referring to "ford"
grep -i ford /tmp/log-file
2024-08-10 21:39:25.074 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open with args ('/config/custom_components/fordpass/__init__.py', 'wb') inside the event loop by custom integration 'hacs' at custom_components/hacs/repositories/base.py, line 698: zip_file.extractall(self.content.path.local, extractable) (offender: /usr/local/lib/python3.12/zipfile/__init__.py, line 1801: open(targetpath, "wb") as target:), please create a bug report at https://github.com/hacs/integration/issues
2024-08-10 <https://github.com/hacs/integration/issues2024-08-10> 21:39:25.127 WARNING (SyncWorker_46) [homeassistant.loader] We found a custom integration fordpass which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-10 21:39:44.611 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration fordpass which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-10 21:40:39.214 WARNING (ImportExecutor_0) [py.warnings] /config/custom_components/fordpass/fordpass_new.py:263: SyntaxWarning: invalid escape sequence '\s'
I'm happy to do more digging on my end if there's something specific that
would help.
Thanks!
—
Reply to this email directly, view it on GitHub
<#516 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR6F2TUNG6752P2IMUIAYATZQ3CWFAVCNFSM6AAAAABJ3LY5YWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSGM2TIOJRGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Ah, I didn't realize the 403 was the same issue. (I was unable to get to logs to see the 403 on login.ford.com.) I'll post what I did here for anyone that happens along behind me. :) Checked out the git repo After that, it was working for me. As a side note, keep a copy of the "fordapp" URL from above. :) Thanks to everyone for all your hard work on this.. it's very helpful for me as I have an RV where I run Home Assistant. |
@tomn46037
|
@tomn46037 sounds like you have this working now with 1.70 which is great. |
I'm having the same credentials issue but can't seem to work through it. I replaced all of the files with the 1.70 files, restarted HA but never get a URL popup. I just keep getting Invalid Credentials even though I know they work on the app and the website. |
Hi all, I'm trying to add FordPass in to my HA. When I get to the FordPass sign on details, I add my information in then I keep getting an ' Invalid Credentials'.
I have checked my Ford Pass log in details and they are correct. I've even changed my password but it still doesn't work.
Anyone got any ideas?
I see from the documentation that you may have to clear your tokens, but I've never done this, so not sure how to go about it..
"Clear Tokens
If you are experiencing any sign in issues, please trying clearing your tokens using the "clear_tokens" service call."
The text was updated successfully, but these errors were encountered: