An elderly relative living abroad has a local LAN camera producing an rtsp stream, and a Wireguard VPN server. When connecting e.g. my Laptop to the VPN, I can display the camera stream.
Can I configure Home Assistant (Wireguard addon etc) to connect to the VPN (to abroad), but remain at the same time accessible locally for my other Home devices?
The goal is obviously to display the remote stream to detect if the relative is well, while still using other local Home Automations.
I’m not sure how this response should help… the question is if there is a HA solution which does the “Networking”.
As written: When my Laptop uses the Wireguard VPN client, then the Camera (remote LAN) is reachable (but the Laptop is not reachable the home LAN anymore)
Now HA should do both: still reachable for home LAN, but at the same time having a Wireguard Client running and a steady VPN connection to the (remote server and) camera stream (from the remote LAN).
seems to go in this direction, but in my case the VPN Server is not in my control, but an ISP-provided Router (I cannot enter a “PUBLIC_KEY_HASSIO”).
But on fact the remote CAM does not need to access HA, rather the inverse: HA should just display the rtsp stream which is broadcasted anyways from the remote Camera to all devices in the remote LAN (=to HAs VPN Client).
Setup tailscale node at your relative home that advertise route to camera
HA will connect like it is on same network
As I said, HA can connect to multiple network. Tailscale and I pretty sure wiregaurd create network. You just need to put HA and camera on same network
Tailscale not require open port so router doesn’t matter mostly
Your first question ask if it is possible and say you already setup vpn. Sound like networking was good and your asking if this is ok to do
No. As long as HA can connect it will work and yes. One way (HA >> Cam stream)’should be OK
I can’t imagine the setup you have but that’s not important. As long as HAncan connect with network running VPN to camera and seperate Local LAN you should be ok
Just showing an RTSP stream is definitely possible in HA (so “HA can connect” to an rtsp stream), and a HA Wireguard Client can “connect” to a VPN Server.
As long as HAncan connect with network running VPN to camera and seperate Local LAN you should be ok
is thus fullfilled, just the routing config for this is needed