-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a custom meta field per camera to be appended to mqtt events topic #14275
Comments
I think more information is needed, why do the names of cameras change? Why do you need to configure it Frigate this extra data, do you not already know it on the other side of MQTT? I don't think it makes sense for Frigate to send arbitrary data along with all camera MQTT messages |
@NickM-27
Do you not know it already on the other side of MQTT?
This should be a relatively trivial feature to add however I'm lost as to where to start on it. |
It just doesn't make sense, maybe I'm misunderstanding. If you know the name of the camera to put into a friendly name field in the config why not just put that name in the existing name field in the config. |
I tried that, everything went to hell in a handbasket. None of the live feeds would load anymore. I couldn't find how to use it in the full config reference so im guessing it no longer works? Edit: @NickM-27 Any comments? I can privately share the config & logs if needed |
I can see why this might occur, I am not sure if this is a usecase that we are looking to support |
I have cameras where the name is changed often but I have a DB indexed by camera serial and I would like to have a static reference as well as the camera name in the mqtt events feed
I'd like to be able to add an key & value e.g. cameraSerial in the config per camera that is appended verbatim to the mqtt events feed
I had a quick look at the mqtt communication module however I could not make heads or tails of how to go about it.
The text was updated successfully, but these errors were encountered: