0
command HTTP GET
Good morning, I have an NVR video recorder that can send HTTP GET commands. I would like to send commands to Comfortclick to turn on devices based on camera detection. the commands that NVR can send are of the type: http://ip address:port/saia-irc/alarm_send?open_door where open_door I added it However, I cannot connect it with Comforclick, via RPC Can anyone help me? A thousand thanks
Customer support service by UserEcho
Hello,
As far as I know, bOS RPC only accepts POST commands.So unless your NVR has the option / fields to create POST commands, with the following fields (URL, Method, Content Type, Body), I'm really not sure if you can actually send commands from the NVR to bOS.
Can you share the brand and model of the NVR, and a couple of printscreens of that specicif menu for GET commands?
Best regards
Maybe the basic driver as tcp server will work? If you place the correct port to it and regex the open_door response.
I think you need to set it as tcp server - and when you send the command from the NVR to your bOS's ip with the correct port you should see a raw data and encoded data in values tab. I tested it with Postman and seems to work for me.
Basic.bos
Test if this works for you. I added a program that turns the value back to false after 5 sec. The NVR wont get a 200 response from bOS tho.
Jürgen, works! really thank you very much!
Haven't thought of that... Jürgen is always on the edge :) Hope it works!
Btw, I was at Light+Building with the CC team, and I said to them "That guy Jürgen, he rocks on the forum, the guy is great". True story.
Best regards