-
Notifications
You must be signed in to change notification settings - Fork 53
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
iCloud3 v3.1 ➤ Questions & Answers #384
Comments
Hi,
thanks |
Topt is not used yet. Select delete device on the devices list screen. You will have an option to delete all of them.
Gary Cobb, aka geekstergary
…________________________________
From: B-Hartley ***@***.***>
Sent: Monday, November 4, 2024 1:13:30 PM
To: gcobb321/icloud3 ***@***.***>
Cc: Gary Cobb ***@***.***>; Author ***@***.***>
Subject: Re: [gcobb321/icloud3] iCloud3 v3.1 ➤ Questions & Answers (Issue #384)
Hi,
Just upgraded to 3.1
Seem to be having problems.
1. Am I supposed to put something into "TOTP Key" field on the apple account screen.
2. How can i delete all config stoed by icloud3 so I can start again with a clean install.
thanks
—
Reply to this email directly, view it on GitHub<#384 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIOOVBYNWHHXHUJP4NLMJLTZ662MVAVCNFSM6AAAAABRETHRBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVGM4TCNZZGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
When I go into the icloud devices screen I get "unknown error occurred" so I can't do it from there. |
That’s not good. Go to HA Settings > System (I think) and somewhere you can display the errors in the HA log file. Anything related to iCloud3 would be helpful.
After that, you can delete the ‘.storage/icloud3/configuration’ file and restart HA
Gary Cobb, aka geekstergary
…________________________________
From: B-Hartley ***@***.***>
Sent: Monday, November 4, 2024 1:17:41 PM
To: gcobb321/icloud3 ***@***.***>
Cc: Gary Cobb ***@***.***>; Author ***@***.***>
Subject: Re: [gcobb321/icloud3] iCloud3 v3.1 ➤ Questions & Answers (Issue #384)
When I go into the icloud devices screen I get "unknown error occurred" so I can't do it from there.
—
Reply to this email directly, view it on GitHub<#384 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIOOVB65CAA66DGGTZJGK4TZ6624LAVCNFSM6AAAAABRETHRBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVGQYDAMBSGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Yes, I'd just found the icloud3 folder in .storage/ Errors in log are:
xxxxx was the name on one of my family sharing members. Deleted config, restarting and trying again. Thanks |
I’ll some error checking to catch that error
Gary Cobb, aka geekstergary
…________________________________
From: B-Hartley ***@***.***>
Sent: Monday, November 4, 2024 1:41:08 PM
To: gcobb321/icloud3 ***@***.***>
Cc: Gary Cobb ***@***.***>; Author ***@***.***>
Subject: Re: [gcobb321/icloud3] iCloud3 v3.1 ➤ Questions & Answers (Issue #384)
Yes, I'd just found the icloud3 folder in .storage/
Errors in log are:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 477, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 559, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 83, in forwarded_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 86, in ban_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle
result = await handler(request, **request.match_info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 81, in with_admin
return await func(self, request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 285, in post
return await super().post(request, flow_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 74, in wrapper
return await method(view, request, data, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 122, in post
result = await self._flow_mgr.async_configure(flow_id, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 367, in async_configure
result = await self._async_configure(flow_id, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 414, in _async_configure
result = await self._async_handle_step(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 517, in _async_handle_step
result: _FlowResultT = await getattr(flow, method)(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/icloud3/config_flow.py", line 532, in async_step_menu_0
return await self.async_step_menu(user_input, errors)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/icloud3/config_flow.py", line 610, in async_step_menu
return await self.async_step_device_list()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/icloud3/config_flow.py", line 2714, in async_step_device_list
await self._build_mobapp_entity_selection_list()
File "/config/custom_components/icloud3/config_flow.py", line 3927, in _build_mobapp_entity_selection_list
Device = Gb.Devices_by_devicename[devicename]
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'xxxxx_iphone'
xxxxx was the name on one of my family sharing members.
I'd removed the apple account and made the devices inactive.
I couldn't then get to them to change them back.
Deleted config, restarting and trying again.
Thanks
—
Reply to this email directly, view it on GitHub<#384 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIOOVB5JXR54CEX3MRYLJKDZ665UJAVCNFSM6AAAAABRETHRBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVGQ2DGNBRGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
3.1 seems to be working for me, thank you very much for your efforts. |
Still can't get it to setup. Setup again. But I can't enabled any of them. not sure if this is related ?
|
is there any way to change from mi to km? |
Started all over. deleted all files in .storage for icloud3. Uninstalled the integration and re-installed. unable to login into my apple account: this is the HA log: `Laatst gelogd: 07:56:38 'AA-NOTSPECIFIED-#0' Edit:running latest HA Beta Update: Solved by resetting apple account |
Hello! It's my first configuration, but I keep getting this message: ❌ Entry Error, Invalid Username or Password |
Did you just install iCloud3 v3 for the first time? If so, have you followed the instructions in the User Guide for setting up iCloud3?. The screen images and some instructions are out of date and have not been updated for v4.1, released a few days ago. The basics are the same and you will have to go by the screens. |
Can you clarify what you mean by resetting Apple account? I'm encountering the same issues. |
I had the same problem, but then managed to solve it. But I can't add a device, I always get the message below. Same when adding an iPhone. |
Hi, |
I am also getting "0 of 0" tracked devices and are unable to add new devices.
|
@B-Hartley |
@naseemr I have added this to the v3.1.1 Add Device screen. The process is explained in the iCloud3 Docs. |
It's been working for me for a few hours. I successfully installed iPhones and Apple Watches. Worked after the last supervisor update. |
iCloud3 v3.1.1 has been to HACSRelease page is here Change Log - v3.1.1
|
Devices don’t update after a HA restart. I have to reload the integrations to sync them. |
Are there any messages in the Event Log? |
I haven't been able to reproduce it. Must have been something on my end. Sorry for trouble. |
@i8nemo |
Unfortunately restart does not correct the issue. I've also have tried deleting and reinstalled both integration and from HACS with HA restart. Same result. |
@i8nemo There have been errors starting iCloud3 lately where Apple reverted back to the old method of validating passwords. You need to revert to v3.0.5.9 and then reject the Family Sharing in the _Configure > Data Sources-Apple Accts & MobApp _ screen See here |
Hello, i've been using this addon for a while without issues. unfortunately, recently i started having issues.
And this is exactly what happens, even the mobile app reports zone changes correctly in home assistant but the icloudv3 integration does not. What can i do to remedy this? |
@Kuchiru
|
New user here, for a wonderful integration. Everything works now, thanks to the developers. A quick question. Does tracking devices through icloud3 affect the device's battery drain? I am just curious as I am seeing battery levels decreasing slightly quicker than it was before using the integraion. I am assuming that is so because of tracking data more than a standard icloud connection. Or is it because it is using also HA companion app for tracking? Thanks. |
Post any questions you have to this issue. Create a new issue if you are having problems.
The text was updated successfully, but these errors were encountered: