Hello, and thanks for looking.
I am using HA version 0.87.1, and I can’t get this switch to perform correctly. HA can turn them off without issue. Turning them on, however, requires me to open the slider, move it, and them move it again to have the lights turn on.
Using services under the developer tools, I can make the light turn on, but I have to specify a brightness, and then call the service, change the brightness up one percent or more, and call the service again - THEN the lights will turn on.
{
"entity_id": "light.jasco_products_45857_001f328b_1",
"brightness_pct": 21
}
What can I do to get around this? The way the switches worked before (using Iris by Lowe’s) was the on button turned the lights on to the most recent brightness, and if the slider was moved, it would turn on the light the first bit above 0.
These switches also have a binary sensor that will only change state if the physical switch is pressed. Pretty neat. I’m hoping that I can use this to double tap the on and get 100 pct brightness regardless of current brightness.