HI there.
Im have sucess with almost all of my cameras/smartdoorbell , this is the only exception.
I could even find an API, or any way to acess without the botslab app.
I see that IFTTT have a partial integration, but I couldnt find how its operate (ou the link to an API), but I could see that the hardware is shared with a lots of other cheaps indoor camera. SoC Ingenic T21N, the brand name its “Konnek Stein Surveillance Camera 1080p HD Indoor” and “Cube F23” (but I also couldnt find any other refereces).
I have tried others apps from others cameras that I guess it was kind of similar, to them find a way to work the way to it via web or api, … no sucess whatsoever.
I also tried to scan the connnections from and to this camera via wireshark, but only when I was acessing it via app on my cellphone, I could see a IP connectin to the camera in very high ports, thats became closed imediatly after I close the app.
IF anywaone have any information or hint I will be glad to assist (or try my way trought it) and of course, if I could find the way I intent to publish it here (or in githut to install via HACs or something).
Thanks in advance any kind of information about this camera.
Hi, do you can integrate botslab camera in home assistant ?
thanks you
Hi, this is my first post here, so sorry for all mistakes. I have two BotsLab 4MP WiFi outside security cameras that work great with the supplied Android phone app. Is there any way I can display the cameras on a HA dashboard?
Botslab cams can’t integrate in ha at the moment. They lack to have protocol like rtsp.
I don’t have this camera, but i have c201. Check in Botslab application camera settings, does it have ONVIF? If yes, you can set onvif password, enable it and enable onvif integration in HA. This integration will ask camera ip (make it static on your router), login - admin, password - what you set in app.
How To:
- Open Botslab app
- Near image from your camera select Settings
- Scroll down to Other Settings
- Enable Onvif mode, enable Onvif authentication and set Onvif password
- Go to HA website with onvif info and enable this integration in your HA
- After integration enable unselect checkbox with auto search, it allow you to set params manually
- set params
- Name
- Camera IP
- ONVIF port on camera (in most cases in botslab cameras - 8899, if 8899 not work your should scan opened ports by nmap. Scan before enabling onvif, and scan after enabling - it will get you 1 new port that used by onvif on camera)
- ONVIF login - always admin
- ONVIF password - password that you set in app
- Profit
By the way, if you enable onvif you can get rtsp stream directly:
rtsp://admin:<onvif_password>@<camera_ip>:554/live/0
rtsp://admin:<onvif_password>@<camera_ip>:554/live/1
I use onvif integration in HA and direct rtsp link on my notebook in VLC player
Thanks for the info Escarchado, Works a treat.