blakeblackshear / frigate-hass-integration

Frigate integration for Home Assistant
MIT License
726 stars 114 forks source link

Record entity always shows "off" #670

Closed Bodengriller closed 5 months ago

Bodengriller commented 5 months ago

Version of the custom_component

HomeAssistant: Core: 2024.5.1 Supervisor: 2024.04.4 Operating System: 12.2 Frontend: 20240501.0

frigate-hass-integration: v5.1.0

Describe the bug

Since the last core update, the entity for "Recordings" shows always "Off" for all cameras. In Frigate itself, the status is "On". If you enable the entity via HASS-integration, the switch goes back to off shortly afterwards. In Frigate it always remains enabled.

If you switch off the recordings in Frigate, you can switch them on again via HASS-integration, but the switch in HASS goes straight back to OFF

image

Debug log

2024-05-03 19:55:18.378 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.041 seconds (success: True)
2024-05-03 19:55:23.340 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.002 seconds (success: True)
2024-05-03 19:55:28.380 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.043 seconds (success: True)
2024-05-03 19:55:33.340 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.002 seconds (success: True)
2024-05-03 19:55:38.378 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.040 seconds (success: True)
2024-05-03 19:55:43.340 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.002 seconds (success: True)
2024-05-03 19:55:48.379 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.041 seconds (success: True)
NickM-27 commented 5 months ago

duplicate of https://github.com/blakeblackshear/frigate-hass-integration/issues/667

Bodengriller commented 5 months ago

I was not aware that it was the same problem as my debug log did not show any errors - sorry