Page 1 of 1

HTML GET Command on Sensor Event

Posted: 24 Nov 2016 17:56
by cpramhofer
Hi Community!

i´m looking for a solution to perform a HTML Command on a trigger Event of my Fibaro Motionsensor.

concret i want to perform this HTML Command:
"http://192.168.xxx.xxx:8080/remote?action=MONON" each time my Fibaro FIBEFGMS-001-ZW5 5G 4-in-1 Multisensor detects motion. and 5 Minutes later i want to perform "http://192.168.xxx.xxx:8080/remote?action=MONOFF"

any ideas how to get such a setup run?

kind regards
Christoph

Re: HTML GET Command on Sensor Event

Posted: 24 Nov 2016 21:53
by pah111kg
Hi,

Have a look at "HTTP Device" (preinstalled). You could create a (dummy) switch binary, that performs a HTTP request.
Then you can combine the motion sensor with the "HTTP Device" by using a "Device- and Elementassociation".

I thing the delayed action after 5 minutes triggered by motion sensor isn't possible with preinstalled apps.

Regards,
Patrick

Re: HTML GET Command on Sensor Event

Posted: 25 Nov 2016 00:48
by bogr
You should be able to do this with the app "Delayed Action".

Re: HTML GET Command on Sensor Event

Posted: 25 Nov 2016 09:00
by pah111kg
I'm not sure but for "Delayed Action" only scenes work as a trigger and action. Or?

Re: HTML GET Command on Sensor Event

Posted: 25 Nov 2016 20:53
by bogr
yes, but you configure the scene to trigger a switch or dummy device or whatever you like. In your case just create a dummy or toggle which you configure to execute the command you like.