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

Can not remove P1 accessory from favorites in Home app #41

Closed
tomsteenbakkers opened this issue Oct 25, 2020 · 10 comments
Closed

Can not remove P1 accessory from favorites in Home app #41

tomsteenbakkers opened this issue Oct 25, 2020 · 10 comments
Labels
enhancement New feature or request

Comments

@tomsteenbakkers
Copy link

After the iOS14 upgrade I discovered something weird. The P1 is added to the Home App as an unsupported accessory. So far nothing new. But is stays in my Favorites. There is no option on the accessory page to remove this.

Any idea how to solve this?

image

@ebaauw
Copy link
Owner

ebaauw commented Oct 25, 2020

Somehow Home on iOS14 no longer provides favourite settings for unsupported accessories. You can still change this setting using Home on macOS or on iOS13.

The only thing I can do is expose the meters as something that Home recognises, e.g. a non-functional switch or outlet.

@ebaauw ebaauw added the enhancement New feature or request label Oct 25, 2020
@tomsteenbakkers
Copy link
Author

Ok, for now I will change the setting on Mac OS.

@gerbenvandijk
Copy link

This option has also disapeared now on the latest MacOs, can I help with exposing this differently?

@ebaauw
Copy link
Owner

ebaauw commented Nov 18, 2020

Big Sur? That was to be expected.

Apparently an accessory now needs at least one supported service to be unmarked as favourite. I fail to understand Apple’s reasoning here. I tried a read-only Switch before, but Home doesn’t accept that either. I was thinking maybe to use a Stateless Programmable Switch, but that makes no sense semantically.

@gerbenvandijk
Copy link

That indeed doesn't make much sense; but from the user perspective it would be good because the goal is to hide them from the favourites screen. A dummy but supported switch to achieve that goal imho is for now perhaps the best possible way?

@ebaauw
Copy link
Owner

ebaauw commented Nov 19, 2020

It's what I did for the bridge/gateway accessory in Homebridge Hue.

ebaauw added a commit that referenced this issue Dec 17, 2020
Add `button` key, see #41.
ebaauw added a commit that referenced this issue Dec 17, 2020
Optionally expose a dummy _Stateless Programmable Switch_ service, so Home recognises the accessory and you can change the favourite setting, see #41.
@ebaauw
Copy link
Owner

ebaauw commented Dec 17, 2020

In v1.1.3.

@rhvs
Copy link

rhvs commented Dec 18, 2020

In v1.1.3.

Updated everything but no change here

@ebaauw
Copy link
Owner

ebaauw commented Dec 18, 2020

Did you set button in config.json?

@rhvs
Copy link

rhvs commented Dec 18, 2020

Did you set button in config.json?

I guess I was a bit impatient... it works! Thanks!

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

No branches or pull requests

4 participants