Dim light rule

I had made a rule that if my hallway switch was physically turned on after a certain time it would immediately dim. But if I increased the physical switch the level it would respond accordingly.

Recently something changed. Now when I physically increase it, it will brighten then immediately dim. Below are screenshots of the rule and logs.

In your log it only shows the rule machine log, showing that the rule was Triggered.
That means the device reported that it was changed to on at that time and the rule ran accordingly.
I think we would need to see the logging for the device as well to determine if it sends an "on" state each time you adjust the brightness physically.

Based on the log there is nothing wrong with the rule.

Thanks! I'll be away a couple of days and then I'll get i shot of that log.

Ok here is a copy of the logs when I hold increase on the dimmer.

Summary

:3212020-12-23 07:42:20.011 pm debugParse returned null for zw device: 0E, command: 2603, payload: 01 , isMulticast: false
dev:3212020-12-23 07:42:20.007 pm infoHallway Lights was turned on [digital]
dev:3212020-12-23 07:42:19.988 pm infoHallway Lights is 1%
dev:3212020-12-23 07:42:19.984 pm debug---SwitchMultilevelReport V3--- Hallway Lights sent SwitchMultilevelReport(value:1)
dev:3212020-12-23 07:42:19.978 pm debugcmd: SwitchMultilevelReport(value:1)
dev:3212020-12-23 07:42:19.972 pm debugparse() >> zwave.parse(zw device: 0E, command: 2603, payload: 01 , isMulticast: false)
dev:3212020-12-23 07:42:18.586 pm debugsetLevel(value, duration) >> value: 1, duration: 0, delay: 1000
dev:3212020-12-23 07:42:18.583 pm debugsetLevel(1, 0)
dev:3212020-12-23 07:42:18.567 pm debugsetLevel(1)
dev:3212020-12-23 07:42:18.407 pm debugParse returned null for zw device: 0E, command: 2603, payload: 27 , isMulticast: false
dev:3212020-12-23 07:42:18.403 pm infoHallway Lights was turned on [physical]
dev:3212020-12-23 07:42:18.400 pm infoHallway Lights is 39%
dev:3212020-12-23 07:42:18.396 pm debug---SwitchMultilevelReport V3--- Hallway Lights sent SwitchMultilevelReport(value:39)
dev:3212020-12-23 07:42:18.393 pm debugcmd: SwitchMultilevelReport(value:39)
dev:3212020-12-23 07:42:18.384 pm debugparse() >> zwave.parse(zw device: 0E, command: 2603, payload: 27 , isMulticast: false)
Terms of Service
Documentation
Community
Support
Copyright 2020 Hubitat, Inc.

Actually I think I figured it out, sorta.

I was running a GE custom driver and I just remembered getting an update on it through HPM not long ago. I switched it to a generic dimmer driver and it's behaving normal now.