Hi
I just got my Ring MQTT up (GitHub - tsightler/ring-mqtt: Ring devices to MQTT Bridge) It is taking snapshots ever n second that update nicely on the dashboard.
However, is there any way I can store these snapshots? The snapshot is available as an entitity in mosquitto broker. (First time using MQTT in HA). If I can’t store them, does that mean I can’t use them in my notifications? Currently using calling snapshot service on the ring camera, which is useless since its the first frame of the last event.
Also, there is an entity switch for livestream. I set up a generic camera in config.yaml like so
camera:
- platform: ring
- platform: generic
name: Front Porch Video
still_image_url: http://homeassistant:8123{{ states.camera.inngangsdor_snapshot.attributes.entity_picture }}
stream_source: rtsp://<WhatToInsertHere>:8554/switch.inngangsdor_live_stream
Any pointers on what more that needs to be done or if config is wrong?
Followed the guide for ring mqtt as best as I could.