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.

  • GravitySpoiledOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 months ago

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

    • Fisch
      link
      fedilink
      arrow-up
      4
      ·
      4 months ago

      For addons you need to install HACS

      • GravitySpoiledOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        I’m just installing it, thx. Yet I don’t know how that’ll help me with the proxy

        • rambos@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          4 months ago

          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

          • GravitySpoiledOP
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 months ago

            I’m in. Thank you! I added a couple of different IPs now. Internal, external. No idea which one worked. But I’m in. Thank you!