Looking in the Zwave log, it appears that pressing the dimmer control does not cause the dimmer to notify the core... is there no way to force this behavior? or is it up to the core to poll the dimmer to get its state?
If so, it seems I can't have an instant sync. Can I, however, trigger on an event that occurs when the core polls the dimmer and discovers that it's state is different than it's old state?
I tried triggering with state changed in advanced event editor to no avail but the Zwave log gives:
36 06/18/13 1:35:56.064 Got basic report from node 15, value: 99 <0xb6f92b70>
36 06/18/13 1:35:56.064 State changed, send light changed event <0xb6f92b70>
36 06/18/13 1:35:56.064 Sending EVENT_State_Changed_CONST event from node 15/-1, level 100 <0xb6f92b70>
Though I'm triggering with "ON" not "100" or "99". Hmm