GE Wave plus multi tap?

Does anyone know if the new GE zwave plus switched support multi tap in Vera? On particular I’m asking about the 14291 and 14292. I’ve read mixed things yes and no.

The Jasco/GE 14291 and 14292 do NOT support multi-tap(additional groups) on any controller.

The switch does NOT have multi-tap capability.

Thank you!

I’ve started putting in Leviton DZ15Ss to compliment my Cooper Aspire RF 9501s. The Levitons support instant status and are supposed to support multitap. I didn’t see a place in the Leviton’s settings or variables in VERA to set up multitap. Is there any way around this?

You can use something similar in PLEG using the count function. Have a read of PLEG basics.

[size=2px]Multiple Trigger Expressions[/size]

[size=2px]Sometimes we want to recognise when a number of events have occurred in a certain period of [/size]
[size=2px]time. PLEG provides a means to do that with a special expression.[/size]
[size=2px]TriggerOrDevicePropertyOrCondition @ Count > hh:mm:ss < hh:mm:ss[/size]
[size=2px]The first term is the name of a Trigger, Device Property or Condition whose events we wish to count. [/size]
[size=2px]Count is the number we are testing for. > hh:mm:ss and < hh:mm:ss are time constraints for the [/size]
[size=2px]counted events. The time constraints are applied by checking the timestamps of the oldest and [/size]
[size=2px]newest of the counted events. Either or both of the time constraints may be used. [/size]
[size=2px]> hh:mm:ss indicates that we want to test if the counted events occurred in a period greater than [/size]
[size=2px]hh:mm:ss. [/size]
[size=2px]< hh:mm:ss indicates that we want to test if the counted events occurred in a period less than [/size]
[size=2px]hh:mm:ss. [/size]
[size=2px]SoundSiren MotionDetector @ 3 < 5:00[/size]
[size=2px]SoundSiren will become true if MotionDetector becomes true three times in a five minute period.[/size]

Thanks. I’ll check it out. I just moved over to Vera and PLEG within the last week or so after an old Homeseer unit died. I’m still trying to come up to speed on PLEG.