So far I managed to connect HA with my KNX interface to control the lights.
This works fine, configuration is below. However I can’t manage to create a group of KNX lights.
I’ve tried this:
light:
platform: group
name: Kitchen Lights
entities:
light.inkom
light.wandverlichting_boven
But it doesn’t create a group. How can I solve this?
you have to restart when you edit configurations and you can’t have 2 light sections. All bullets go under 1 light section. views goes in ui-lovelace.yaml like all other lovelace configuration unless you are using the gui to generate the lovelace. Then you just configure it like a normal entity.
Have you considered using node-red? I am in the same boat as you (maybe?), since at home there is a knx instalation with actors for almost everything. Using node-red, connecting and controlling your knx installation is easy. I managed to integrate my knx with some hue lamps and alexa, for example.