Fastest way to run a scene triggered fra vera

Hi

My setup:
Vera plus
RPI 3 B+ with openLuup/AltUI

Whats the fastest way to react to an event on the Vera.

e.g. a z-wave wall switch changes state, Motion sensor, etc…

I can watch this state on my RPi/openLuup, and use that in the scene

or, triggering a scene on the vera, with luup code like this:
init, result = luup.inet.wget(“http://myip:3480/data_request?id=action&output_format=json&DeviceNum=2&serviceId=openLuup&action=RunScene&SceneNum=4”,3)

But whats best/fastest and most stable

See my post on how I did this.

1 Like