Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
decyng11 opened this issue Jun 30, 2024 · 1 comment

Comments

@decyng11
Copy link

decyng11 commented Jun 30, 2024

remote_homeassistant:
instances:

  • host: https://adres1
    port: 443
    secure: true
    verify_ssl: true
    access_token: eyJhbGciOiJIUzI1NiIsInR5MiOiIwY2Y3MDdlY2ExZTU0MTA1ODJmYzA5M2YyNzE1YjlhZiIsImlhdCI6MTcxOTc1NDA1NiwiZXhwIjoyMDM1MTE0MDU2fQ.kunHvEUxrlOu0Qexn6StjdNyWk7fWxqrDNAhnHrI4Wc
    entity_prefix: "adres1"
    entity_friendly_name_prefix: "adres1 "
    include:
    domains:
    • sensor
    • switch
    • group
    • binary_sensor
    • energy
  • host: https://adres2
    port: 443
    secure: true
    verify_ssl: true
    access_token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpQ0ZGQ2NDJlMjk0MmEwOTkyNTc5YTJlN2MwMjc0ZiIsImlhdCI6MTcxOTc1NDExMywiZXhwIjoyMDM1MTE0MTEzfQ.HoOmdGD8AeKStnheuYuaWhSG0E8tqYWOdScdz_fsFY8
    entity_prefix: "adres2"
    entity_friendly_name_prefix: "adres2"
    include:
    domains:
    • sensor
    • switch
    • group
    • binary_sensor
    • energy
  • host: https://adres3
    port: 443
    secure: true
    verify_ssl: true
    access_token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpWMyOWI2ZTBjYzc0ZTc4OThlY2Q2Mzc0MGJlMTE1MSIsImlhdCI6MTcxOTc1NTk3NywiZXhwIjoyMDM1MTE1OTc3fQ.7DuaaDaka0V2zNeni0qSZbyy6q3X5LBeaqM-438jZ-k
    entity_prefix: "adres3"
    entity_friendly_name_prefix: "adres3"
    include:
    domains:
    • sensor
    • switch
    • group
    • binary_sensor
    • energy
@jaym25
Copy link
Collaborator

jaym25 commented Jul 1, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants