-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Sync HomeKit service names with Hue bridge/deCONZ gateway #793
Comments
I left this note on discord, but I'll expand and repeat it here for better tracking: I've got a couple issues related to the new name synching between HomeKit and deCONZ.
Looking at my smoke detector naming in deCONZ, I see similar issues with naming. It's useful in deCONZ to name them such that the name includes the fact that it's a smoke detector, and it's location. So "Smoke 2nd Floor NE" is a name that's useful in deCONZ, while "Smoke Detector" is perhaps a better name in HomeKit, where, again, the room is implicit. At best, I think you should include options for whether such synching should occur for /lights, /sensors/, at all, or perhaps independently? |
As I replied on Discord:
|
In v0.12.2. |
I'd also love to have the ability to disable the Configured Name syncing. I have the Philips Motion accessories listed in HomeKit along with the Homebridge-hue accessories because I use the Philips Motion accessories to 'detect' the motion as I find that the homebridge-hue accessories have a lag in motion detection. So I name the homebridge-hue accessories with a 'HB' in the name so that I know what to choose in creating or modifying the automations. I also keep the accessories in the Hue App named with the "room" named included, but I take the room name 'out' of the HomeKit accessories. Anyhow, I'd be interested in this as well. Thanks! |
Hello @ebaauw |
This feature has been removed, see #861. |
With the introduction of the ConfiguredName characteristic (in iOS13/14?), it's now possible to update the name of a HomeKit service over HAP, and to be notified over HAP, when a HomeKit user changes the service name. See Discord #plugin-development channel.
Beta v0.11.78-1 implements this for services linked to
/lights
resources (confirmed to work for Lightbulb services). Still to do:/sensors
resources;/schedules
and/rules
resources;There doesn't seem to be a way to update the accessory name over HAP, not to be updated of HomeKit changes to the accessory name. Using the AccessoryInformation service doesn't seem to do this.
The text was updated successfully, but these errors were encountered: