The lights-sensing code in empeg_power.c does not have full debounce logic -- a momentary spike will trigger the dimmer.
I just recently examined this code while adding "dimmer" support for the buttonLED's, and ended up coding my own debounce logic for them, since dimming the buttonLEDs is a very time-consuming operation.
I suppose I could move my debouce logic into the main sense in empeg_power.c -- maybe spin off a test kernel for you to try.
I'll put out v237 shortly with this incorporated. It'll get removed again if anyone screams.
Cheers