frigate-hass-card
frigate-hass-card copied to clipboard
Card not compatible with Frigate Beta ?
Regarding this issue here: https://github.com/dermotduffy/frigate-hass-card/issues/1317
I am using Frigate 0.12.1-367d724 As card I am using 5.2.0 (latest from here)
Tried today the latest beta Frigate 0.13.0-beta6.
The installation went smoothy, Frigate itself is running perfectly (better with this beta version). But what is not "running", the card itself. Getting the same error as the other user already reported:
{ "request": { "type": "frigate/events/get", "instance_id": "frigate", "cameras": [ "Torkamera" ], "limit": 50, "id": 243 }, "response": { "code": "not_found", "message": "Unable to find Frigate instance with ID: frigate" } }
And before you answer the same thing:
Guess: Issue not related to the card, but your Frigate integration is not working correctly. Check your Home Assistant logs, and/or reinstall the integration?
Frigate integration is running as it should (as the other user already said). Switching back to Frigate version 0.12.1 - voila, the card is working again.
Conclusion: no, this issue has nothing todo with the Frigate integration (or maybe I missed something .. ?). Maybe you try it by yourself, or just tell me what I can do to run the Frigate beta version with a working frigate-hass-card.
Thanks in advance.
Conclusion: no, this issue has nothing todo with the Frigate integration (or maybe I missed something .. ?).
This is a quick answer (on a flight): I would guess you are missing something (!), as that error message specifically means the integration cannot find a Frigate instance with that client_id
(not the card). Did you update your Frigate integration when you updated your Frigate version? You should be running integration version v5.0.0-beta3.
I'd also bet (as per the error message), you'll have something from the Frigate integration complaining in your Home Assistant logs ...
Note: I have not specifically tested the v5.2.0 card with the -beta6. If you are running the latest integration as above, and don't have anything relevant in your logs, please reply by pasting the diagnostics you get from holding down the Frigate menu button on the card.
Thanks and good luck.
I have the same problem. Testing 0.13 beta 6 in docker, frigate integration latest beta. No errors in frigate or HA. However, I noticed one thing. All entities are fine except camera.XXX (mine are doorcam and outside). It looks like from some kind of reasons, Frigate integration proxy does not see them from frigate (red exclamation mark). But why?
Upon testing: addon v5 beta 2 works fine upgrading to beta 3 makes the main entity for the camera unavailable. Rolling back to beta 2 - all works good
Issue sweep: Did you resolve this? The latest card, integration and Frigate should work just fine together.
Yes, I think complete unistalling and reinstalling helped. All good now. Please close. Thanks