The value of seeing the filename is that i have 2 cameras that donāt have an embedded timestamp, so I can get the date and time with the filename only. My filenames are also indicative, with a suffix mentionning the context (snapshot triggered by motion sensor detection, camera activity detection or timed). Edit: i just tried the name format recognition and it works well, it does address my main need which was to get the date & time, so well, nevermind, filename is not that important !
Yes, for the title i was just thinking of a static one. My snapshots are regularly deleted/cleaned, and it can happen that there is no more snapshot in the folder, hence the title to still identify which camera the card relates to.
But I have following issue (running your 2.2.0 and HA 2026.4.0), after adding integration for FileTrack, I do not get any dialog, and I canāt use mode: sensor
PS; Iām old-school so use straight YAML and not any UI setup tools ā¦
2.3.0 was the latest on HACS - did an update.
Then uninstalled FileTrack, rebooted, installed FileTrack again.
Hehe, Iām only 57 next Sunday - still young! Comāon!
I guess there is more explanations in the UI tool than what I get from git - donāt get what all values doā¦
Btw; it says video is live but it aināt (I see the clock is not ātickingā.
Let me test some things with Frigate on my own setup. Iāll let you know if I need some more details/info about yours. Iāve had one other user having this issue.
Iāll report to you later, sir.
Edit: You only way to make a sensor is using the UI. Are you still not able to see the Create new file sensor part?
As my entire Dashboard is built manually through YAML, I cannot combine manual and UI (what I can do is create another dashboard and use UI, perhaps I can do the sensor from there).
You should offer the possibility to use your card without relying on UI to fully configure it.
You are right. I should also serve the old school people. The people that are still living in the Stone Age
In the next update (card & FileTrack) I added the option to add a sensor through YAML. Will release that later tonight. So you have to update the card and FileTrack.
The -how to add a YAML file sensor- will be disclosed in the release notes.
Thanks for the update, though HA nags when trying to add the FileTrack integration to configuration.yamlso that is not a good option for anybody.
Do I understand it correctly that FileTrack requires the files to be located in /config/www/ ? In that case, for me using Frigate this is not an option.
Hi,
I just stumbled upon this great card.
Want to use it to simply browse through camera snapshots stored in /config/www/camera_snapshots/somename_YYYYMMDD-HHmmss.jpg
How do I set up the card to do so?
Entering /config/www/camera_snapshots/ in the source field when selecting Media folders doesnāt do the trick.
In that case youāll need a file sensor to show the files. Did you by any chance read the ReadMe file on GitHub? FileTrack (for sensor mode)
All you have to do is install FileTrack and you can add the sensor and folder in the editor as you can see in the example below. āhoeplaā is just an example.
Hi. Iām a long time user of the original Files integration (in YAML mode) and Gallery Card. Great to see the new Camera Gallery Card and youāre keeping the really useful Files (now FileTrack) alive! Iāll refer to FileTrack from now on.
For years, every time I deleted an entity it left a trail of orphaned entities which were difficult to clean up. It also means you canāt configure the entity or delete them in the Home Assistant GUI. The solution is of course the unique_id attribute so that entities are stored in the entity-registry. This is the new default.
But I noticed that FileTrack still doesnāt support unique_id. So I decided to fix it so everyone can benefit from a more stable integration.
Iāve sent you a PR for changes to implement my enhancement for unique_id in FileTrack. I also updated the help. Let me know if you spot any issues but it works perfectly on my system.
In the meantime I have a question. After a lot of experimenting the last few years, I found that Unix Timestamp offers the most flexible timestamp for Home Assistant and automations. It also supports timezones and daylight savings properly.
Have you considered adding unix timestamp as a filename option? For example I use <unix-timestamp>_cam1.jpg
If its not high on your list, Iām happy to do it