Read actual Dim Level of a device?

Trying to do a conditional rule that needs the actual (real time) dim setting of a bulb. If I use the dimmer condition, it reports the preset dim level of the device which I don't need. For example, if the light is off, it should report a dim level of zero. Any way to do this?

So are you trying to do a conditional something like, if the level is > 50 then... ?
You could use a second statement to check for the on/off.

Something like this
If switch = on AND level > 50

1 Like

Thanks- I'll give that a try.