I recently installed my first Matter Device, a AIDot LightBulb (Matter over Wifi).
.things:
Bridge matter:controller:home "Matter Controller" [
]
Thing matter:node:home:12674515890592221448 (matter:controller:home) [nodeId="12674515890592221448"]
.items:
Switch AIDOT_BULB_COUCH_Switch "Couchlampe Schalter" <light> (gWohnzimmerLight_Couch, gsWohnzimmer) ["Switch", "Light"]
{ channel="matter:node:home:12674515890592221448:1#colorcontrol-color" }
Dimmer AIDOT_BULB_COUCH_Brightness "Couchlampe Helligkeit [%d %%]" <dimmablelight> (gWohnzimmerLight_Couch, gsWohnzimmer) ["Control", "Light"]
{ channel="matter:node:home:12674515890592221448:1#colorcontrol-color" }
Color AIDOT_BULB_COUCH_Color "Couchlampe Farbe" <colorlight> (gWohnzimmerLight_Couch, gsWohnzimmer) ["Control", "Color"]
{ channel="matter:node:home:12674515890592221448:1#colorcontrol-color" }
Dimmer AIDOT_BULB_COUCH_ColorTemp "Couchlampe Farbtemperatur [%d %%]" <colorwheel> (gWohnzimmerLight_Couch, gsWohnzimmer) ["Control", "ColorTemperature"]
{ channel="matter:node:home:12674515890592221448:1#colorcontrol-temperature" }
There are no more rules yet on this Lightbulb that could interfere.
E.g. when I now change the On/Off Switch from On to Off, it quickly jumps back to “On” and short time later (ca. 1 second) it goes to “Off”.
Same with brightness, e.g. when changing from 10% to 80% via the slider, it jumps back to 10%, and short time later to 80.
It’s only the Items, no flickering on the device itself.
Something that seems to be strange (I manged to set it up with Gemini’s help) is, that these Bulbs don’t expose channels for brightness etc., only for the colorcontrol. According to Gemini’s suggestion I just linked all the Items (On/Off, Brightness, etc.) to the colorcontrol channel.
When integrating the items to the rest of the Logic, this flickering unfortunately interferes with some rules.
Do you have an idea how this flapping happens and how I could get rid of the behaviour?