arden
(arden)
May 22, 2019, 7:22pm
#1
Hi There
Starting to build up my smart home building it around esp8266 and mysensors
I have 2 esp32 cams which are streaming over ip
I’m at a loss how to integrate these into openhab if anyone has managed it please point me in the right direction
thanks
Arden
rossko57
(Rossko57)
May 22, 2019, 10:24pm
#2
I suppose this might be relevant
This binding is now available to download in JAR format (link is in this post). If this binding works for you then please post what brand and model you have so I can start compiling a compatibility list and it is always nice to hear from people with no issues
IMPORTANT NOTE
If you purchase a camera with no API support you will not get any motion, alarm or any of the other advanced features that are in the binding. See below for more detail on what each brand of camera has workin…
matt1
(Skinah)
May 23, 2019, 3:11am
#3
what format can these cameras do and can they stream in two different formats at the same time? Any known limitations?
arden
(arden)
May 23, 2019, 8:26am
#4
rossko57
(Rossko57)
May 23, 2019, 10:32am
#5
Okay, so you’ll need to find out what software you chose to install and what formats that can stream in.
1 Like
arden
(arden)
May 24, 2019, 8:48am
#6
I’ve tried the plugin saying it’s online but not seeing an image will keep digging
dakipro
(dalibor)
May 24, 2019, 12:19pm
#7
have you tried the url that is explained on that url?
https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/
somehwere on the page it says " integrate video streaming in your home automation platform (like Node-RED or Home Assistant) "
As far as I can see you just use the IP, but I honestly didn’t read the links, so perhaps something more needs to be configured.
I have one of these somewhere in the drawer, haven’t got the time to set open it yet
matt1
(Skinah)
July 1, 2019, 12:54pm
#8
I have one working now and this should work if you use the default demo sketch or any of the firmwares based off it…
If it helps, I have mine running in Openhab (snapshots every second working great and animated gif only at this stage) with the following setup. Getting too late to play with the streams but the following is possibly correct once the streams are turned on which I have not worked out just yet in the 2 hours I have had to spare since the camera arrived…
camera.things
Thing ipcamera:HTTPONLY:TTGoCamera "TTGo Camera" @ "Cameras"
[
IPADDRESS="192.168.1.181", POLL_CAMERA_MS=1000, SERVER_PORT=54321,…