Another Aeon Multisensor 6 DH

Screen Shot 2020-06-08 at 7.11.57 AM

Released v1.7 per the statements above.

Logs now look like this:

dev:845 2020-06-08 07:13:55.953 am info Acceleration is inactive by NotificationReport
dev:845 2020-06-08 07:13:55.951 am info Tamper cleared by NotificationReport
dev:845 2020-06-08 07:13:55.716 am info Motion is inactive by SensorBinaryReport
dev:845 2020-06-08 07:12:47.325 am info Motion is active by SensorBinaryReport
4 Likes

If you open a Live Log tab, and turn on debugging for a MultiSensor6, you should see a large set of debug output... including:

dev:845 2020-07-07 07:45:07.213 am debug Sending Z-wave command: BatteryGet()
dev:845 2020-07-07 07:45:07.211 am debug Sending Z-wave command: ConfigurationSet(configurationValue:[0], defaultValue:false, parameterNumber:81, reserved11:0, size:1)

Parameter 81 is the LED Options command, and there are two permitted values: 0 and 1
"configurationValue:[0]" is where you'll see the value sent.. 0 in my example - which is:

Looks right.

I just set mine to Disable when Motion and in 2-3 mins I'll know if the LED is off always.

This came up a month ago.. perhaps in a different topic, but there's a tiny change needed.

I've updated the code, so I suggest simply re-import the driver code from github. (just click Import and save) [line 592 is fixed]

The LED discussion revolved around the fact that Aeon changed their mind. In versions prior to 1.10 there were only two states... on/off, but in v1.10 they added a 3rd: Disable when Motion

It meant the LED would come on for Tamper, etc, but not flash on motion. In v1.13 that option is gone again. My next version was going to include that fix as well as an option to always display the full set of parameters. I haven't finished that yet, but the tiny change for LED got left behind. Sorry for the miss. :frowning:

1 Like

Sorry guys, where can I find the latest version of this driver?
I can't set the reporting time period with the default driver.
Thanks

HPM, or
paste this to Import:

https://raw.githubusercontent.com/HubitatCommunity/AeotecMultiSensor6/master/AeotecMultiSensor6.groovy

Thank you.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.