Download Print this page

Robin SmartView Tech Note page 9

Hide thumbs Also See for SmartView:

Advertisement

Robin Tech Note
Control the door opener using HTTP commands
- Only available on the Robin SIP and Robin SV -
You can control the Robin to open and close the door and retrieve the status of the door opener.
The Robin will answer to these commands in JSON.
Command: curl -u admin:<password> "http://<address>/api/v1/dooropener_open"
Goal: Open the door and keep it open (close the relay)
Answer:
Command: curl -u admin:<password> "http://<address>/api/v1/dooropener_close"
Goal: Close the door (open the relay)
Answer:
Command: curl -u admin:<password> "http://<address>/api/v1/dooropener_pulse"
Goal: Open the door and keep it open for the time set in the GUI. After that, close the door
Answer:
Command: curl -u admin:<password> "http://<address>/api/v1/dooropener_status"
Goal: Retrieve the status of the door opener
Answer:
{
"ok" : true
}
{
"ok" : true
}
{
"ok" : true
}
{
"rv" : {
"status" : "Open"
},
"ok" : true
}
How-To: Remote Control the Robin

Advertisement

loading
Need help?

Need help?

Do you have a question about the SmartView and is the answer not in the manual?

Subscribe to Our Youtube Channel