hansfriedrich / homebridge-feller-wiser

Homebridge Plugin for the Feller Wiser system.
Apache License 2.0
5 stars 2 forks source link

Issue with unique ID #4

Closed thomail closed 2 years ago

thomail commented 2 years ago

Hey there, thank you very much for your efforts on making this repo! Is there a chance that this plugin would create unique identifiers properly? Problem for me is that homeassistant needs this to find the devices. For reference see this discussion: https://github.com/home-assistant/core/issues/50811

hansfriedrich commented 2 years ago

Hey thomail, thank you for your contribution. As for now it wasn't necessary for me to have proper metadata for the accessories. It shouldn't that effort to set these metadata. Actually till now the accessories (loads in Wiser speech) get their uuid set by load-name, load-id and load channel. This can be published to the right characteristic.

hansfriedrich commented 2 years ago

published in version 1.0.16

hansfriedrich commented 2 years ago

Hey to thomail, could you check this solves this issue? Best regards

thomail commented 2 years ago

works like a charm! thank you very much and let me know if you need any testings to be done!