ebaauw / homebridge-deconz

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

nothing is exposed to HomeBridge/Homekit #41

Closed romanbalsiger closed 2 years ago

romanbalsiger commented 2 years ago

After initial setup absolutely no devices (lights/sensors/switches/groups) are exposed to homebridge or homekit. do i miss any necessary config?

{ "name": "ZigBee_newer", "hosts": [ "10.10.11.2" ], "platform": "deCONZ", "_bridge": { "username": "0E:64:43:39:03:B9", "port": 34214 } }

Automayted commented 2 years ago

I too was a little confused after installing the new deCONZ plugin and had to re-read Erik's documentation. Hopefully I can help.

Re-read the whole Configuration section first.

"Set Expose on the Gateway Settings service of the gateway accessory to retry obtaining an API key. Homebridge deCONZ will not retry to obtain an API key on Homebridge restart."

After you allowed the new Homebridge plugin to authenticate to the Conbee, you need to use Eve or the Home+ app to edit the expose settings of the Conbee device (button device in HomeKit). Once you expose your lights, sensors, or groups, you'll see the devices added to HomeKit. This change to "dynamic" from the old method is the reason this process is so different with the new deCONZ plugin. The dynamic method eliminates the need to restart the Homebridge plugin for devices to update in HomeKit.

romanbalsiger commented 2 years ago

Hopefully I can help.

Yes you did! thanks a lot!

blue-kaleidoscope commented 2 years ago

After you allowed the new Homebridge plugin to authenticate to the Conbee, you need to use Eve or the Home+ app to edit the expose settings of the Conbee device (button device in HomeKit). Once you expose your lights, sensors, or groups, you'll see the devices added to HomeKit.

Could you please explain how this is exactly done in Eve? When I click on the device I see the following settings but I have no idea how to expose lights:

image image image