Is Ezlo Plus Ready for Prime Time?

@osman I watched your video above regarding this GoControl US wall switch. Looks like its acting as a regular “scene controller” type device? Where you can then create a Meshbot trigger upon a certain type of button press of that wall switch, to then run the actions of that scene etc

The Fibaro modules I am interested in work differently I believe and are not actual “scene controllers” in the traditional sense.

The function is called “Scene Activation” on the Fibaro module and it has to be enabled via a certain Z-Wave device parameter. You also need to use in conjunction the correct type of momentary wall switch with the Fibaro module, that would allow you to do double and triple clicks etc.

Are you aware of anyone on your device integration team testing “Scene Activation” with Fibaro modules ?

Thanks.

EDIT:

Vera firmware hubs and software never natively supported this to my knowledge. We always had to use 3rd party logic engines to be able to do it. First in PLEG and now with MSR.

Here is how its setup in MSR.

I am searching now for how we use to do it in PLEG.

EDIT2:

Seems I linked to this thread in the past for the way we set this up in PLEG but it points to the old forum domain so can’t read it.

http://forum.micasaverde.com/index.php/topic,17409.0.html

EDIT3: The upshot is Fibaro Scene Activation is related to these variables that need to be exposed and read and be able to have a scene be able to trigger upon them.

LastSceneID
LastSceneTime
SceneActivated

In MSR we ended up having to use the LastSceneID variable. When you do different types of clicks different number values get put into that variable.