LuizLobao
(Luiz LobĂŁo)
April 27, 2019, 1:55am
1
This post is toward the Brazilian members of this community.
I finally added my Intelbras Mibo IC3 camera to Home Assistant.
I used the ffmpeg platform.
camera:
- platform: ffmpeg
input: rtsp://admin:[email protected] /live/mpeg4
name: office_cam
The password (AAAAAA) is located under the camera, next to the QRCode.
After testing the config and restarting, I added the PICTURE ENTITY card:
entity: camera.office_cam
type: picture-entity
I help this will help others in the future.
7 Likes
danilodoc
(Danilo Costa)
January 28, 2020, 10:40pm
3
Hi, I’m from Brasil too and I have the same camera but can’t connect with hassio running in Raspberry Pi 4 B, I did the same configuration and the access return this error:
2020-01-28 19:31:22 WARNING (MainThread) [homeassistant.components.upnp] Wanted UPnP/IGD device with UDN “uuid:881d3113-479c-4540-b0d1-477224128d8e” not found, aborting
Can you help me?
Thanks a lot
Send your code…
Can you see this camera on the mibo app?
1 Like
ledufe
(Ledufe)
January 30, 2020, 2:55pm
5
well i have the same camera and here works with this:
on the configuration.yaml i have this:
#----intelbras-mibo-ic3
stream:
camera:
- platform: generic
name: CameraDaSala-intelbras-mibo-ic3-onvif-snapshot-&rtsp-stream
still_image_url: "http://USERNAME:[email protected] /onvif/snapshot"
stream_source: "rtsp://USERNAME:[email protected] /live/mpeg4"
and in the lovelace card i got this:
aspect_ratio: 0%
camera_image: camera.cameradasala_intelbras_mibo_ic3_onvif_snapshot_rtsp_stream
entities:
- entity: camera.cameradasala_intelbras_mibo_ic3_onvif_snapshot_rtsp_stream
entity: camera.cameradasala2
hold_action:
action: none
image: 'http://USERNAME:[email protected] /onvif/snapshot'
tap_action:
action: more-info
title: Camera da Sala
type: picture-glance
i hope it helps
2 Likes
danilodoc
(Danilo Costa)
January 30, 2020, 7:28pm
6
For some reason the log said that hassio failed in connect with the camera, but when I used the image widget, tadaaa the camera entities was there and working,
Just a tip for those who want to find the camera IP over the wifi.
For Mac: brew install arp-scan
sudo arp-scan -l
For Linux use your package manager
Did you solve your problem?
Just a tip: I tried several configurations for these cameras.
The best one was (in my case):
configuration.yaml
ffmpeg:
camera:
- platform: ffmpeg
input: rtsp://admin:[email protected] /live/h264
name: cam01
lovelace.yaml
- title: Cameras
panel: false
icon: mdi:cctv
cards:
- type: picture-glance
title: Cozinha
camera_image: camera.cam04
entities:
- switch.varanda
I will give a try on a hikvision wifi camera. Looks like intelbras but have the alarm integration with HA.
gregolin
(Gregolin)
June 16, 2021, 2:44pm
8
Olá pessoal…
Revivendo esse post, consegui apenas pela porta 554, e ainda assim com frames apenas, nada de vĂdeo fluĂdo. AlguĂ©m saberia me dizer se houve alteração na iM3?
A URL ficou assim:
input: rtsp://admin:PASSWORD@IP:554/cam/realmonitor?channel=1&subtype=0
Obrigado.
1 Like
k41n
(gspoli)
July 19, 2022, 1:10am
9
Minhas duas cameras funcioando (ic3 e im3)
Configuracao das cameras ic3 im3
camera:
- platform: generic
name: CameraDaSala-intelbras-mibo-ic3-onvif-snapshot-&rtsp-stream
still_image_url: "http://admin:[email protected] /onvif/snapshot"
stream_source: "rtsp://admin:[email protected] /live/mpeg4"
- platform: ffmpeg
name: CameraCozinha
input: "rtsp://admin:[email protected] :554/cam/realmonitor?channel=1&subtype=0"
1 Like
Alguém conhece alguma forma de adicionar uma camera intelbras no home assistant que não está na rede loca?