Announcement

Collapse
No announcement yet.

BlueIris Integration

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    BlueIris Integration

    Hi All

    I just bought BlueIris and would like to integrate with HS. My alarm system is integrated so that when armed/disarmed, it adjusts the HVAC. I'd like to be able to enable/disable motion sensing based on alarm conditions:
    • Whenever alarm is armed away or nigh, enable motion sensing
    • Whenever disarmed by me or my wife, disable motion sensing
    • Whenever disarmed by anyone else, do not disable motion sensing
    The alarm conditions are the easy bit. What I need to research (this is step 1), is how to send a message to BlueIris to enable/disable motion sensing.

    I was wondering of anyone has done this with a script or maybe the serial/IP plug-in or if anyone could point me in right direction. The JSON interface seems to support motion enable/disable, but I know nothing about JSON. Form what I've read is just an HTTP Post, so is probably not that hard.

    I think it would be a very cool solution and of interest other users, and would save me trawling through hours of irrelevant recording of my ugly mug, as I move around the house (assuming motion sensing was on 24/7).

    Regards

    Mark
    ________________________

    Dell Zino HD - HSPRo 2.x
    HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
    2 x Brultech ECM1240 with UltraECM
    USB UIRT
    Cooper Aspire Z-Wave Switches
    WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
    HM ST812-2 Flood Sensor
    HSM100 - Motion Detector with Light and Temperature
    2GIG Thermostat
    BLDSC - Alarm Plug-in
    BLUPS
    UltraLog (SQL2008)
    Jon00 Plugins
    Host XR3 BT and Jon00 BT Proximity
    Global Cache IP2IR
    Foscam FI8918W

    #2
    Check out UltraNetCam...it's worked well for me so far... but I'd be interested in BlueIris integration as well.
    My home is smarter than your honor roll student.

    Comment


      #3
      Originally posted by jfryhling View Post
      Check out UltraNetCam...it's worked well for me so far... but I'd be interested in BlueIris integration as well.
      I was thinking about it, but really want the NVR features and iOS apps in BlueIris
      ________________________

      Dell Zino HD - HSPRo 2.x
      HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
      2 x Brultech ECM1240 with UltraECM
      USB UIRT
      Cooper Aspire Z-Wave Switches
      WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
      HM ST812-2 Flood Sensor
      HSM100 - Motion Detector with Light and Temperature
      2GIG Thermostat
      BLDSC - Alarm Plug-in
      BLUPS
      UltraLog (SQL2008)
      Jon00 Plugins
      Host XR3 BT and Jon00 BT Proximity
      Global Cache IP2IR
      Foscam FI8918W

      Comment


        #4
        Blue Iris has a bunch Json commands that can be used.

        I have some scenes set up to use htm commands to switch the traffic light from red to green for example. In the example below, 0 is red, 1 is green, 2 is yellow.

        http://192.168.1.XXX:XXXX/admin?signal=0

        Right now the events are set up to set the text property of an element on my touchscreen. The element is set to not visible. The events are trigger by my lock status.

        This is probably not the best way to do it but it does work. I'm still experimenting with it and how else I can set it up.
        HS4Pro Win10 | Fire Tablet touchscreen client, Android Phones and Tablets | Jon00 | Smartthings | Philips Hue | Trane | Caseta | Nanoleaf | Ring | August | Evolve | Aladdin | Amazon Alexa/IFTT

        Comment


          #5
          I've not tried this VB.net script, but check out this thread on the Blue Iris fourm

          http://cam-it.org/index.php?topic=31...17702#msg17702

          There may be more info at cam-it too.
          Barry

          Comment


            #6
            I've virtual devices in HS that indicates the motion detection in Blueiris.
            Blue Iris run a vbs script for that to trigger the virtual devices in HS. Also I control BI via HS to control the cams at specific conditions, like when HS becomes into Alarm modus, alle cams will be recorded continue, until someone entered the correct alarmcode.
            I thought somewere at this forum are scripts for that. If not I can provide you one of mine, it works like a charm.
            I use also the tool "bicommand" (google that, it's free) that can control commands in BI.

            Comment


              #7
              Originally posted by lhfarm View Post
              I've not tried this VB.net script, but check out this thread on the Blue Iris fourm

              http://cam-it.org/index.php?topic=31...17702#msg17702

              There may be more info at cam-it too.
              Barry

              Thanks Barry

              I saw that, but couldn't figure out how to invoke it with VbScript. Could do it easily in a .net app. Got side tracked learning more about JSON and web services. Will hopefully revisit soon
              ________________________

              Dell Zino HD - HSPRo 2.x
              HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
              2 x Brultech ECM1240 with UltraECM
              USB UIRT
              Cooper Aspire Z-Wave Switches
              WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
              HM ST812-2 Flood Sensor
              HSM100 - Motion Detector with Light and Temperature
              2GIG Thermostat
              BLDSC - Alarm Plug-in
              BLUPS
              UltraLog (SQL2008)
              Jon00 Plugins
              Host XR3 BT and Jon00 BT Proximity
              Global Cache IP2IR
              Foscam FI8918W

              Comment


                #8
                Originally posted by Mario23 View Post
                Blue Iris has a bunch Json commands that can be used.

                I have some scenes set up to use htm commands to switch the traffic light from red to green for example. In the example below, 0 is red, 1 is green, 2 is yellow.

                http://192.168.1.XXX:XXXX/admin?signal=0

                Right now the events are set up to set the text property of an element on my touchscreen. The element is set to not visible. The events are trigger by my lock status.

                This is probably not the best way to do it but it does work. I'm still experimenting with it and how else I can set it up.
                Thanks Mario

                Will have a play and see if I can get it to work
                ________________________

                Dell Zino HD - HSPRo 2.x
                HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
                2 x Brultech ECM1240 with UltraECM
                USB UIRT
                Cooper Aspire Z-Wave Switches
                WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
                HM ST812-2 Flood Sensor
                HSM100 - Motion Detector with Light and Temperature
                2GIG Thermostat
                BLDSC - Alarm Plug-in
                BLUPS
                UltraLog (SQL2008)
                Jon00 Plugins
                Host XR3 BT and Jon00 BT Proximity
                Global Cache IP2IR
                Foscam FI8918W

                Comment


                  #9
                  Hi, count me in too. I also want an integration and feedback from BlueIris in to HS. (If a cam is on/off, status, alarm) JSON can send information to HS
                  See this manual and section for JSON:http://www.zombiesmustdie.com/Blue-I...30-2013.v3.pdf

                  Comment


                    #10
                    Hi! Found som sort of scripting and third party plugins who will work (if you have BlueIris on same machine or use stipus script connector) but no feedback. Check out bicommands: http://www.cam-it.org/index.php?topic=2687.0

                    Example of script in HS:
                    Code:
                    ' the camera is inactive (no recording or alerts at all)
                    '
                    sub main()
                    hs.Launch "C:\Program\Bicommand\bicommand.exe","profile=1 Cam1"	
                    end sub

                    Comment


                      #11
                      Originally posted by lunkan View Post
                      Hi! Found som sort of scripting and third party plugins who will work (if you have BlueIris on same machine or use stipus script connector) but no feedback. Check out bicommands: http://www.cam-it.org/index.php?topic=2687.0

                      Example of script in HS:
                      Code:
                      ' the camera is inactive (no recording or alerts at all)
                      '
                      sub main()
                      hs.Launch "C:\Program\Bicommand\bicommand.exe","profile=1 Cam1"    
                      end sub
                      Thanks. My come in handy

                      Does this assume BlueIRis and HS are on same box?

                      Can't believe the JSON is that hard and could easily do it from a ,Net APP (C# or vb.net), Just having a mental block on how to do it from a script.
                      ________________________

                      Dell Zino HD - HSPRo 2.x
                      HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
                      2 x Brultech ECM1240 with UltraECM
                      USB UIRT
                      Cooper Aspire Z-Wave Switches
                      WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
                      HM ST812-2 Flood Sensor
                      HSM100 - Motion Detector with Light and Temperature
                      2GIG Thermostat
                      BLDSC - Alarm Plug-in
                      BLUPS
                      UltraLog (SQL2008)
                      Jon00 Plugins
                      Host XR3 BT and Jon00 BT Proximity
                      Global Cache IP2IR
                      Foscam FI8918W

                      Comment


                        #12
                        Yes, HS and BlueIris on same box or use Stipus SriptConnector if you have BI on another box. http://board.homeseer.com/showthread.php?t=137116

                        Comment


                          #13
                          I was looking for a way to start Blue Iris recording a camera from HS.

                          Found this on the cam-it.org forum. JSON control from Windows command line. Includes .net source.

                          http://www.cam-it.org/index.php?acti...downfile&id=34

                          Comment


                            #14
                            Anyone interested in a BlueIris plugin? Show the status of your server and cameras and control server and camera settings directly from HS events?

                            This would be a HS3 plugin.


                            Sent from my iPad using Tapatalk HD
                            Author of Highpeak Plugins | SMS-Gateway Plugin | Blue Iris Plugin | Paradox (Beta) Plugin | Modbus Plugin | Yamaha Plugin

                            Comment


                              #15
                              I am interested in a BlueIris plugin for HS3.
                              Building my HS3 system at the moment and love to integrate BlueIris.

                              Comment

                              Working...
                              X