pico1881
pico1881
Same problem for me after 2023.4 update
Same error in logs for me, HA version 2024.7.3
In my case I solved removing this entry from config: "camera.camera1_sub": ffmpeg:{input}#video=copy#audio=opus#audio=aac EDIT: the problem persists and causes HA reboot due to high RAM usage. At the moment I have...
My actual "solution" in an automation that restart go2rtc addon when it use more than 20% of RAM
this is my automation: ``` alias: Restart go2rtc description: "" triggers: - trigger: numeric_state entity_id: - sensor.go2rtc_memory_use_percent for: hours: 0 minutes: 0 seconds: 30 above: 20 conditions: [] actions: -...
The memory usage sensor already exist for every addon, but are disabled. You have ti search go2rtc memory use percent on disabled entity and enable it
The memory sensor Is available with go2rtc addon, not using custom component