OpenGarage Forums Pictures and Creative Use HOWTO: App Integration to Check Garage Door at 10 PM Reply To: HOWTO: App Integration to Check Garage Door at 10 PM

#551

Anonymous
Inactive

Here is my tasker Setup:

Overview 1

Overview 2

1. RESTask–Under Host enter Blynk-Cloud token:

http://blynk-cloud.com/{your_blynk_auth_token}/pin/V0

RESTask

2.If Closed (i.e. %rtres eq [“0”]),

3. Send SMS to specified number, just enter number and any message.

4. Else If OPEN (i.e. %rtres eq [“255”]),

5. Send SMS warning door is open, and then,

6. HTTP Post, sends http request to OG to send “click” to close door.

HTTP Post

Under SERVER:PORT, enter your OG’s info:

http://{IPADDRESS:PORT}/cc?dkey={YOUR_OG_KEY_HERE}&click=1

(In photo above I missed the “&” symbol after your key)
I did not enter anything in the optional fields.

7. Waits 20 seconds to give time for door to close.

8. Does another status check, in case my dog walks under the door when trying to close :-).

9. If still open,

10. Sends me a text alerting me the door did not close.

11. Else if door DID close,

12. Sends SMS telling me the door did, in fact, close.

13. END

Hope that all makes sense?

  • This reply was modified 6 years, 8 months ago by .
  • This reply was modified 6 years, 8 months ago by .
  • This reply was modified 6 years, 8 months ago by .
  • This reply was modified 6 years, 8 months ago by .
  • This reply was modified 6 years, 8 months ago by . Reason: Somehow deleted post
  • This reply was modified 6 years, 8 months ago by .
  • This reply was modified 6 years, 8 months ago by .
  • This reply was modified 6 years, 8 months ago by .
  • This reply was modified 6 years, 8 months ago by .
Attachments:
You must be logged in to view attached files.