You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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...
remote_homeassistant:
instances:
port: 443
secure: true
verify_ssl: true
access_token: eyJhbGciOiJIUzI1NiIsInR5MiOiIwY2Y3MDdlY2ExZTU0MTA1ODJmYzA5M2YyNzE1YjlhZiIsImlhdCI6MTcxOTc1NDA1NiwiZXhwIjoyMDM1MTE0MDU2fQ.kunHvEUxrlOu0Qexn6StjdNyWk7fWxqrDNAhnHrI4Wc
entity_prefix: "adres1"
entity_friendly_name_prefix: "adres1 "
include:
domains:
port: 443
secure: true
verify_ssl: true
access_token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpQ0ZGQ2NDJlMjk0MmEwOTkyNTc5YTJlN2MwMjc0ZiIsImlhdCI6MTcxOTc1NDExMywiZXhwIjoyMDM1MTE0MTEzfQ.HoOmdGD8AeKStnheuYuaWhSG0E8tqYWOdScdz_fsFY8
entity_prefix: "adres2"
entity_friendly_name_prefix: "adres2"
include:
domains:
port: 443
secure: true
verify_ssl: true
access_token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpWMyOWI2ZTBjYzc0ZTc4OThlY2Q2Mzc0MGJlMTE1MSIsImlhdCI6MTcxOTc1NTk3NywiZXhwIjoyMDM1MTE1OTc3fQ.7DuaaDaka0V2zNeni0qSZbyy6q3X5LBeaqM-438jZ-k
entity_prefix: "adres3"
entity_friendly_name_prefix: "adres3"
include:
domains:
The text was updated successfully, but these errors were encountered: