📸 Send camera snapshot notification on motion

The default delay seems to be set to empty string which might give you an error,did you try to explictly set it lower?

Great thank you so much!

It’s great, thanks! Would it be possible to set multiple devices to notify or keep it empty to notify all?

Amazing automation.
Coming from 5 years ioBroker and programmed everything bx myself.

Is it possible to add telegram support, as I am usually not at home when I need the cam alerts…

So since I dont want any false positives I am trying to make the doods state to a binary sensor presence via template. However, none is created and no error message in the log. Does anyone know what I am doing wrong? It says false when 0 in the template editor.

  - platform: template
    sensors:
      dafang_entrance:
        device_class: presence
        value_template: >
          {% if is_state('image_processing.doods_dafang', 'int > 0') %}
            on
          {% else %}
            off
          {% endif %}

I have tried with device class motion as well.

EDIT: Now it turns up as a sensor but doesnt switch to on.

EDIT: I guess this is a string and not a number ‘int > 0’)
. How to type it as an integer?

EDIT: so this seems correct {% if states(‘image_processing.doods_dafang’) | int > 0 %}
Thanks

I’m working on the same thing right now. Did you find a solution?

So using Android phone it would be nice to be able to set importance of the notification since as of now the notification will not be on top,

i was able to use my ring camera to take snapshots and videos and send it as a notification to my phone without having an active subscription
chatgpt helped me using the ring-mqtt docker container and works as having the paid subscription