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.

you are viewing a single comment's thread
view the rest of the comments
[–] 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