I've been working on my triggers and alerts. First, I got Pushover notifications working with a curl script, then I got Shelly relays turning on my exterior lights when certain cameras trigger, via web requests (Thanks jaydeel and TonyR for the tutorials).
I have a cheap Chinese relay, SR-201, that takes commands over tcp or udp. It can't be controlled via http, but it will respond to telnet or ncat from the windows command line.
My question is whether Blue Iris allows me to send a tcp (or udp) command as a response to a trigger event. I tried replacing the Pushover curl script, sending an ncat command to the relay: Ncat [ip address] [port] < [address of file containing the relay 'on' command.] That didn't work, however.
Alternatively, can I call a powershell script?
I have a cheap Chinese relay, SR-201, that takes commands over tcp or udp. It can't be controlled via http, but it will respond to telnet or ncat from the windows command line.
My question is whether Blue Iris allows me to send a tcp (or udp) command as a response to a trigger event. I tried replacing the Pushover curl script, sending an ncat command to the relay: Ncat [ip address] [port] < [address of file containing the relay 'on' command.] That didn't work, however.
Alternatively, can I call a powershell script?