Page 1 of 1

access to calling URL

Posted: Sunday 07 January 2018 13:19
by jonluk
Hi there,
Just started using dzvents, seems great so far.
I'm calling a virtual switch from ifttt via a json url.
Is there a way to get the actual url called within a dzvents script.

flow would be:
ifttt -> domoticz url -> -> device switched on -> dzvents script
is there anyway for the dzvents script to actually see the domoticz url called by ifttt ?

domoticz version running : 3.8798

Re: access to calling URL

Posted: Sunday 07 January 2018 16:37
by jonluk
I've done it a different way.
Using ifttt to update a user variable I can pass the name of the light to turn on via google assistant.
dvents now just needs to take the contents on the user variable and turn on or off the associated light.