Hello guys,
today I’ve integrated KNX into my Home Assistant and it works quite well (I have some issues getting the state values “KNX bus did not respond in time to GroupValueRead request for: 1/0/23”… but that’s not important for me at the moment ). More important is the integration of a KNX functionality provided by my Gira X1 server. In the mobile application I can set a target value in lux. After setting this value the KNX light will dim until it reaches the defined lux level. So in general its a kind of diming (in lux and not percent).
Is there any possibility to set this target lux level in an automation? I searched the knx integration but I didn’t saw anything regarding sending a DPT 9.004 value, which is a 2 byte float value. I’ve tried the knx.send service but it is quite complicated for me and I didn’t get it working… After a few hours it comes to my mind that the climate integration sends the same type of data to knx bus. So I’ve tried to set up the target lux knx-adress as a climate component. And it works…
So, if I change the temperature of my fictive climate to 250°C, the target lux level adapts this value and my light is diming towards 250 lux.
Is this the only way to integrate the target lux functionality or did I miss something obvious ?
I hope, I could explain my problems understandably. Thank you very much for your commitment!
Larsstr