• 21 Posts
  • 1.2K Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle



  • Honestly, you’re just making more limitations and overhead by running everything over tunnels locally. There are better ways to secure your local network. If this works for you, and you don’t want to bother with extra steps, just go for it though.

    The downsides are performance, and a lot of extra hurdles trying to get other things to interface with any of the other services.

    You’ll also be at a disadvantage coming to forums and asking for help, because the preface will be explaining your setup before anyone can really help you with issues.



  • Are you on Zigbee or Zwave? It’s hard to tell from your post. You may have hit the limit of either network being effective for an aging hub, or the distance between telays. The hardware of the hub itself is probably fine as there aren’t any moving parts in it.

    As far as what to move to, HA is capable of being the “hub”. You don’t need a separate piece of hardware as the coordinator, just an adapter that talks to whatever devices you have. Get a dongle that speaks whatever you have, and there is an HA add-on for it.

    For the future, I’d start thinking about moving over to Matter. It’s got the biggest uptake, HA is already working with the devices flawlessly, and the devices themselves can be managed by remote coordinators if that becomes a need for you. I’m not sure what Samsung is committing to for the future as far as Smarthings in general.

    Also, if you’re moving off the Smarthings hub, I don’t think there is a simple migration tool for already existing devices in HA bound to an external hub, but maybe someone else here knows. You’ll probably end up having to redo everything piece by piece.







  • Okay, so two really big things:

    1. You’re confused a bit on how network routing works. If you’re building something that bridges multiple networks (local + VPN + VPS), you need to know about how to route things to different places. You’re dealing with 3 networks at this point.

    2. You might be misunderstanding how “zero-trust” and local networking fit together. Right now you have some local machines at least, AND a router. You don’t need all of your local machines to individually bridge a gap to your VPS, you want it the other way around.

    If the majority of your machines are local, then make that your hub. Everything else should be a client. Adding all these individual nodes to routes in a mesh network makes absolutely no sense, and will definitely cause routing problems, if not something like ARP poisoning (we can’t see your config).

    Just make the remote machine clients to your local network and be done with it.