Error Bad Request when trying to trigger siren on TIOC model

SubtleOrc

n3wb
Joined
Jan 26, 2023
Messages
5
Reaction score
0
Location
Brisbane Australia
Last edited:

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,778
Reaction score
39,045
Location
Alabama
FWIW, runraid said here in this thread that the URL below is turn the siren OFF:

Code:
http://ipaddress/cgi-bin/coaxialControlIO.cgi?action=control&channel=1&info[0].Type=2&info[0].IO=2
 

guykuo

Getting comfortable
Joined
Jul 7, 2018
Messages
583
Reaction score
1,461
Location
Sammamish, WA
Do you need the TriggerMode in the URL?

Code:
http://ipaddress/cgi-bin/coaxialControlIO.cgi?action=control&channel=1&info[0].Type=2&info[0].IO=2&info[0].TriggerMode=2
 

guykuo

Getting comfortable
Joined
Jul 7, 2018
Messages
583
Reaction score
1,461
Location
Sammamish, WA
Well no. That is the siren OFF command. If I read the protocol correctly....

Code:
Turn on siren
http://ipaddress/cgi-bin/coaxialControlIO.cgi?action=control&channel=1&info[0].Type=2&info[0].IO=1&info[0].TriggerMode=2


Turn off siren
http://ipaddress/cgi-bin/coaxialControlIO.cgi?action=control&channel=1&info[0].Type=2&info[0].IO=2&info[0].TriggerMode=2
 

SubtleOrc

n3wb
Joined
Jan 26, 2023
Messages
5
Reaction score
0
Location
Brisbane Australia
Well no. That is the siren OFF command. If I read the protocol correctly....

Code:
Turn on siren
http://ipaddress/cgi-bin/coaxialControlIO.cgi?action=control&channel=1&info[0].Type=2&info[0].IO=1&info[0].TriggerMode=2


Turn off siren
http://ipaddress/cgi-bin/coaxialControlIO.cgi?action=control&channel=1&info[0].Type=2&info[0].IO=2&info[0].TriggerMode=2
Thanks for your help but I just get
Error
Bad Request!

With those commands...

I think my camera must be misconfigured or something. May have to go for a factory reset
 
Top