Recent content by RedP

  1. R

    Arduino and BI... again.

    I would start with the keypad, when you got that working next is implementing the request to blue iris. Blue iris has http requests:: (xxxx is your blue iris server) http://xxx.xx.xx.x:xx/admin?signal=x (try this) http://xxx.xx.xx.x:xx/admin?signal=x&user=admin&pw=password (maybe this)...
  2. R

    Trigger alert through HTTP

    I will be using RestSharp a C# library, do i need to retrieve a session key. I removed the option within the settings, and i can perform that command now. Swear i tried that on friday. Oh well works now, Thanks anyway
  3. R

    Trigger alert through HTTP

    I am using this command to try and trigger an alert http://10.0.0.111:81/admin?camera=Cam1&trigger&user=admin&pw=password returns Authorization required But that is the correct username and password according to the desktop app, re entered it and changed it. any advice
  4. R

    Json Interface

    Its fine had to add in camera:cameraName, i leave post up in case someone else needs it maybe
  5. R

    Json Interface

    Wondering if anyone had any advice, i am trying to get the Json interface to work based on this documentation: JSON interface I can login, but know other commands seem to be working based on what i have written. Post cmd:login return session Post cmd:login, Session:session...
Top