Capturing to NAS #22284
-
|
I have been using Frigate for a year now and had it recording to my NAS without issues. Recently I noticed that after an update it has been writing files directly on my HA OS NUC and has filled up the drive. The frigate.yml file used to be in the configuration folder, now it has migrated to addon_configs/ccab4aaf_frigate and uses a config.yml file now. Here is the part where it used to write to my NAS which is correctly configured as extra storage in HA. database: HA storage path is Hope someone can direct me as to what to fix to have this writing externally again. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
|
\The database path you've configured only controls where the SQLite database file is stored, not where recordings are saved(1). Recordings are written to For the Home Assistant Add-on, you need to configure network storage for media through Home Assistant's storage settings, not in the Frigate config file itself(2). The Add-on has important limitations - you cannot define separate local storage for media directly(2). To fix your issue:
The migration from Since you mentioned this worked before an update, the change likely relates to how Home Assistant manages the Add-on's storage. You'll need to reconfigure your network storage mapping in Home Assistant's settings to point the Add-on's 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
In home assistant OS the paths are handled for you, you should not override the database path. |
Beta Was this translation helpful? Give feedback.
-
|
checked HA storage and I can see the frigate share. it is still writing recordings to the media folder. Any ideas on how to correct this? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Nick. I believe have followed the instructions as it worked for the past year. Perhaps it's a HA update issue. Will look into remapping the drive |
Beta Was this translation helpful? Give feedback.
-
|
I have formatted the shared drive and recreated the media folder for "frigate" in Home Assistant's network storage. It creates the required folder in the media directory but does not bind it to the NAS. All recordings are still occurring locally and not on the network drive. |
Beta Was this translation helpful? Give feedback.
-
|
This can now be closed. I cannot answer how it was resolved but after recreating the steps above, that is, new share and rebooting HA and the NAS the recordings are now following the path. It stopped working over a month ago and is now working again with the latest HA and Frigate installs. |
Beta Was this translation helpful? Give feedback.
This can now be closed. I cannot answer how it was resolved but after recreating the steps above, that is, new share and rebooting HA and the NAS the recordings are now following the path. It stopped working over a month ago and is now working again with the latest HA and Frigate installs.