So I have an ESPCAM integrated via ESPHOME and I then can display the image in a “Picture Glance Card” configured like this:
camera_view: auto
type: picture-glance
title: Watercam
entities:
- entity: light.watercam_light
camera_image: camera.watercam
I now want to take this image and export it via MQTT via node-Red (in HA) for further processing by another application downstream.
But I can’t find any method in node-red to retrieve the image from the HA entity.
How can I do this?
Do I need some add-on’s for Node-Red to help me with this?
Thanks for your help.
PS. I wasn’t sure about the correct category. Please change if appropriate.