Hi all,
I hope I give you enough information as this is my first post.
I use openHABian version 3.4.1 on a Raspberry Pi 4.
I have a problem with three (I only have three) FIBARO Walli Double Switches (FGWDSEU-221) having already the latest firmware version 5.2. In general, they work well.
I want to use the light ring to indicate the automation status for the room. Therefore, I try to change the color, and also reduce the brightness in the night. But this is not working at all or at least very late or even randomly.
I use a sendCommand and postUpdate call without an effect.
I_Lichtschalter_Schlafzimmer_LEDColor.sendCommand(LEDColorCode_Green)
I_Lichtschalter_Schlafzimmer_LEDColor.postUpdate(LEDColorCode_Green)
I_Lichtschalter_Schlafzimmer_LEDColor is a number item and is linked to the âLED frame Color ON-state (config_decimal_param11 (Number))â and to the âLED frame Color OFF-state (config_decimal_param12 (Number))â channels, so it shall always show the desired color independent on the state of the switches (relays).
LEDColorCode_Green is defined in this way:
val LEDColorCode_Green = 3
Also, when I change the switch (to hopefully force an update of the color), there is no effect:
I_Lichtschalter_Schlafzimmer_2.postUpdate(ON)
I_Lichtschalter_Schlafzimmer_2.sendCommand(ON)
I_Lichtschalter_Schlafzimmer_2.postUpdate(OFF)
I_Lichtschalter_Schlafzimmer_2.sendCommand(OFF)
Nevertheless, the logfile states that (here the brightness) was changed, even though it wasnât visible on the device:
2023-05-19 23:18:19.920 [INFO ] [openhab.event.ItemCommandEvent ] - Item âI_Lichtschalter_Schlafzimmer_LEDBrightnessâ received command 1
2023-05-19 23:18:19.928 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item âI_Lichtschalter_Schlafzimmer_LEDBrightnessâ predicted to become 1
2023-05-19 23:18:19.937 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item âI_Lichtschalter_Schlafzimmer_LEDBrightnessâ changed from 50 to 1
I also tried to âReinitialise the deviceâ via the openHAB UI, but this has also no effect.
In the openHAB UI of the Thing configuration, the color for ON and OFF had different values (3/0). When I changed them and Save the configuration, it has also no effect.
A re-start of the RPi does also bring no improvement.
I searched for solutions but didnât find anything so far.
Maybe someone from the community can help me?
If you need more information or have some hints I could try out, please let me know.
Thank you in advance!
Best regards, Christoph