HTML GET Command on Sensor Event

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
cpramhofer
Posts: 3
Joined: 03 May 2016 09:17

HTML GET Command on Sensor Event

Post 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
pah111kg
Posts: 25
Joined: 02 Sep 2016 18:49

Re: HTML GET Command on Sensor Event

Post 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
bogr
Posts: 190
Joined: 16 Nov 2015 22:46

Re: HTML GET Command on Sensor Event

Post by bogr »

You should be able to do this with the app "Delayed Action".
pah111kg
Posts: 25
Joined: 02 Sep 2016 18:49

Re: HTML GET Command on Sensor Event

Post by pah111kg »

I'm not sure but for "Delayed Action" only scenes work as a trigger and action. Or?
bogr
Posts: 190
Joined: 16 Nov 2015 22:46

Re: HTML GET Command on Sensor Event

Post 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.
Post Reply