system capability zwave_scene_controller
-
Can you send me a log? I'd like to see if there's some obvious delay going on in MSR. And just to make sure, you're not using any condition options on the scene variable test, right?
-
I am not using any Constraints if that is what you mean.
Yes I can do some logs at some point.
There was one particular Fibaro Roller Shutter 2 module in the Kitchen, that was being very slow with the action running after the clicks.
I'll test that module again and look at logs.
As for all the others, 2 seconds seemed to be about the time it takes after clicking, for the action to run. Some of my actions are calling existing Vera scene I had in place, I can probably tidy that up a bit and control devices directly via MSR in the action maybe that may help.
-
OK. In case you want to poke at it yourself, and for the benefit of other readers... if you modify the level in
logging.yaml
forRule
to 6 (that is, find the line in the file that readsRule:
and change the level on the line below that one to 6), you'll get some deeper debug from all rules. Then restart MSR and activate your Fibaro device in whatever way you want to test.At that level, you should be able to find a logged entry in
reactor.log
with the string "launching evaluation for" that references your Fibaro device. This is the detection of the change on the Fibaro. That causes the rule to be evaluated, and you'll see that happening shortly after. Follow that along, and you'll see "Enqueueing" followed by the name of the set or reset reaction that is to run based on the rule's result state. That will be followed by the execution of the reaction, which comes mostly from the Engine, so you'll see it report "Starting reaction" (followed by the reaction name), and then the steps. The reaction is finished executing when it logs "all actions completed". If you note the timestamps on all these, you'll get a feel for how fast its responding in the three major phases: detection -> evaluation -> execution. -
I want to start moving ReactorOpenLuup to MSR and have the following problem. In Reactor OpenLuup I have set up below. Update does not show in de list in MRS. @cw-kid @ cw-kid What kind of setting do you use to use double click in MRS with roller shutter 2?
-
I want to start moving ReactorOpenLuup to MSR and have the following problem. In Reactor OpenLuup I have set up below. Update does not show in de list in MRS. @cw-kid @ cw-kid What kind of setting do you use to use double click in MRS with roller shutter 2?
I am just using the LastSceneID
Here is an example for S2 Double Click which has a number of "24"
You also need to reset the LastSceneID back to 0 in the "Set Reaction".
The different SceneActivation numbers can be seen from the Fibaro Roller Shutter 2 user manual:
-
T toggledbits locked this topic on