RTSP Cameras in Home Assistant!!

  Рет қаралды 46,539

BurnsHA

BurnsHA

Күн бұрын

If you like what you see..... buy me a coffee!
www.buymeacoffee.com/c1THy8VNA
Visit my Teespring store front as well.....
teespring.com/stores/burns-ho...
If you are looking for VPN service check this out...
www.ipvanish.com/?a_bid=48f95...
Join Robinhood with my link and we'll both get a free stock join.robinhood.com/adrianb-25...
This video a tutorial on how to setup rtsp cameras in Home Assistant.
Here are a few links to get you started....
github.com/burnshomeautomatio...
www.home-assistant.io/integra...
www.ispyconnect.com/sources.aspx
(0:00) Intro
(1:31) Let's start by going over some prerequisites.
(3:19) Now we are ready to setup the cameras in Home Assistant.
sudo vi cameras.yaml
- platform: generic
name: Front Door
still_image_url: '10.10.10.9/ISAPI/Streaming/channels/101/picture'
username: camerauser
password: camerapass
stream_source: 'rtsp://camerauser:camerapass@10.10.10.9:8554/Streaming/Channels/101'
Once all that is in there, jump over to the web interface where you can check the configuration to make sure there is no errors and then reload the generic ip camera entities.
(5:40) Lastly follow along with the video to see it in action!!
If you like the video, please subscribe to my channel. If you have any questions or comments, hit me up in the comments below. As always, if there are any videos out there you would like to see that I don't already have out there, let me know in the comments as well and I will see what I can do.

Пікірлер: 38
@rudyhenderson5002
@rudyhenderson5002 2 жыл бұрын
All of a sudden he is editing the "camera.yaml" file. Huh? Does one create this file? Where in HA? Sort of lost me here.
@Gaatech
@Gaatech 3 жыл бұрын
Nice to see you have escaped from your car. Good video
@BurnsHA
@BurnsHA 3 жыл бұрын
LOL, thanks for the comment!
@sledgeHammerRulez
@sledgeHammerRulez Жыл бұрын
btw ispy is great sw and makes it possible to send mqtt messages when detecting motion ...
@gretske
@gretske 3 жыл бұрын
I am missing something. After you configured everything and reloaded the generic camera integration, how did you get the video stream into Lovelace? I did what you said, but the stream did not magically appear. What Lovelace UI card did you use to get the stream to display?
@BurnsHA
@BurnsHA 3 жыл бұрын
I am using the picture glances card, but you can see when you go to add cards in lovelace, there are several different choices.
@n2ocharged
@n2ocharged 2 жыл бұрын
Gene, I'm with you, this doesn't make sense to me... as someone who is pretty tech savvy but knows nothing about HA, following this "tutorial" only made me more confused... I understand what he's trying to say but he's using 3 different secrets but never explains WHERE to use them. I know below he said to use the Picture glance card, but it's asking me for the image path, yet in his video he's showing a "!Secret camera_" and never shows how to set up the card.
@thedeadbuzzard
@thedeadbuzzard 3 жыл бұрын
kinda unrelated to the video do you have a video or post that you show what's set up on your different dashboards? Also, are you running this on a raspberry pi or something else ? I was looking at the sidebar integration
@BurnsHA
@BurnsHA 3 жыл бұрын
so I run my home assistant setup currently just on a ubuntu server running docker. I don't know that I have anything that shows exactly that, but you are just wanting to know about the config that I have setup for the sidebar?
@thedeadbuzzard
@thedeadbuzzard 3 жыл бұрын
Tips for getting the other processes on the sidebar was what I was asking
@lucamarcio4110
@lucamarcio4110 3 жыл бұрын
Hi and thanks for your videos! What indoor/outdoor camera do you recommend for a reasonable budget, please? Thanks!
@BurnsHA
@BurnsHA 3 жыл бұрын
some of that depends, what is your end goal? Are you just wanting cameras that you will be able to drop into Home Assistant?
@lucamarcio4110
@lucamarcio4110 3 жыл бұрын
@@BurnsHA for the outdoor monitoring I need something reliable, Ethernet connected, 20 meters night vision (at least) and obviously fully integrated into HA. For the indoor something simple (maybe PTZ), 1080p, Ethernet and fully integrated into HA. Somebody recommended Imou since they are ONVIF...your recommendation, please? Thanks.
@lucamarcio4110
@lucamarcio4110 3 жыл бұрын
@BurnsHA Can you help me further on this topic, please? Thank you!
@TheRwdawg2
@TheRwdawg2 3 жыл бұрын
As far as resources go; is it better to use RTSP or Onvif?
@BurnsHA
@BurnsHA 3 жыл бұрын
I think its more preference. the onvif platform requires ffmpeg if im not mistaken. It just depends on if you want to use it or not. I haven't really played with the onvif component in home assistant, so not really sure.
@line2bassman80
@line2bassman80 3 жыл бұрын
Nice but missing some vital information for the likes of us that are still trying to get to grips with the basics. Firstly, I don't have "reload camera entities" in the server controls. So do we need something added in or integrated first? Then, I didn't have a cameras.yaml so created it and put in some lines like yours. Does that go in the config folder? Ok, so I restarted the whole server and I don't see any new devices or entities. You didn't show what card you added to the dashboard or the entity configuration for it. Please show the whole procedure on videos. Many thanks.
@line2bassman80
@line2bassman80 3 жыл бұрын
Ok, for us noobies, I figured out that the configuration.yaml needs to have a line in it to include in the cameras.yaml like this: camera: !include cameras.yaml Then reboot HA server and you will see that the Server Controls tab of Configuration now has a "Reload generic IP camera entities" button added.
@compspud
@compspud 3 жыл бұрын
@@line2bassman80 Cheers for that. Im also trying to get to grips with HA. Hit me up with a DM and we can work together?
@rebe7800
@rebe7800 Жыл бұрын
Maybe zoom in on your screen will help!!
@TheDarmach
@TheDarmach 2 жыл бұрын
Can you add generic camera to an area? I'd like to use it as area image
@BurnsHA
@BurnsHA 2 жыл бұрын
Are you talking about an area defined in Home Assistant?
@xandravialex3213
@xandravialex3213 2 жыл бұрын
so, there is somehow showing a "reload generic ip camera entities"... only if you open new file cameras.yaml?
@BurnsHA
@BurnsHA 2 жыл бұрын
not sure I follow you, what does your config look like?
@MrBrettStar
@MrBrettStar 2 жыл бұрын
Where is has username and password do we just enter the details directly?
@BurnsHA
@BurnsHA 2 жыл бұрын
you can enter it directly, or you can add it to your secrets.yaml file and reference them that way if you want.
@dempsey3
@dempsey3 3 жыл бұрын
yaml ?????? you skipped a ton of stuff , what is yaml and where is it ,
@BurnsHA
@BurnsHA 3 жыл бұрын
yaml is where most of your files are stored for your configuration of home assistant. But you can do alot of it from the web interface of home assistant. Are you running hassio? If so, you can edit the files from the gui by adding the File Editor add-on.
@bjornalinder5699
@bjornalinder5699 2 жыл бұрын
Yep! A lot of steps skipped in this one…
@MrBrettStar
@MrBrettStar 2 жыл бұрын
Is it a new file that you created or did you edit existing file?
@franktechniek
@franktechniek Жыл бұрын
@@BurnsHA His name is John, not hassio. Why do you need to be running to edit files..
@markstewart7559
@markstewart7559 Жыл бұрын
Also missed how you add the camera to the dashboard 🤷‍♂️
@Jay-hr9ci
@Jay-hr9ci 2 жыл бұрын
Where is the cameras.yaml file?
@BurnsHA
@BurnsHA 2 жыл бұрын
you can break out your configuration.yaml file into multiple files..... give this a shot! www.home-assistant.io/docs/configuration/splitting_configuration/
@tinkerer67
@tinkerer67 Жыл бұрын
Incomplete. You skipped the most important parts.
@gloveandmitten
@gloveandmitten 2 жыл бұрын
This is missing far too much information to be a useful video. If you are new to HA just go look for another tutorial this will just confuse you more.
@BurnsHA
@BurnsHA 2 жыл бұрын
sorry to hear that, is there something in particular i can help you with?
5 Minutes Home Assistant RTSP Cameras Feed Installation
8:43
Smart Home Australia
Рет қаралды 2,2 М.
Meet Scrypted - Stream ANY Camera to ANY Home Hub
8:47
Techno Tim
Рет қаралды 340 М.
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 21 МЛН
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 55 МЛН
LOVE LETTER - POPPY PLAYTIME CHAPTER 3 | GH'S ANIMATION
00:15
Improve your UI in Home Assistant with 4 HACS components
13:44
BeardedTinker
Рет қаралды 49 М.
Boost your Security Camera Video in Home Assistant using WebRTC
6:52
Smart Home Junkie
Рет қаралды 91 М.
3 SIMPLE DIY CAMERAS (HOME ASSISTANT)
21:40
Mark Watt Tech
Рет қаралды 37 М.
AUTOMATIC People & pet detection - Reolink RLC-811A in Home Assistant
19:23
5 Home Assistant Beginner MISTAKES to Avoid!
8:05
Everything Smart Home
Рет қаралды 250 М.
Home Assistant shows me who is ringing at the Door
15:00
KPeyanski
Рет қаралды 17 М.
I've been defeated... - "Smart" lighting in my new house
31:20
Linus Tech Tips
Рет қаралды 3 МЛН
Mom's Regret (Animation Meme) #shorts #funny #animation
0:11
vroplanet
Рет қаралды 7 МЛН
Harley Quinn's Conspiracy。#gojosatoru  #shorts
0:32
gojosatoru
Рет қаралды 7 МЛН
Fortunately I reacted quickly and ran out in time
0:11
昕昕
Рет қаралды 6 МЛН