NRCHKB / node-red-contrib-homekit-bridged

Node-RED Contribution - HomeKit Bridged : Node-RED nodes to simulate Apple HomeKit devices.
https://nrchkb.github.io
MIT License
416 stars 52 forks source link

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

Open latel opened 1 week ago

latel commented 1 week ago

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?

GogoVega commented 1 week ago

With the keyword NO_RESPONSE:

e.g. for lightbulb:

{
  payload: {
    On: "NO_RESPONSE"
  }
}

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