i have a problem with my light cards and my knx lights
Yesterday i updated from 2023.12 to 2024.1 but i have the issues with 2023.12 too.
Iam using the knx integration with xknx 2.11.2
If iam changing the color temp or my rgb values multiple times over HA (light card) the slider is going to flap and sends many values over the knx bus.
Here is my config:
- name: “Test2”
address: “2/2/1”
state_address: “2/2/4”
brightness_address: “2/2/3”
brightness_state_address: “2/2/5”
color_temperature_address: “2/2/8”
color_temperature_state_address: “2/2/12”
color_temperature_mode: absolute
min_kelvin: 1800
max_kelvin: 10000
That looks very much like a DALI KNX Gateway.
I know some models send out each % step back to the status, i had to use somw logic to delay that (just send the last value after 1,5 second)
When looking at the knx bus does the status get updated each step or just once when it hits its setting?
@Dujith
Iam using the MDT DALI Control PRO64 Gateway
The change is made immediately on the bus
@farmio
Iam using the GAs only for one entity and no automations or adaptvie lightning
The flapping state occurs more often when i changes the values i a short freqenz
Its a lamp with color_temp and rgb (Kiteo 12F)
If iam put in the rgb value in the knx config the light card is not showing the Kelvin slider. The 2/2/11 is the rgb value which i comment out in the config
Sorry I can’t really help you without the yaml that is currently running when you encounter the bug. The only yaml I can see doesn’t have 2/2/11, and uses 2/2/12 as a state address. So I wouldn’t know why it sends any telegram to one of those GAs (except maybe a Read).
I was expecting that you use 2 light entities for that reason and this would trigger this bug. But since you aren’t… you can only try.
RGBWW lights are not that common in Knx, so there’s not much experience with that.