Hey this error means that at that time host (tapo camera) was unreachable. I am not sure what could be the cause tbh, probably something on network, hass, camera or in network itself.
Does the rtsp stream via official integration work at the time when this happens?
Hi guys !!
I’m new to Home assistant, and so far I’ve been able to add everything I wanted.
Now I’m waiting for a C200 to be delivered and I’m in the process of preparing the integration for when it is delivered.
I have one question though regarding this :
Well, little update, camera has been delivered and it works like a charm !!
Now I have a little question :
Would it be possible in a future version to have access to the “predefined” positions ? (the ones you save in the app when you want to quickly move the camera by just pressing one button).
Also, does any of you know how I could set an automation to send me notifications on motion detection ONLY if I’m not at home ?
I’ve been trying to do this for the most part of the afternoon, by detecting the presence of my phone at home, with no luck…
Oh I’m so sorry, I didn’t see I could click on tapo_control.ptz to have more details…
Many thanks for your great work.
PS: I am not able to trigger an automation with the motion sensor, HA has perfectly created the sensor and motion detection works with the tapo app (it sends me a notification but HA does not, so it must be something wrong in my automation). I am basically trying to send a notification to my phone when motion is detected. Would you have a YAML example for this kind of thing ?
Many thanks
EDIT: well after fiddling a little with HA, I’ve been able to do what I wanted to do, and even more ^^
Hello, thanks for the great component. I’ve added my C100 and everything was ok but i assigned a static IP to my cam and now i can’t update the original IP address. How can i update the IP of the already added cam?
This looks amazing!
I do not own a Tapo C200 yet but wanted to buy one once I have HA set up.
I hope I did not miss it in this thread, but I could not find any information whether your component allows motion tracking. I know the Tapo App does not/the camera does not do it ootb.
But is the component able to track motion?
Another thing I was wondering about was the delay mentioned. Does this mean that the image/video one sees is in fact not live? How bad is the delay? Because if you wanted to move the camera manually to follow the intruder, a noticable delay may be problematic.
Hey thanks for this integration, it works nicely Only issue is that using the stream component in HA I get a freaking big lag between lovelace and the camera feed.
Without it and using the ffmpeg component it works better however the lovelace card stops working after a while, it doesn’t show anything, just a little box like it doesn’t find any image.
This release adds an option for a user to choose to use stream component which when disabled, might provide a lot shorter playback delays for some users at a cost of higher CPU usage. Defaults to enabled.
There are advantages and disadvantages to both.
Enabled - Bigger delay, lower CPU usage, but player has an ability to stop, rewind etc. This is the default and recommended behaviour of Home Assistant if stream is enabled in configuration. More info: https://www.home-assistant.io/integrations/stream/
Disabled - A lot shorter delay, higher CPU usage, but no controls over playback.
There might be some disadvantages to doing this, like losing option to control playback and a higher CPU usage.
Results depend on your hardware and future Home Assistant updates.
If you disable stream and your hardware is not up to the task, you will get artifacts, bigger delay and freezes.
Try it out and see what works best for you.
If you encounter any issues worth mentioning in readme while not using a stream component for the camera, please report them via a new issue or a PR.
Breaking changes
None. Your settings will be automatically migrated properly and the behaviour of the camera stays the same.
I have switched off stream for all my cameras with 2.4 on my RPI 4 and the delay is significantly better, around a second. What is awesome is that in my picture-glance card I am still getting live view just like before.
Let’s see what (if any) disadvantages doing that brings.
I encourage everyone annoyed by the long delay doing that too and reporting issues / disadvantages / results here or via a new issue on github.
Edit: Switched back, having 3 cameras without stream killed my CPU and delay was back, along with freezes and artifacts. It was working fine for 1 camera.