Hi PPL!
I’m working in a custom implementation of a “live video doorbell”.
My approach is from outside of the HA ecosystem, and would be great to fully integrate to it.
I have a Tp-link TAPO C310, an old Sansung Galaxy TAB 3, and a TV with a Xiomi MiTV hdmi plug.
Thanks to this integration the C310 works with HA. But any ONVIF cam that exposes motion detection sensor can work with this.
Thanks to this app, my old galaxy tab with android 4.4 revive from the obsolete hardware shelf and can be turned into a full arm linux host. It is running ubuntu 20.04 with a decent performance.
HA runs inside it in the CORE flavor (no docker in this deploy).
Thanks to this app, my androidTV can recieve notifications on a PIP while i’m using it in any other task (like watching TV).
The working flow is simple:
HA detects motion on the cam, and trigger a bash script that sends the camera live view to the PIP on the TV.
This is the way i found to make it work. But, for sure, can be done in a better way. So, if anyone is interested in this project, please comment here, so, we can look for a better approach.
And, of course, a big thanks to the ones who develop the components in use in this deploy.
Greets!