Hi not sure what I am doing wrong here but I have rule that responds to a button click, however it takes over 2 seconds after the button press even is fired and the lights are turned on/off. This is pretty bad for a local control device. As fas as I can tell its RM that is slow If turn on the lights by sending a direct message its pretty quick.
08:38:02.232 am button push is logged from the app looking at mqtt
08:38:02.236 AM event is fired - pretty quick
08:38:03.475 am first log entry from RM rules indicating trigger 1.2 secs thats a lot of time
08:38:04.592 am light is turned on 1117ms to evaluate and execute a simple rule -
2356ms between the time event is fired to when the light turns on, this is very bad, there is nothing in the logs between this events, so what is making HE run so slow? Is there something wrong in my rules? too many conditions? I pretty much copied examples from @Ryan780 from various posts.
BTW other method of turn on the same lights (alexa, UI) etc are all within acceptable times
The rule -
Event log from the remote
pushed 1 Bedroom Remote 1 button 1 was pushed DEVICE 2020-01-02 08:38:02.236 AM EST
Relevant portion of the main log - I have not removed any entries
dev:6762020-01-02 08:38:04.616 am infoBedroom Main was turned on
dev:6752020-01-02 08:38:04.592 am infoDesk was turned on
app:6662020-01-02 08:38:04.556 am infoAction: END-IF
app:6662020-01-02 08:38:04.549 am infoAction: Off: Desk, Bedroom Main (skipped)
app:6662020-01-02 08:38:04.472 am infoAction: ELSE-IF (Desk, Bedroom Main(off, off) any is on(F) [FALSE]) THEN (skipping)
dev:6762020-01-02 08:38:04.450 am infoBedroom Main is 75%
dev:6762020-01-02 08:38:04.323 am infoBedroom Main was turned on
dev:6752020-01-02 08:38:04.124 am infoDesk was turned on
dev:6752020-01-02 08:38:04.109 am infoDesk is 75%
app:6662020-01-02 08:38:03.869 am infoAction: On: Desk, Bedroom Main
app:6662020-01-02 08:38:03.845 am infoAction: IF (Desk, Bedroom Main(off, off) any is off(T) [TRUE]) THEN
app:6662020-01-02 08:38:03.475 am infoBedroom Buttons : Bedroom Remote 1 pushed 1
dev:7652020-01-02 08:38:02.232 am debugBedroom Remote 1 button 1 was pushed