I have a home automation setup with KNX and I am running home assistants besides KNX which integrates with the system. In this setup I configured a couple of dimming lights, which I could operate through home assistant without any issues (seeing status, brightness, on off etc).
A week ago, I did add configuration for a light group which tells me if any of the lights are on in the house. As soon as I added this group, I did notice some strange behaviour with the brightness of these lights. From time to time, without any interaction with home assistant or even with the physical switches, the brightness of these dimming lights changes (i.e. the go to full brightness without any reason).
I don’t have any automation running on it, also don’t see anything suspicious in the logs. Did anyone experience something similar or could have an idea on whats going wrong here?
This is my group config:
light:
- platform: group
name: "Alle verlichting"
entities:
- light.buiten_buitengevel_verlichting_SW
- light.kamer_1_dimming
- light.kamer_10_verlichting_SW
- light.kamer_11_toilet_verlichting_sfeer_SW
- light.kamer_2_verlichting_spiegel_SW
- light.kamer_2_verlichting_SW
- light.kamer_3_gang_verlichting_sfeer_SW
- light.kamer_3_verlichting_SW
- light.kamer_5_dimming
- light.kamer_6_dimming
- light.kamer_7_dampkap_verlichting_SW
- light.kamer_7_verlichting_SW
- light.kamer_8_verlichting_SW
- light.kamer_9_verlichting_SW
my knx config:
knx:
light:
- name: "Kamer 6 - dimming"
address: "1/1/6"
brightness_address: "1/2/6"
brightness_state_address: "1/3/13"