I move the slider to the far left which is 1 or 1% and I am expecting the automation to trigger, which it is not.
When triggered I am expecting oh3/dimmer/my_dimmer/state_bright to end up with 0 and oh3/dimmer/my_dimmer/state with OFF which is not happening because the automation is not triggering.
There is nothing in the TRACE because the automation has not been triggered.
I manually ran the automation and the expected outcome took place. state_bright was set to 0 and state was set to off and the light turned off.
TRACED had limited information and did not include anything regarding the TRIGGER or CONDITION as they were not called when the automation was manually run.
Moving the slider for the dimmer raises and lowers the light level.
Moving the slider to the 1 value positions dimes the light to the lowest level. The light is NOT off. Should it not trigger the automation and publish my MQTT statements???
Is there a way to change the lowest value of the slider from 1 to 0?
There are no errors or warnings in home-assistant.log.
If you have time please create a MQTT Light and then create an automation that does what I am attempting to do. You may discover my error or an issue with the automation.
Maybe there is a different method to trigger the automation when the slider is moved to the 1 position.