Any way to Toggle a Dimmer from 99% to Off?

I have an EVA-Logik ZW39 and I'm trying to program a button (Using Button Controller) to toggle the dimmer on (full brightness) and Off. My Button Controller is very simple:

button_toggle

If the lamp is OFF, it will turn on full brightness. But if the lamp is ON, nothing happens. If I change the entry so that its a "Control Switches and Buttons" toggle, it works but the ON goes to the last dim setting.

Anyway, how can to make this do what I want? Push a button, dimmer goes to 99%. Push again, lamp turns off.

You could use a conditional If-Then action to accomplish this:

If Landing Lights are Off, then setLevel 99
Else, turn off Landing lights.
End-If

1 Like

So this would be done in Rule Machine instead of Button Controller?

That really looks like it should work. Any errors in Logs? Does the device report on/off state correctly? Does removing the duration have any effect (really shouldn't, but...)?

No. Button Controller can do conditional actions just like Rule Machine.

1 Like