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
412 stars 52 forks source link

Simple status update for devices #532

Closed Julian0Davinci closed 10 months ago

Julian0Davinci commented 10 months ago

Your Current NRCHKB Plugin Version

No response

Operating System

No response

What is your idea?

Is it possible to integrate a function to just update the status of a device?

Example now: When i switch a light „on“ from outside homekit, i can put the feedback of the light to the input of the node. The status in Homekit also updates to „on“ but Homekit also sends a new „on“ comment to the light. This is a problem in some automations.

Example new feature: When i switch a light „on“ from outside homekit and i put a special feedback to the node, Homekit should just update the status of the light without sending a new command to the light.

Any more details?

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

Additional comments?

Additional comments here, if any.

Any code or functions to add?

No response

TheNON75 commented 10 months ago

Hi @Julian0Davinci ,

There are 2 approaches for this behavior The easiest and quickest is to turn off on the bridge configuration page the "allow message pass through".

GogoVega commented 10 months ago

Hi Julian, Yes it is possible, you have two options:

Julian0Davinci commented 10 months ago

Thank you, thats it. How could i not see the checkbox in the config.

caitken-com commented 10 months ago

Glad it’s sorted. Feel free to ask more questions on our Discord.