Light bulb customization to slider and automation

Hi
i have a question / problem. in my room i have 4 lights (each as seperate knx channel), now i want to have one slider that will dimm the light of 4 elements.
at this moment i have created a number input as slider and add there some automation rule. but the problem is when i switch off the lights from a wall panel then i don’t have update in my HA interface.

is this possible to have somthing like this:
one slider with switch on right side example
image
and functionality like:
if i play with this slider i controll all 4 lights, if i use the switch on right side then for example it will be off = 0%, on = 50%. and if i click at the name then i get the detail popup with 4 sliders (each slider will be 1 lamp)?

Check out this custom Lovelace card. It does exactly what you need without the need for added input numbers and updates with the light automatically.

Except this:

For that you will need to replace the light group control more info card with a pop-up card:

thanks for this links. I’m newbie in HA, can You tell me how to import this things to HS system or do You have some tutorial with it?

Thomas has written some excellent Installation instructions.

thanks for this :slight_smile:i will check it at weekend and try to run it

the slider is now working almost so like i need. in this case i have question.
if the slider is on 0 value then i have information on or off


is possible to have there value 0%?

second question, i need to have one slider to 4 lamps, how can i do it? if i make
entity_id:
- light.salon_obwod_white_balkon
- light.salon_obwod_white_kanapa
- light.salon_obwod_white_schody
- light.salon_obwod_white_tv
it is not working.
thx :slight_smile:

hi
im’ very thankfull for Your help but i have still some problems.
i have created a group so like You send me the link:
image

on main page i have pin up the element two times
image
code:

but in case of using the switch on right side of slider i have still problem :confused:
i have something like this
image

but at switching it is not running, if i change to toogle then it’s running but what about state (on - last value / off - 0)

second question. if i have the switch to off and slide something then the light is reacting on it but the switch has off state. if i turn it on then if i have some value on slider then he goes to 0.

That must be a problem with the knx component. This does not happen with my Lifx lights. Moving the slider from zero turns on the toggle switch. Likewise moving the slider to zero turns off the toggle switch.

it’s in the file lights.yaml.
this is the light group or ?

I was mistaken, just ignore my post. Early morning brain fart.

ok thanks for help tom_l. i wii search for some solution to do it

the problem was in knx component You have right :slight_smile: it’s now wotrking good now i will try to make the details in popup. once again thanks

1 Like