Ok take back what I said, or maybe it's working because I toggled between "C# Program" mode then back to the "Wizard Script", or that I restarted the box since I posted, but it seems like it's working now!
For anyone interested you can view the log and see what's going on (linux it's /usr/local/bin/homegenie/log/*log). One thing that was interesting is that this devices send multiple messages fairly rapidly (3 in about a tenth of a second). Here it sensed motion and got 3 messages: Level=1, Basic=255, and Alarm=255. The document that came w/ this device said to use Basic=255 as an motion indicator, then after no motion detected it sends Basic=0.
Cool, on w/ HomeGenie!! Now just need to have it turn on the lights for a few minutes between 7pm and before 2am. Would this Trigger Code be close?:
#0001 HomeAutomation.ZWave/11, ZWaveNode.Basic=255
#0002 HomeGenie/Scheduler, Schedule.DateHour > 18
#0003 Or
#0004 HomeAutomation.ZWave/11, ZWaveNode.Basic=255
#0005 HomeGenie/Scheduler, Schedule.DateHour < 2
=== snip from /usr/local/bin/homegenie/homegenie.log ==
2016-03-28 02:09:06.7532 Info HomeAutomation.ZWave 11 ZWave Node Status.Level 1
2016-03-28 02:09:06.7532 Info HomeAutomation.ZWave 11 ZWave Node ZWaveNode.Basic 255
2016-03-28 02:09:06.8543 Info HomeAutomation.ZWave 11 ZWave Node Sensor.Alarm 255