ebaauw / homebridge-deconz

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

Unknown device: CLIP-Sensor PUSHDIM-TOOGLE #114

Closed TinyMito closed 1 year ago

TinyMito commented 1 year ago

Hi, I have a strange device shows up on HomeKit and this is my current up:

I have 3 IKEA lights and 2 remote switches all expose properly on Homekit but I do not know where is this CLIP-Sensor PUSHDIM-TOOGLE came from.

20230215_000062 20230215_000063 20230215_000064 20230215_000065

My suspicion would be this device:

20230215_000068
ebaauw commented 1 year ago

No, it’s for the CLIPGenericFlag virtual sensor at /sensors/4.

TinyMito commented 1 year ago

Hi, I just updated the post.

What is the CLIPGenericFlag virtual sensor designed for? Is it possible to remove or exclude that?

ebaauw commented 1 year ago

Basically it’s just a variable on the deCONZ API. It looks like Phoscon created it to keep state for some automation.

You can unexpose it through dynamic dynamic configuration, see https://github.com/ebaauw/homebridge-deconz/wiki/Dynamic-Configuration.

TinyMito commented 1 year ago

Thank you!