Pause API - Smart Home & API - Rachio Community

Pause API

post by dpbremer on Aug 21, 2018

Now that the V3 app has been out for some time that supports the pause feature, when will the API be updated to also include this feature? I have a very strong need to pause my sprinkler system when my water filter needs to flush, with the sprinklers running there just isn’t enough water pressure remaining.

post by franz on Aug 21, 2018

@dpbremer These were recently added! You can now “pause” and “resume” the device. Trying to get this added to the external documentation, but here you go.

@PUT

@Path("/device/resume_zone_run") / /**

*/

@PUT

@Path("/device/pause_zone_run") / /**

*/

post by dpbremer on Aug 21, 2018

Awesome! Thank you very much for sharing!

post by franz on Aug 21, 2018

2 years later

post by lnjustin on May 22, 2020

Does “pause” only work if a zone is currently running? If we’re entertaining in the backyard (as detected by a motion sensor), I’d like to “pause” (i.e., postpone) the start of the zone. That is, I don’t want to start the zone right then, but just postpone it until motion has stopped. Is this “pause” feature capable of postponing in this way, before a zone starts?

post by franz on May 22, 2020

It only works for running zones.

post by MADempsey on Jul 20, 2020

Struggling a bit here. I followed the documentation and obtained my API key, which in this CURL syntax above is inserted following “Authorization Bearer…” And replaced the string following id with my personal ID. I issue the command from a terminal session and do not receive a response and more importantly, the current watering is not paused. I can pause the watering with Alexa, but was looking for a way to have Curl issue the command when triggered from SmartThings.

Also, I am confused about the difference if any, between my API key which seems to always be part of the Authorization Bearer string and a Device ID. I cannot seem to find out how to obtain the device (I assume controller) ID, which can be used in other commands. Thanks in advance!

post by Mikec on Nov 23, 2022

DId you ever get an answer on this? I have the same question.

post by MADempsey on Nov 24, 2022

No I did not.