Frigate Card: Birdseye view works only using local url

Hi All,
I can’t make birdseye view working if i use my remote url (https://homeassistant.xxxxxx.duckdns.org/lovelace/home) but it works perfect if i use my lan IP (http://10.0.0.5:8123/lovelace/home)
this is the error (400 Bad Request)

HomeAssistant: core-2021.10.6
Frigate Integration: v2.1.0
Frigate Card: v1.2.1

Frigate: 0.9.2-25bb515

All applications are on docker. I use swag for manage remote access and certificate

this my card:

type: custom:frigate-card
frigate_camera_name: birdseye
live_provider: frigate-jsmpeg
view_default: live
dimensions: {}
controls: {}
menu_buttons:
  fullscreen: true
  live: false
  snapshots: false
  clips: false
  frigate: false
  frigate_ui: false
menu_mode: overlay-top
webrtc: {}

Thank You for your support

The issue was not related to Frigate or Home Assistant but it was due to an old SWAG configuration that was not working with Web Socket. Birdseye use just a websocket connection.

After updating and review all swag configuration the issue is solved.

1 Like