Hello
I need you help.
I have a new ring video door bell and I am using Tleboad since 3 years.
It’s make 3 day that I am trying to add a windows pop up with the video of my doorbell when the visitor push on bell buton!
I have try with TYPES.DOOR_ENTRY (according doc):
{
title: 'Door Ring Camera',
bg: 'images/bg1.jpg',
icon: 'mdi-bell-ring-outline', // home icon
groups: [
{
title: '',
width: 1,
height: 1,
items: [
{
position: [0, 0],
type: TYPES.DOOR_ENTRY,
id: 'camera.hikentree_mainstream',
icon: 'mdi-phone',
title: 'Door entry',
width: 0.5,
height: 0.5,
state: false,
layout: {
camera: {
type: TYPES.CAMERA_THUMBNAIL,
objFit: 'contain', // https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
id: 'camera.hikentree_mainstream',
refresh: 1500,
bgSize: 'auto',
width: 0.5,
height: 0.5,
},`
But with this I have a button on screan with open a popup ! Fine but the video show me just a small part of my picture!
After I see this information :
var doorentry = {
position: [0, 3],
type: TYPES.DOOR_ENTRY,
id: {},
icon: 'mdi-phone',
title: 'Door entry',
state: false
...
};
It’s not clear for me
Can you help me?
If some body push on ring bell buton (ID xx in Ha) I want to see a popup windows on my tablet with the video of my camera (Onvif video). The popup have to disapear (close) automatically after 45s.
Thank you in advance for your help
have a nice day
sebatione