Can camera_proxy exchange between HA instances still be done with the new authorization
I’m looking to display images from a remote HA through a VPN tunnel. http only if possible.
The documentation for Generic Camera integration seems to be out of date
If you are running more than one Home Assistant instance (let’s call them the ‘host’ and ‘receiver’ instances) you may wish to display the camera feed from the host instance on the receiver instance. You can use the [REST API] to access the camera feed on the host (IP address 127.0.0.5) and display it on the receiver instance by configuring the receiver with the following:
I’ve put together a quick and dirty custom component to do what I needed. mqtt-api-camera
Not sure how robust it is, as I’m still working on setting up a decent development environment, but it’s working for me, so thought I would share.
I think it is probably possible to do this with the Generic IP Camera component Templating the still_image_url with a MQTT Sensor, but it’s so difficult to debug. The custom component was the easier option.
Did you manage to get that work? I have setup of 2 HA’s; one in “main” and one in “remote”. I am using Remote Home Assistant.
On remote, I have cameras integrated and locally they are visible. On main, I can see camera entities prefixed etc. nicely, but no image from remote. All the other entities work as fine.
Curious…any conclusions with this? It may be some authorizaton and/or proxying issue, just needs to know where to look
I’m still using my custom component with mqtt statestream. Works fine for me, especially as I have access to the remote HA, but not the remote cameras.