Worked fine for quite some time and then ~a week ago I started to notice that frequency of updates dropped down. Now it gets even worse, like not updating position for hours.:
Here you can see that my wife went to shop (API Zielonka) yesterday 16:59:15. She was back home around 17:20, but integration noticed this just today at 8:07:55…
Same lack of updates I can see on device entities screen:
After update at 8:07, next update should happen in 5 minutes (8:13), but did not happen, despite time being already 8:21. I can log into iCloud and from there I see that location of my wife’s phone was changed properly.
I was also looking at devices configuration in integration and I noticed something strange, I did not seen previously:
How could it be 3 out of 0 ? Looks like devices are configured that are not part of my account… which somehow makes sens looking on following screen:
Strange again, as all these devices are included in my family sharing and I can see them directly in iCloud.
I also checked log file and seems there is some sort of authentication error related to iClod3 integration:
ERROR (SyncWorker_6) [custom_components.icloud3] mirek, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
Traceback (most recent call last):
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 655, in __init__
self.authenticate()
~~~~~~~~~~~~~~~~~^^
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 824, in authenticate
raise PyiCloudFailedLoginException(err_msg)
custom_components.icloud3.support.pyicloud_ic3.PyiCloudFailedLoginException: mirek, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
2024-12-05 05:50:09.555 ERROR (SyncWorker_6) [custom_components.icloud3] mirek, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
Traceback (most recent call last):
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 655, in __init__
self.authenticate()
~~~~~~~~~~~~~~~~~^^
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 824, in authenticate
raise PyiCloudFailedLoginException(err_msg)
custom_components.icloud3.support.pyicloud_ic3.PyiCloudFailedLoginException: mirek, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
2024-12-05 05:50:10.823 ERROR (SyncWorker_6) [custom_components.icloud3] mirek, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
Traceback (most recent call last):
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 655, in __init__
self.authenticate()
~~~~~~~~~~~~~~~~~^^
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 824, in authenticate
raise PyiCloudFailedLoginException(err_msg)
custom_components.icloud3.support.pyicloud_ic3.PyiCloudFailedLoginException: mirek, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
2024-12-05 05:50:10.824 ERROR (SyncWorker_6) [custom_components.icloud3] iCloud3 Device Configuration Error > Mirek iPhone (icloud3) (mirek_icloud_iphone), iCloudDevice-Mirek's iPhone, Not in Apple Acct-mirek@…………
2024-12-05 05:50:10.825 ERROR (SyncWorker_6) [custom_components.icloud3] iCloud3 Device Configuration Error > Dorota iPhone (icloud3) (dorota_icloud_iphone), iCloudDevice-iPhone (Dorota Malinowska), Not in Apple Acct-mirek@…………
2024-12-05 05:50:10.825 ERROR (SyncWorker_6) [custom_components.icloud3] iCloud3 Device Configuration Error > Mama iPhone (mama_icloud_iphone), iCloudDevice-iPhone Barbara, Not in Apple Acct-mirek@…………
2024-12-05 05:50:11.965 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2024-12-05 05:53:04.302
I tried to reaunthenticate, but I do not get code on my phone upon request, to enter in integration. After each retry to request the code I see in log:
2024-12-05 08:53:30.018 ERROR (SyncWorker_4) [custom_components.icloud3] mirek, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
Traceback (most recent call last):
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 655, in __init__
self.authenticate()
~~~~~~~~~~~~~~~~~^^
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 824, in authenticate
raise PyiCloudFailedLoginException(err_msg)
custom_components.icloud3.support.pyicloud_ic3.PyiCloudFailedLoginException: mirek, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
What should I do to get proper tracking back? Please advise!