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

[Help needed]: how to make a device no reponse in homekit app? #562

Open
latel opened this issue Sep 23, 2024 · 1 comment
Open

[Help needed]: how to make a device no reponse in homekit app? #562

latel opened this issue Sep 23, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@latel
Copy link

latel commented Sep 23, 2024

Your Current NRCHKB Plugin Version

1.6.1

Operating System

homeassistant os with nodered addon

How can we help?

When certain entity is unavailable in homeassistant, I want to make it show no response in homekit app as well.
I tried StatusActive and reachable, none of them works.

I want to show them here:
IMG_8794
IMG_8795

Any more details?

If this is specific to some hardware or specific software version, please explain here.

Any code or functions to add?

@latel latel added the question Further information is requested label Sep 23, 2024
@GogoVega
Copy link
Contributor

With the keyword NO_RESPONSE:

e.g. for lightbulb:

{
  payload: {
    On: "NO_RESPONSE"
  }
}

Then to remove the status, send a normal/standard payload.

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

No branches or pull requests

3 participants