Search for: Log In Register OpenSprinkler › Forums › OpenSprinkler Mobile and Web App › Logs to not record control via API Tagged: API, Logs This topic has 1 reply, 1 voice, and was last updated 1 year, 2 months ago by Chester Corcos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 21, 2024 at 7:07 pm #77955 Chester CorcosParticipant When I control my sprinklers via the API curl 'http://192.168.1.79/cm?pw=xxxx&sid=7&en=1&t=60' I would expect their runtime to be records in the logs that I can view within the app. January 21, 2024 at 7:36 pm #77956 Chester CorcosParticipant hmm. this only seems to be a problem if you turn it on more than once. ` # This will not show up in the logs curl ‘http://192.168.1.79/cm?pw=xxxx&sid=0&en=1&t=60’ sleep 10 curl ‘http://192.168.1.79/cm?pw=xxxx&sid=0&en=1&t=60’ # extend another 60 seconds sleep 10 curl ‘http://192.168.1.79/cm?pw=xxxx&sid=0&en=0’ # This will show up in the logs. curl ‘http://192.168.1.79/cm?pw=xxxx&sid=1&en=1&t=60’ sleep 10 curl ‘http://192.168.1.79/cm?pw=xxxx&sid=1&en=0’ ` Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In OpenSprinkler › Forums › OpenSprinkler Mobile and Web App › Logs to not record control via API