Is My Z-wave Sensor Broken?

I have the 4 in 1 Aeon Labs Multisensor. The only ready I can get from this thing that works is the battery level. I have it plugged into a USB type charger. The motion is reported, but it doesn’t detect any motion.

Bindings:

Number  Aeon_Battery    "Battery [%d %%]"       { zwave="14:command=battery" }
Switch Aeon_Motion     "Motion Detected"       { zwave="14:command=basic" }
Number  Aeon_Temp       "Temperature [%.1f °F]" { zwave="14:command=sensor_multilevel,sensor_type=1" }
Number  Aeon_Humidity   "Humidity [%d %%]"      { zwave="14:command=sensor_multilevel,sensor_type=5" }
Number  Aeon_Lux        "Lux [%.2f Lux]"        { zwave="14:command=sensor_multilevel,sensor_type=3" }

Habmin Settings:

http://i.imgur.com/0TYvx8G.jpg

http://i.imgur.com/DtFS3Ci.jpg

According to the log, only the battery and sometimes motion is reported once an hour:

http://i.imgur.com/huAc8fd.jpg

Sometimes when trying to change the parameters I get:

2015-11-14 11:16:30.995 [ERROR] [.z.i.config.ZWaveConfiguration] - Malformed domain request in getConfiguration 'undefined'
2015-11-14 11:16:30.997 [ERROR] [.z.i.config.ZWaveConfiguration] - Malformed domain request in getConfiguration 'undefined'
2015-11-14 11:16:31.002 [ERROR] [.z.i.config.ZWaveConfiguration] - Malformed domain request in getConfiguration 'undefined'
2015-11-14 11:16:31.009 [ERROR] [.z.i.config.ZWaveConfiguration] - Malformed domain request in getConfiguration 'undefined'
2015-11-14 11:16:31.012 [ERROR] [.z.i.config.ZWaveConfiguration] - Malformed domain request in getConfiguration 'undefined'
2015-11-14 11:16:31.015 [ERROR] [.z.i.config.ZWaveConfiguration] - Malformed domain request in getConfiguration 'undefined'
2015-11-14 11:16:31.018 [ERROR] [.z.i.config.ZWaveConfiguration] - Malformed domain request in getConfiguration 'undefined'

I’ve tried a few settings and as of yet haven’t had anything but the battery reported, and the occasional motion contact closed.

Anything else I should try?

Thanks.

Is the association configured correctly? You need to make sure that group 1 is set to the controller node, and you also need to make sure that parameter 101 (from memory) is set correctly otherwise you won’t get any readings.

Can you show the settings in the groups?

I haven’t set anything in the groups, the way it’s worded I thought it was for the motion sensor to turn stuff on and off.

I added node 1 as a member, and as soon as I did, it started reporting.

Thanks for the help!