-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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, ...
- In SinricPro: Create garage door device
- 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
- 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.