New Frigate Lovelace card for Home Assistant #1590
Replies: 40 comments 62 replies
-
Assuming clips on this will also not work with the beta? |
Beta Was this translation helpful? Give feedback.
-
Very exciting! I'm loving the beta so far so to have it be fully integrated
again will be a blessing (:
…On Sun, Aug 22, 2021, 22:50 Dermot Duffy ***@***.***> wrote:
Correct. They'll all be updated in sync, i.e. once there's a pre-release
of the integration for 0.9.0 beta, there'll be a pre-release of the card
that does likewise. ETA: next few days.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1590 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGNPLPTWI3ZDP52URLGN4M3T6HAQTANCNFSM5CTIYO3A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
-
What a NICE and easy card! Nice work!! |
Beta Was this translation helpful? Give feedback.
-
I have frigate installed through home assistant. When attempting to use the card, i add the camera, but i think the frigate_url may not be correct, i get the below when trying to access frigate functions iv tried these but i keep getting the below image, can anyone offer an example of the frigate_url i should be entering |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi ! Thanks for the great work on this card ! Almost everything is working on my setup except viewing clips. I can see the clips thumbnails but as I click on one, I get the following error: In the Firefox console I see:
frigate: 0.9.0-rc2-amd64 (0.9.0-46fe06e) Thanks ! |
Beta Was this translation helpful? Give feedback.
-
Hello all, There's a new pre-release of the Frigate Lovelace card version v1.0.0 that I'd love some help testing. This has significant changes in how event metadata and content is fetched, such that direct card->Frigate communication is no longer required. This should help resolve the issues some addon users / Nabu Casa users had. The card will now work with Frigate 0.9.0, and a host of other smaller features (see below). How to test a pre-release:
Bugs and feature requests very welcome! Changes💥 Breaking Changes
🚀 Features
🐛 Fixes
🐎 Performance
📚 Documentation
💄 Style
📦 Dependencies
|
Beta Was this translation helpful? Give feedback.
-
I installed that version (v1.0.0) and it indeed fixed the one issue I had of not seeing the clip nor snapshot galleries when going through Nabu Casa. THANK YOU! The snapshots work perfectly however when I select a clip from the gallery, it does not play. I can see the little navigation circles for previous and next, but the clip itself does not play. The play arrow is greyed out and the time is 0:00. When I connect through my local address (e.g. homeassistant.local:8123) I get the same behavior. Previously it would work via the local address but not via my iOS UI or the Nabu Casa address. Happy to help troubleshoot. |
Beta Was this translation helpful? Give feedback.
-
Installed 1.0 and it looks great! I'm able to hide unwanted menu items and most importantly I'm able to play Frigate .90 clips. Clips play fine on my Fire tablets which are my main devices but in Windows browsers (Chrome/Edge) on mouseover they get a scrollbar and playback "shimmers" like 2 misaligned projectors playing the same movie. Focusing mouse on another part of the page generally restores correct playback. This goes for both Frigate .90 clips and previous ones. The prior version of this card played pre-.90 Frigate clips just fine on Windows browsers. While I like the next/previous buttons on clip playback, an option to turn them off would be nice as well. |
Beta Was this translation helpful? Give feedback.
-
New pre-release v1.0.1 . How to test a pre-release:
Bugs and feature requests very welcome! Changes🚀 Features
🐛 Fixes
🔨 Refactoring
📦 Dependencies
|
Beta Was this translation helpful? Give feedback.
-
This is my current config for the card.
```
icon: mdi:camera
path: test
cards:
- type: 'custom:frigate-card'
camera_entity: camera.frigate_porch
frigate_url: http://192.168.1.119:5000
view_default: live
menu_mode: overlay_bottom
menu_buttons:
live: false
live_provider: webrtc
webrtc:
entity: camera.porch
entities:
- entity: switch.frigate_porch_snapshots
- entity: switch.frigate_porch_clips
```
I checked and I am running the latest version 1.0.1. I installed it via HACS as described in this thread. I still have not converted over to using the visual editor in lovelace, been doing yaml in HA for a couple years. But this is kind of crazy. The menu_mode: overlay_bottom shown above causes an error in Lovelace (works OK if I simply say overlay) and the Live view menu is still displayed even though I have live: false. I think based on the above config I should also see the two entity switches? These also do not display as well as not having navigation arrows. Any help or suggestions would be deeply appreciated.
|
Beta Was this translation helpful? Give feedback.
-
Hi Dermot I understand what you mean. It does appear from testing the menu_mode options that I am running the old version, however I have uninstalled and then reinstalled V1.0.1 twice just to be sure. I see in your release notes for V 1.0 under Breaking Changes that menu mode 'hidden' was renamed to 'hidden-top'. So with the new version, 'hidden' should cause an error. However, on my installation, hidden works, but hidden-top generates an error. All very confusing. I am correct in assuming that the only thing HACS installs are the files frigate-hass-card.js and frigate-hass-card.js.gz? |
Beta Was this translation helpful? Give feedback.
-
Dermot, After getting this up and running correctly I have to commend you on a fantastic implementation. Going through your docs brought my attention to the WebRTC project which I had not previously seen. Bringing Frigate and WebRTC together has made it possible to create the "perfect" user interface for my cameras. Thank you so much! I really like being able to add the frigate sensors to the lovelace card, making it possible to enable and disable motion detection from the camera display itself. I don't know if this is possible, but is there a chance that you could add another option per entity that would allow the default "click" option to toggle the state of the entity rather than displaying the more-info card? This would allow detection to be turned on and off with a single click. For example:
I also saw reference to the future hover menu option - can't wait to try this out! Thanks again for all your efforts. |
Beta Was this translation helpful? Give feedback.
-
New pre-release v1.1.0 . How to test a pre-release:
Bugs and feature requests very welcome! ChangesNote: Because this pre-release includes a significant internal (but backwards compatible) refactor, there is an increased risk of minor style/functionality regressions. Please help this card improve by reporting bugs! 🚀 Features
📚 Documentation
🔨 Refactoring
📦 Dependencies
|
Beta Was this translation helpful? Give feedback.
-
New pre-release v1.2.0 . How to test a pre-release:
Bugs and feature requests very welcome! Changes💥 Breaking Changes
🚀 Features
🐛 Fixes
🐎 Performance
📚 Documentation
📦 Dependencies
|
Beta Was this translation helpful? Give feedback.
-
Someone knows why my webRTC integration for frigate in HA is very lagy all the time? It is loading very long all the time.
|
Beta Was this translation helpful? Give feedback.
-
It is webrtc related not the card . How did U setup webrtc?
Tuurkevg ***@***.***> schrieb am Mo., 21. Feb. 2022, 18:34:
… Someone knows why my webRTC integration for frigate in HA is very lagy all
the time? It is loading very long all the time.
type: custom:frigate-card
camera_entity: camera.cam0_2
frigate:
mode: above
buttons:
image: true
live: true
frigate: true
frigate_ui: true
url: https://frigate.home.vanginderachter.be/
elements:
- type: custom:frigate-card-menu-state-icon
entity: switch.gate_relay_0
tap_action:
action: toggle
view:
default: live
timeout: '30'
live:
lazy_load: true
provider: webrtc
webrtc:
url: >-
***@***.***:554/h264Preview_01_sub
preload: true
event_viewer:
auto_unmute: true
controls:
next_previous:
style: thumbnails
thumbnails:
mode: below
lazy_load: false
image:
src: >-
https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fimages.gludy.com%2Fphotos%2F0%2FAnonymous-wallpaper_950.jpg&f=1&nofb=1
dimensions:
aspect_ratio_mode: dynamic
[image: afbeelding]
<https://user-images.githubusercontent.com/77327545/155003510-715ec782-ebea-4fcc-903b-7fb278503c8f.png>
I use an google coral and all my cpu usage is fine.
—
Reply to this email directly, view it on GitHub
<#1590 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFUA7Z2UGSS7CD3K4CC7ADU4JZTPANCNFSM5CTIYO3A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
New pre-release v3.0.0-rc.2 . How to test a pre-release:
Bugs and feature requests very welcome! v3.0.0-rc.2💥 This release may require you to update your card configuration significantly 💥
Multiple Camera Support
Many Extensibility / Configurability Improvements
Changes [Only showing 3.0.0.rc-1 -> 3.0.0.rc-2]💥 Breaking Changes
🚀 Features
🐛 Fixes
📚 Documentation
🔨 Refactoring
|
Beta Was this translation helpful? Give feedback.
-
@dermotduffy thanks for the fantastic work! Is there a way to change the default view (specifically switching between 'live' or 'image') depending on whether the camera is on or off (as indicated by a HA switch entity)? Setting default view as live is very convenient, but when I am at home, I switch off some cameras that are indoor, and the live view would keep showing the spinning icon. I guess it might also drain some resources as it would keep trying to fetch the camera stream. Thanks! |
Beta Was this translation helpful? Give feedback.
-
New pre-release v4.0.0-rc.1 . How to test a pre-release: HACS -> Frontend -> Frigate Card -> Redownload -> Show beta-versions -> (Select latest) Bugs and feature requests very welcome (please make sure you are using at least integration version v3.0.0-rc.2 prior to filing support requests). v4.0.0-rc.1💥 This release may require you to update your card configuration significantly 💥
To get full functionality from this card release you need to use integration version v3.0.0-rc.2 or later. Timeline Support
Scan Mode
Cast Support
Other improvements
... and many more smaller features & improvements. ThanksThanks in particular to @felipecrs , @NickM-27 and @peledzius for a considerable amount of testing, issue reporting and development with this pre-release. Changes💥 Breaking Changes
🚀 Features
🔥 Removals and Deprecations
🐛 Fixes
🐎 Performance
🚨 Testing
📚 Documentation
🔨 Refactoring
💄 Style
📦 Dependencies
|
Beta Was this translation helpful? Give feedback.
-
Updating the card worked fine but I have strange layout . The video won't show correctly but oversized |
Beta Was this translation helpful? Give feedback.
-
It appears that RC1 has once again broken the hover menu style - it is always displayed. The previous version that I was using that worked correctly was built from the source on 06/18/2022 if that helps. |
Beta Was this translation helpful? Give feedback.
-
New pre-release v4.0.0-rc.2 . How to test a pre-release: HACS -> Frontend -> Frigate Card -> Redownload -> Show beta-versions -> (Select latest) Bugs and feature requests very welcome (please make sure you are using at least integration version v3.0.0-rc.3 prior to filing support requests). Requires bleeding edge integrationRequires integration version v3.0.0-rc.3 or later. Play favorites!
Changes (since v4.0.0-rc.1)🚀 Features
🐛 Fixes
📚 Documentation
🔨 Refactoring
📦 Dependencies
|
Beta Was this translation helpful? Give feedback.
-
hi all |
Beta Was this translation helpful? Give feedback.
-
New pre-release v4.0.0-rc.3 . How to test a pre-release: HACS -> Frontend -> Frigate Card -> Redownload -> Show beta-versions -> (Select latest) Bugs and feature requests very welcome (please make sure you are using at least integration version v3.0.0-rc.4 prior to filing support requests). Requires bleeding edge integrationRequires integration version v3.0.0-rc.4 or later. New native PTZ controlA new native PTZ controller: Custom media layoutsChange the layout of the media within the card aspect ratio, for example to view a BeforeAfterAll Changes (since v4.0.0-rc.2)💥 Breaking Changes
🚀 Features
🐛 Fixes
🐎 Performance
🚨 Testing
📚 Documentation
🔨 Refactoring
💄 Style
📦 Dependencies
|
Beta Was this translation helpful? Give feedback.
-
@dermotduffy im assuming v4.1 card will be released alongside v0.12 frigate? would you consider doing a v4.1-beta release? ive been manually building from source in the mean time but want to get switched back to HACS asap :) |
Beta Was this translation helpful? Give feedback.
-
Is it possible to remove this bottomline in order to have a full card image/video? |
Beta Was this translation helpful? Give feedback.
-
@dermotduffy Have you stopped developing the Frigate card? It's plagued with bugs, and performance issues. Just to name a few:
|
Beta Was this translation helpful? Give feedback.
-
@oerix Card is still under (slow) development. Please file issues here, but the |
Beta Was this translation helpful? Give feedback.
-
@dermotduffy is there any discussions or help site where we ask questions to you/community? |
Beta Was this translation helpful? Give feedback.
-
Hello all,
I'm one of the maintainers of the Home Assistant integration for Frigate. One of the long-standing wishlist items had been a custom Frigate Lovelace card that integrates some of the features of Frigate onto a live camera card view.
It now exists! https://github.com/dermotduffy/frigate-hass-card
Features:
Bug reports or feature requests most welcome.
Beta Was this translation helpful? Give feedback.
All reactions