blakeblackshear / frigate-hass-integration

Frigate integration for Home Assistant
MIT License
657 stars 110 forks source link

Camera FPS not exposed anymore #648

Closed lorenzomartini1 closed 3 months ago

lorenzomartini1 commented 3 months ago

I've recently updated Frigate integration to v5. In my HA I was using each cameras fps to detect if specific camera was down, what should I use now to know it?

NickM-27 commented 3 months ago

These are exposed, it just needs to be enabled in the entities list for each device

lorenzomartini1 commented 3 months ago

image

where should I enable it?

NickM-27 commented 3 months ago
Screenshot 2024-03-16 at 7 43 03 AM
lorenzomartini1 commented 3 months ago

ok but i don't see them...

NickM-27 commented 3 months ago

Looks like mqtt may not be setup correctly as other entities are showing up as unavailable.

lorenzomartini1 commented 3 months ago

So what should I do? Before updating to v5 I didn’t have any problems

NickM-27 commented 3 months ago

I am not 100% sure what the text is saying in the screenshot. The entities were not removed and should be there assuming the integration was installed from HACS

lorenzomartini1 commented 3 months ago

I can see the stats message topic via MQTT Explorer. I have no error in Mosquitto container or HA Logs. I've also tried to remove Frigate integration config and Frigate integration from my instance (removed and re-installed via HACS). For each camera I got:

image

and if I click:

image

lorenzomartini1 commented 3 months ago

Solved - I was using 0.13.0-7C629C1 Frigate version (as a preview) and stats mqtt message was a little bit different. Changing to stable solved this issue.