Announcement

Collapse
No announcement yet.

How to send Homeseer variables through WebHooks to IFTTT

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to send Homeseer variables through WebHooks to IFTTT

    I am sending a command through to IFTTT using Webhooks and I want to pass a Homeseer variable with it in the value1= field. Here is my command

    &result=hs.GetURL("http://maker.ifttt.com/trigger/Caavo_Weather_Warning/with/key/MYKEY?value1=$$DSR:957:","/",TRUE,80)

    but all I am getting at the other end is

    $$DSR:957:/

    Anyone have any ideas? Thanks.


    #2
    You have to use the equivalent script function instead to retrieve that value inside a script.
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    Comment

    Working...
    X