#Hue Dimmer with Hue Wiz

1 messages · Page 1 of 1 (latest)

grim shell
#

I am just going to say it, I dont care for the Wiz lights, I thought these were normal Hue Smart lights, I think I have over 35 in house. Anyway, I used the Wiz App to pair, then used the Wiz Integration on HA, that all works fine. What I am trying to do is install a Dimmer. I have 10 lights in my Kitchen and Paired the Hue Dimmer Switch w the Hue App and it showed up in HA. I can turn the lights On and Off but I can't dimm the Wiz lights. Does anyone know how i can accomplish that? I also have a Lutron Bridge and Lutron Smart Switch but I understand that the smart lights and smart switch can sometimes go to war so I am not sure if that's an option. What I want to do is have a wall switch that dims my Hue Wiz lights - is that possible? Thanks!

tulip urchin
#

The answer is "yes, it's possible", but it's not clear where you're hitting the problem. Are you unable to dim the Wiz lights at all? (e.g. you can't use the HA dashboard to do it?) or is the problem that you can't figure out how to dim the Wiz lights from within an automation?

#

From an automation, you can adjust the brightness of a light by using the "light.turn_on" action: https://www.home-assistant.io/integrations/light/#action-lightturn_on The particular parameter that you would be interested in here is brightness_step_pct which lets you say what percentage to adjust the brightness by - it can be a positive number to increase brightness, or a negative number to decrease brightness.

grim shell
grim shell
tulip urchin
#

yes, that should be possible to do. unfortunately, i'm not familiar with the automation triggers available for the remote when using it via the hue bridge, so hopefully you can figure that out or someone else has some experience.