Skip to content

IFTTT webhook doesn't process value parameter #12

Description

@bertenvdb

I've linked IFTTT to a garage door device in SinricPro. Triggering the applet in ifff gets logged in SinricPro and my connected garage door responds accordingly. However, I can only open my garage door, sending the call to close the door also opens it.

{
"api_key": "7ff5f0a8-167d-46ac-b591-22e5fb39f86d",
"device_id": "61c4f61d695fce5c875074e5",
"action": "setMode",
"value": {
"test": "why"
}
}
Above body triggers a 'Close door' event. Below body does the same.
{
"api_key": "7ff5f0a8-167d-46ac-b591-22e5fb39f86d",
"device_id": "61c4f61d695fce5c875074e5",
"action": "setMode",
"value": {
"state": true
}
}

I'v tried everything I could think of:
state: false, state: 0, state: 1, state: "On", state: "on", state: "Off", state: "off", "mode": On, mode: 1, mode: false, ...

  1. In SinricPro: Create garage door device
  2. Either make the call in Postman or create applet in IFTTT and link to SinricPro as described in https://help.sinric.pro/pages/ifttt.html
  3. Make the call in Postman or trigger the applet in IFTTT

I'd like to be able to open AND close my garagedoor using IFTTT.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions