I’m using AgentDVR and it can send MQTT Image (if I listen to the message on Home Assistant it crashes lol), so I was wondering how do I push a notification using it?
I was searching around and found some posts about it but with Blue Iris, that uses their HACS integration and add cameras through configuration.yaml, that doesn’t work for me.
There is also integrations such as MQTT Image/Camera but they are deprecated… (and apparently where used for that odd android app).
Does anyone know any other alternative?
This is the MQTT Explorer result for the MQTT Image sent by AgentDVR:
In your case, it looks like the image is not base64 encoded, so delete the line with “image_encoding”. Also check its content type. Maybe it’s not png like in my case.
Then, in the notification you can just set the image to the api link provided by your entity as explained here.
Is there a way to save the pictures? Sometimes I receive 3 pictures and I can only see the last one in home assistant. It would be great to have a history, at least the last 3-5 pictures which can be swiped.