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

Connection to 2 remote instances not working, only one or the other connects #306

Open
rkpatel33 opened this issue Aug 15, 2024 · 1 comment

Comments

@rkpatel33
Copy link

Hi,

I have one central node on a Digital Ocean droplet running, with to remote local instances in each location I have. The DO droplet and the remote instances are connected via WireGuard tunnels and everything works well, including a proxy server to get to all the instances.

When I try to connect the main to 2 remote, it will only connect to one. I have verified that both instances can be connected to by commenting one out at a time, but together it seems to default to the first one on the list.

Wondering if you might have an idea here. Am going to try to debug this in the code but not sure of a good workflow for it.

  instances:
    # NYC
    - host: 10.222.0.2
      port: 8123
      secure: false
      verify_ssl: false
      access_token: !secret access_token_hassnyc
      entity_prefix: "hassnyc_"
      # entity_friendly_name_prefix: ""
    # Anchorage
    - host: 10.222.0.3
      port: 8123
      secure: false
      verify_ssl: false
      access_token: !secret access_token_hassla
      entity_prefix: "hassla_"
      # entity_friendly_name_prefix: "
@richardcalgary
Copy link

have you tried adding an entry through the UI?

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