Skip to content
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

Compatibility issue with ios 16.6 #233

Open
doboti opened this issue Aug 18, 2023 · 5 comments
Open

Compatibility issue with ios 16.6 #233

doboti opened this issue Aug 18, 2023 · 5 comments

Comments

@doboti
Copy link

doboti commented Aug 18, 2023

The whole peckage worked just fine, but when i downloaded the latest version of ios wich is actually 16.6 my lightbulbs just stopped working, and i couldn't pair them anymore. Tried on an other iphone with the same ios version, but same issue. I tried to upload an example code (example 1, 4, 5) but my phone never saw the accessories. If not the ios version what else could couse the issue?

@vishal-codinghub
Copy link

I have iOS 16.6 and so far I tried following...

Example 2 works quite reliably. I can control and see device in the Home App.
Example 3 Stateless Programmable Switch: lets me walk through Home app wizard until the location of device - Living room etc. At the end does not show in the App.

@romaneightpointzero
Copy link

After the HomeKit update 16.6 and the new architecture HomeKit says Device unavailable.
I fixed the problem with a delete of the not working devices and new upload of the sketch with active homekit_storage_reset() - function.
After that I registered the device as a new device via HomeKit-App.
Uploaded the sketch with deactivated reset - Function.
Now it works again.

@NS-K
Copy link

NS-K commented Sep 8, 2023

Can you please elaborate?
What do you mean by deactivated reset function

@Grwmagad
Copy link

Grwmagad commented Sep 8, 2023

homekit_storage_reset() <- reset function

just deactivate it by adding comment "//" in front of the line

@romaneightpointzero
Copy link

Can you please elaborate?
What do you mean by deactivated reset function

homekit_storage_reset() <- reset function

just deactivate it by adding comment "//" in front of the line

Already answered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants