ebaauw / homebridge-deconz

Homebridge plugin for deCONZ
Apache License 2.0
135 stars 7 forks source link

Configurable syncing of resource and service name #83

Closed torandreroland closed 1 year ago

torandreroland commented 1 year ago

Could the syncing of service name with resource name introduced in v0.0.27 be made configurable? It looks like there is a character limit of 32 in Deconz, and I'm using longer name for services in HomeKit (naming convention of room name + accessory name).

ebaauw commented 1 year ago

What do you mean "configurable"?

torandreroland commented 1 year ago

Make it configurable that the configured name that is received from the deconz API is synced to the name of the service. I don't want the same name of the deconz resource synced to the service name since the former only supports 32 characters.

ebaauw commented 1 year ago

You mean you want to be able simply to disable the syncing?

torandreroland commented 1 year ago

Exactly

ebaauw commented 1 year ago

v0.1.x still exposes Configured Name, but no longer syncs it with the name on the deCONZ resource.