custom-components / remote_homeassistant

Links multiple home-assistant instances together
Apache License 2.0
849 stars 77 forks source link

hello I'm trying to connect 3 machines to one but they don't connect please help #293

Open decyng11 opened 1 week ago

decyng11 commented 1 week ago

remote_homeassistant: instances:

jaym25 commented 1 week ago

@decyng11 Never tried 3 instances... but each remote machine needs to have remote_homeassistant installed and configured as a remote instance. if using yaml, at a minimum add: remote_homeassistant: instances: in your config for each remote machine.

Else, I can only suggest checking your URLs and router port forwarding at each remote location. Be sure you can access those HA machines using your browser with that same address info. Also check your logs.

If you're using SSL, I assume you're also using Nginx Proxy Manager as well. This is a complex setup you're attempting.

Also, start with 1 remote location and get it working before adding the other 2. Perhaps, drop SSL and add it back after you get it working...

Good luck