Hey guys, I’d like to set up smart home for myself. I am looking for open source tools without connection to external services. Thanks in advance

  • DrManhattan@lemmy.design
    link
    fedilink
    English
    arrow-up
    18
    ·
    edit-2
    1 year ago

    HomeAssistant and OpenHAB are good places to start. I don’t know too much about OpenHAB, but for HomeAssistant you can do almost everything locally.

    ESPHome is a good example of a project that they fund where you can use ESP8266/ESP32 devices to create several sensors and other devices for local IoT. They also have a number of ways to bypass cloud requirements for Tuya based devices, Phillips Hue, etc.

    Plus this year is “Year of the Voice Assistant” and they’re working on enhancing a locally accessible and hosted voice assistant that doesn’t require cloud access.

    Edit: If you’re a DIY kind of person like I am, HomeAssistant offers compatibility with a number of other projects like presence detection via ESPresence, custom firmware for ESP32Cam via Tasmota, WLED for controlling RGB lightstrips and matrices, lots of 3D printing opportunities too. I found it a lot of fun to go through my home and find ways to make things work. Blinds, accent lighting, automations based on time and other factors, etc.

    Plus the hardware requirements for HomeAssistant aren’t that high. You can run it on an RPi4b with 2/4/8GB RAM (I would suggest at least 4), a VM that you can expand later and so forth.

    • Marretics@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 year ago

      Since I am on the same journey as OP and tried it just recently, I have one thing to add about openHAB:

      It does not come with actual login credential handling. If you want to make your smart home accessible from outside your home network I cannot recommend openHAB.

      I am currently going with Home Aisstant mainly for that reason.

      • DrManhattan@lemmy.design
        link
        fedilink
        English
        arrow-up
        6
        ·
        1 year ago

        Very good point. HomeAssistant offers a paid service called Nabu Casa that provides you a secure way to access your entire HomeAssistant instance, including cameras, sensors, you can set up mobile push notifications, and more.

        • Marretics@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Thanks for the hint I did not know about Nabu Casa.

          Although I am not clear about the benefit of the service. I thought I could achieve the same kind of access with simply forwarding ports 80 and 443 from my router to my home assistant. Is there anything wrong with my intended setup?

          • Oliper202020@discuss.tchncs.de
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            Well, cloudflare is (supposedly) more secure, but other then that, not really, everything in nabu casa can be achieved without it, but nabu casa is easier and supports home assistant

      • vividspecter@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        If you want to make your smart home accessible from outside your home network I cannot recommend openHAB.

        You can use a VPN instead for this. Which is a good idea in general, in my view, unless you need your resources to be publicly accessible.

        Although I agree that even LAN services should ideally have some sort of credentials anyway.

        • Marretics@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          Using a VPN does work for restricting outside access, however I found that for me this was not convenient enough for two reasons:

          1. I would need to setup a VPN server at my home network
          2. I would need to connect to my VPN everytime before trying to access my smart home devices
          • vividspecter@lemm.ee
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            1 year ago
            1. I would need to setup a VPN server at my home network

            I haven’t used it, but most people consider Tailscale to be easy to setup. But of course, what is hard or easy varies from person to person.

            1. I would need to connect to my VPN everytime before trying to access my smart home devices

            You can leave it on all the time and configure it to not route internet traffic through the VPN (if you don’t have the upload bandwidth at home).