Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frigate addon #127

Open
bend94 opened this issue Jul 31, 2023 · 1 comment
Open

frigate addon #127

bend94 opened this issue Jul 31, 2023 · 1 comment

Comments

@bend94
Copy link

bend94 commented Jul 31, 2023

Hi
I used Frigate in homeassistant
i added two things ,
1/ one link on lovelace (working well):

- title: sec
    icon: mdi:cctv
    cards:
      - type: custom:frigate-card
        cameras:
          - camera_entity: camera.devant
            live_provider: ha
            camera_name: devant
          - camera_entity: camera.terrasse
            live_provider: ha
            camera_name: terrasse
          - camera_entity: camera.bureau
            live_provider: ha
            camera_name: bureau
          - camera_entity: camera.cuisine
            live_provider: ha
            camera_name: cuisine
          - camera_entity: camera.salon
            live_provider: ha
            camera_name: salon
          - camera_entity: camera.couloir
            live_provider: ha
            camera_name: couloir
          - camera_entity: camera.interphone
            live_provider: ha

    menu:
      buttons:
        image: false
        frigate: true
      button_size: 80px
      mode: above
    live:
      preload: true
      lazy_unload: true
      auto_unmute: true
      transition_effect: slide
      view:
        update_cycle_camera: true
        update_seconds: 20
        default: live
        camera_select: live
      controls:
        next_previous:
          size: 100px
        # style: chevron
        thumbnails:
          media: clips
          size: 80px
          mode: below
        title:
          mode: popup-top-right
          duration_seconds: 3
      lazy_load: true
    event_gallery:
      min_columns: 8
    event_viewer:
      auto_unmute: true
      controls:
        next_previous:
          style: thumbnails
          size: 90px
        thumbnails:
          size: 90px
          mode: below
        title:
          duration_seconds: 8
          mode: popup-top-right
    dimensions:
      aspect_ratio: "16:7"
      aspect_ratio_mode: static

2/ icon link in lovelace pointing to my camera:

 - title: Jardin
    panel: true
    icon: mdi:tree
    cards:
     - type: picture-elements
       image: "local/jardin.png"
       elements:
         - type: icon
           entity: camera.cuisine
           icon: mdi:cctv
           camera_view: live
           show_name: false
           style:
             color: black
             top: 80%
             left: 52%
             transform: 'scale(1.1,1.1)'

The issue with the 2nd solution, when i am not at home (not on the local network but connected with a reverse proxy)
when i click on the icon , the camera is not show or sometime time a while to see the camera
if i am on my local network, when i click on the icon , i can see very well the camera)

Do you know why ?

image

do i have to open 5000 port to reversep proxy ?

@bend94
Copy link
Author

bend94 commented Jul 31, 2023

no 5000 is not open yet.
Do i have to open it on my internet box ? and do something on the reverse proxy ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant