I'm seeing the new active sensors eg all active count, person active count but they're not being updated. However, am seeing activity on the all count and person count sensors.
I didn't know how to find config yaml for this as all I am doing is looking at the frigate entities not a lovelace card. So I pasted diagnostics in
Debug log
The logger is rather uneventful
2024-11-28 10:20:45.668 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.046 seconds (success: True)
2024-11-28 10:20:50.647 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.025 seconds (success: True)
2024-11-28 10:20:55.660 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.038 seconds (success: True)
2024-11-28 10:21:00.646 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.025 seconds (success: True)
2024-11-28 10:21:05.686 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.063 seconds (success: True)
2024-11-28 10:21:10.635 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.014 seconds (success: True)
2024-11-28 10:21:15.671 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.049 seconds (success: True)
2024-11-28 10:21:20.661 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.040 seconds (success: True)
2024-11-28 10:21:25.665 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.043 seconds (success: True)
2024-11-28 10:21:30.634 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.013 seconds (success: True)
2024-11-28 10:21:35.662 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.040 seconds (success: True)
2024-11-28 10:21:40.642 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.019 seconds (success: True)
2024-11-28 10:21:45.672 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.050 seconds (success: True)
2024-11-28 10:21:50.648 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.025 seconds (success: True)
2024-11-28 10:21:55.673 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.051 seconds (success: True)
2024-11-28 10:22:00.654 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.032 seconds (success: True)
2024-11-28 10:22:05.659 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.037 seconds (success: True)
Version of the custom_component
5.5.1
Configuration
Describe the bug
I'm seeing the new active sensors eg
all active count
,person active count
but they're not being updated. However, am seeing activity on theall count
andperson count
sensors.I didn't know how to find config yaml for this as all I am doing is looking at the frigate entities not a lovelace card. So I pasted diagnostics in
Debug log
The logger is rather uneventful