ebaauw / homebridge-deconz

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

Support for 3A Smart Home Shutter #112

Closed Febus123 closed 1 year ago

Febus123 commented 1 year ago

Hi, the shutter switch shows as 2 dimmable lights in homekit (up and down). Is there a way to get this displayed as one window covering device? Model ID: LXN-2S27LX1.0

ebaauw commented 1 year ago

How does deCONZ expose it?

Febus123 commented 1 year ago

Sorry for late reply. deCONZ also shows 2 dimmable lights. HomeKit shows two grouped lights. Any further view that would help you?

image image

ebaauw commented 1 year ago

Homebridge deCONZ just exposes devices to HomeKit, based on how deCONZ exposes these through their API. Basically deCONZ follows the way the device exposes itself over Zigbee. By the looks of it, the device exposes two dimmable light endpoints, and no window covering. If that’s incorrect, it should be fixed in deCONZ.

Febus123 commented 1 year ago

Ok, I understand the homebridge plugin is working as expected. Can you point me towards how I can fix it in deCONZ?

ebaauw commented 1 year ago

Create an issue in the deCONZ REST API repository for a device request, providing the requested data and screenshots.

Febus123 commented 1 year ago

Will do. Thank you!