Is there a good open source smart home system? What do you guys use? Which brand to buy?

How is OpenHAB?

I tried home assistant but I can't manage to get it working with my reverse proxy.

all 27 comments

sorted by: hot top controversial new old
[–] 23 points 2 years ago

Keep trying with home assistant. It's the best in my opinion.

  • source
  • [–] 19 points 2 years ago (3 children)

    I’m going to add to the chorus of voices here advising you to stick with homeassistant. It is hands down the best open source home automation platform.

    If you need help with reverse proxy let me know if you’re using nginx. There are a few header configurations that are required for the home assistant interface and I’d be glad to share my nginx configuration file.

    You could also pay $6/month for nabu casa and they will proxy everything for you in the cloud.

  • source
  • hideshow 6 child comments
  • [–] [S] 2 points 2 years ago (1 child)

    Thanks

    I'm using nginx proxy manager. It would be great if you would share the config

    Paying a remote proxy doesn't make sense if my setup works for all but home assistant

  • source
  • parent
  • hideshow 2 child comments
  • [+] 2 points 2 years ago* (last edited 11 months ago) (1 child)
  • [–] [S] 2 points 2 years ago (1 child)

    👍🏻

    I frequently donate to open source stuff. I'm down for paying stuff. I just want to host it myself if possible

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    One of the great things about Home Assistant is they give you full control over everything, so it's entirely up to you how much you rely on local vs cloud infrastructure. It all just comes down to how you configure individual settings and plugins.

    Their subscription plan is great because it allows them to continue open source development without relying on commercial sponsorship, so there's no ecosystem bias or advertising or anything crazy like that. A great open source project.

  • source
  • parent
  • [–] 16 points 2 years ago (1 child)

    What issues are you having with your reverse proxy? Home Assistant is light-years ahead of any other option

  • source
  • hideshow 2 child comments
  • [–] [S] 1 point 2 years ago* (2 children)

    Misconfiguration because of wrong X-forwarded-For wit nginx proxy manager. Thx! And there are no add ons.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 2 years ago (1 child)

    You also need to enable websockets iirc.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 2 years ago (1 child)
  • [–] 2 points 2 years ago (1 child)

    Have you added this to your configuration.yaml

    http:
      use_x_forwarded_for: true
      trusted_proxies:
        - 172.21.0.2
    

    Where 172.21.0.2 is NPM docker IP

    Its the only thing I had to do to make it working. Cant help much if something else is required

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 2 years ago (1 child)

    So I switched from OpenHAB to HA a few years ago. There's just no comparison, particularly in terms of support and add-ons.

  • source
  • hideshow 2 child comments
  • [–] 7 points 2 years ago (1 child)

    Open source does not come with an easy button unfortunately. No matter what we suggest will leave you needing to tinker and play with things.

    Home assistant really is the best option from all angles. Just have to keep tinkering.

  • source
  • hideshow 2 child comments
  • [–] 6 points 2 years ago (1 child)

    I use home assistant and found some instructions on how to set up a free-tier cloudflare reverse proxy to access it from outside my home. Works like a charm.

  • source
  • hideshow 2 child comments
  • [–] 3 points 2 years ago

    Going to preface this one with an /s

    You can hire a maid to assist you around the house. She can turn on and off the lights via voice command, open the blinds in the morning, lock the door when you leave, adjust the heat throught the day, open the garage door when you pull in, and so much more. You don't even need a camera to protect against pirates, for when a package arrives - she can bring it inside right away.

    The privacy implications are amazing compared to other options. There's only one person watching you and you know exactly who it is. She won't sell your data to "third party partners". Most you have to worry about is her gossiping about you with her friends who are sick of hearing about some random dude on Lemmy all day.

    Traditionally, there is a subscription fee. If you don't want to pay, you're best (leagl) opton is to have a kid and train them well. That will last you until you're at the age when you can't stand up and walk to the light switch, but then you can upgrade to a nurse paid for by the child who is too busy training their own child to bother with you.

  • source
  • [–] 3 points 2 years ago (1 child)

    Home assistant. It is simply the best option right now. Especially for amount of integrations. What are you using for a reverse proxy? I can send you my labels if you are using traefik.

  • source
  • hideshow 2 child comments