Hi Everyone.
Firstly a big thank you to IP CamTalk for having such a rich and open platform, ... thanks you guys are amazing!
OK, in my last "FreeBee" post far below I hinted that I was working on a new wireless solution......................
Further below you will find my "FreeBee" post on integrating Arduino and Blue Iris, If you want to plug a Arduino in with a Serial cable, well that's good and fine but for some of you, you will rather want to integrate Blue Iris with limitless cross-functional IOT (Internet of things).
So.. I have started a new post called Blue IRIS and the IOT ( Internet of things), again donations are welcome to keep up the R&D and you are welcome to PM me on iot1@kldtechnologies.co.za with subject BI-IOT if you are interested in purchasing detailed document ($10 for +- 60 pages) practical real-world working code, professionally laid out PCB build, how to's for setting up Arduino UNO, Ethernet Shield, OpenHAB, MQTT and the wireless IOT chips the ESP8266-01 and ESP8266-12 (Firmware, locked loops, coding etc.)
For those of you who purchase the documentation will be able to download all code and reference material.
O.K, so let's get started.
We are NOT going to connect Blue Iris alerts via a serial cable to an Arduino anymore but we will still be using the following components.
for ..BLUE IRIS BITS:
Arduino UNO
W5100 series Ethernet Shield
for..IOT BITS:
OpenHAB
MQTT Mosquitto
Ubuntu Server
ESP8266-12
In this post I will cover the general concept of what we are doing and stop at the point after the Arduino with Ethernet Shield setups.
CONCEPT:
Blue Iris Camera Alerts are setup to send and alert email to a POP mail server with a specific subject (this is not your Arduino), you can setup these in you BI software on the fly.
The Arduino is powered on and connected to the network constantly checking for emails.
The Arduino has an attached Ethernet Shield Board and the Arduino is setup to retrieve the email and publish a message to a MQTT broker(the MQTT could be your own or something like thingspeak etc.).
The IOT bit....
The MQTT broker service in turn updates OpenHAB and controls the GPIO pins on the ESP8266-12.(7 switchable GPIO's per ESP-12, unlimited ESP-12's)
Basically if you can switch a GPIO/LED either ON/OFF or PULSE (ON then OFF) then you can integrate it into anything you like.
Conceptualization in a drawing:
So here is a demonstration of this in action using OpenHAB, however as Blue Iris emails are converted to MQTT messages the alerts from BLue IRIS will have the same effect as me switching on and off the LED's using OpenHAB as I did in the video.
Please note I have thoroughly tested the working EMAIL -> MQTT conversion.
Additionally any MQTT client or application be it Linux, Windows, or Mobile devices IOS, Android of WindowsMobile that has an app that can publish to a MQTT broker service will also be able to control your devices.... no absolute dependency on Openhab!!!
You can also run a small MQTT broker service on your Windows PC.
A lot of thought time and coding went into this project and I will gladly share all I have for a donation, I have displayed the technical abilities in my first "freebee" post so here is the link below and if you would like to get all my designs, builds and working code for all components please donate and PM me on iot1@kldtechnologies.co.za.
Additionally, I would ask that Blue Iris consider adding MQTT subscription capability to the software set which will further enhance its capability.
Ken, any thoughts or insights from your side?
Bye for now.
Here is a link to my older post or use this URL: http://www.ipcamtalk.com/showthread.php/4201-Arduino-amp-Blue-Iris-Integration
Firstly a big thank you to IP CamTalk for having such a rich and open platform, ... thanks you guys are amazing!
OK, in my last "FreeBee" post far below I hinted that I was working on a new wireless solution......................
Further below you will find my "FreeBee" post on integrating Arduino and Blue Iris, If you want to plug a Arduino in with a Serial cable, well that's good and fine but for some of you, you will rather want to integrate Blue Iris with limitless cross-functional IOT (Internet of things).
So.. I have started a new post called Blue IRIS and the IOT ( Internet of things), again donations are welcome to keep up the R&D and you are welcome to PM me on iot1@kldtechnologies.co.za with subject BI-IOT if you are interested in purchasing detailed document ($10 for +- 60 pages) practical real-world working code, professionally laid out PCB build, how to's for setting up Arduino UNO, Ethernet Shield, OpenHAB, MQTT and the wireless IOT chips the ESP8266-01 and ESP8266-12 (Firmware, locked loops, coding etc.)
For those of you who purchase the documentation will be able to download all code and reference material.
O.K, so let's get started.
We are NOT going to connect Blue Iris alerts via a serial cable to an Arduino anymore but we will still be using the following components.
for ..BLUE IRIS BITS:
Arduino UNO
W5100 series Ethernet Shield
for..IOT BITS:
OpenHAB
MQTT Mosquitto
Ubuntu Server
ESP8266-12
In this post I will cover the general concept of what we are doing and stop at the point after the Arduino with Ethernet Shield setups.
CONCEPT:
Blue Iris Camera Alerts are setup to send and alert email to a POP mail server with a specific subject (this is not your Arduino), you can setup these in you BI software on the fly.
The Arduino is powered on and connected to the network constantly checking for emails.
The Arduino has an attached Ethernet Shield Board and the Arduino is setup to retrieve the email and publish a message to a MQTT broker(the MQTT could be your own or something like thingspeak etc.).
The IOT bit....
The MQTT broker service in turn updates OpenHAB and controls the GPIO pins on the ESP8266-12.(7 switchable GPIO's per ESP-12, unlimited ESP-12's)
Basically if you can switch a GPIO/LED either ON/OFF or PULSE (ON then OFF) then you can integrate it into anything you like.
Conceptualization in a drawing:
So here is a demonstration of this in action using OpenHAB, however as Blue Iris emails are converted to MQTT messages the alerts from BLue IRIS will have the same effect as me switching on and off the LED's using OpenHAB as I did in the video.
Please note I have thoroughly tested the working EMAIL -> MQTT conversion.
Additionally any MQTT client or application be it Linux, Windows, or Mobile devices IOS, Android of WindowsMobile that has an app that can publish to a MQTT broker service will also be able to control your devices.... no absolute dependency on Openhab!!!
You can also run a small MQTT broker service on your Windows PC.
A lot of thought time and coding went into this project and I will gladly share all I have for a donation, I have displayed the technical abilities in my first "freebee" post so here is the link below and if you would like to get all my designs, builds and working code for all components please donate and PM me on iot1@kldtechnologies.co.za.
Additionally, I would ask that Blue Iris consider adding MQTT subscription capability to the software set which will further enhance its capability.
Ken, any thoughts or insights from your side?
Bye for now.
Here is a link to my older post or use this URL: http://www.ipcamtalk.com/showthread.php/4201-Arduino-amp-Blue-Iris-Integration
Attachments
Last edited by a moderator: