Hello. I plan to have cheap esp32 camera located in other network connected to internet with wifi router. I cannot access the camera from internet because it has dynamically assigned internal IP address, so I can not pull images from it. I have seen scripts for esp32 camera module that can HTTP POST images to server on the internet.
I would like to avoid having PHP receiving script running on Home Assistant server. Can Home Assistant itself (or with some integration/plugin) provide functionality to receive images/files, that are sent to it over HTTP POST and then display that image in lovelace?
Thank you very much, Jan