Dear Communitiy,
hope this is no stupid question as I’m quite new to HA, but currently I can’t get further.
So I set up the KNX <> HA Integration, so fare everything works quite nice. What I’m having trouble with is the interaction with the KNX/DALI controller. Everytime I switch on the RGBW light via HA the last color settings which have been used bevor the light switched previously off are getting overwritten and it pretty much sets everything on default values.
So an example. RGBW light has been set to blue color, then the light gets switched off, turning the light back on the blue color is not set anymore and all values are default values.
I don’t think I made a mistake with the KNX parameter because when I use a KNX native App to switch the colors I can see the color changes in HA live changing. So this means the changes in the color status group addresses are getting successfully recogniced by HA.
So does anybody knows why the color settings are not getting considerd correctly when switching the light on via HA?
And maybe one more question, is there no standard functionality to store different color settings for later user? Is this only possible via custom own Lovelace settings?
Please also find attached my current knx RGBW settings
#######################################
# KNX IP Interface
#######################################
knx:
tunneling:
host: 'xxx.xxx.xxx.xxx'
#######################################
# Lights
#######################################
light:
### RGB(W) individual object light
# Ceiling Bathroom-Shower
- name: "Shower"
address: "1/0/30"
state_address: "4/0/8"
brightness_address: "1/0/32"
brightness_state_address: "4/4/32"
individual_colors:
red:
brightness_address: "1/0/33"
brightness_state_address: "4/4/33"
green:
brightness_address: "1/0/34"
brightness_state_address: "4/4/34"
blue:
brightness_address: "1/0/35"
brightness_state_address: "4/4/35"
white:
brightness_address: "1/0/36"
brightness_state_address: "4/4/36"
1 post - 1 participant