What do you guys think of the idea of smart homes? I could make a basic setup using https://home-assistant.io to control my home temperature and lighting; the tools for doing this are everywhere nowadays and implementation doesn’t seem too horrific anymore.

But setting aside what I “can” do, is this something that I “should” do? How can a person implement this without connecting any devices to the internet?

  • couragethecowardlydog@kbin.social
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    1 year ago

    I have a smart home and let me give you some advice. BE MINDFUL OF THE BRANDS YOU CHOOSE. For example, using tuya smart devices with home assistant is a pain, you have to setup a tuya cloud account and get an API key that you’ll have to renew every few months. If the device gets reset you have to go back into the cloud environment and re-add them. It’s such a pain. Almost anything works with home assistant, but the amount of diy and bullshit you have to deal with to get something working varies greatly between brands. I highly recommend sonoff, also get a zigabee controller for home assistant as its far better than using WiFi. I also recommend you start a notion document or some other form of document that can keep up with everything for you. What brand of switches are in what room, what brand of lights are where, etc. Not just for you but if you ever sell your home you can give it to the next guy. Because you’re probably not going to take the light switches or any in line relays with you.

    Also to not connect to the internet you need to have a separate network (router or access point) that all your smart devices connect to. You’ll then use a VPN to connect to your home network remotely. Basically have your smart devices router hooked into your normal router and on your normal router block external traffic (the Internet) from going to the smart devices router. Sorry if that’s hard to follow but just Google “how to segment a home network” and that should get you started. Feel free to hmu if you need some guidance.

    • Valdair@kbin.social
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      1 year ago

      This is my current biggest gripe. You have to have a four year degree in random smart home garbage to figure out what works with what. We have a guy like that in our friend group, but I still need four different smart home apps just to control a handful of lights and a couple cameras. The apps have constant problems (Nest app signs me out nearly daily), the aggregator apps like Homekit and Google Home are missing nearly all features for the lights we have aside from on or off and some simple color settings, Nanoleaf app claims to be able to do scheduling and automation but I’ve never gotten it to work. I bought a google home tied-in tablet at the recommendation of said friend to be able to check cameras and control lights from a device that didn’t have to be biometrically locked, and it turned out it couldn’t see the cameras OR the lights. Pending some future theoretical update which still hasn’t rolled out. Insanity. Makes me want to throw it all out.

      Considering how expensive the smart home items are, especially the lights, the user experience is horrendous for pretty much everything but flashy tech demos.

      • DrWeevilJammer@lm.rdbt.no
        link
        fedilink
        arrow-up
        7
        ·
        1 year ago

        Everything became very easy for me once I decided to go all open source. In my opinion, the problem is all of the different proprietary “hubs”. I got a ZigBee controller that can control all ZigBee devices without requiring a hub (there are several options available).

        Lights: ZigBee Hue. Plugs: ZigBee Innr. Motion sensors: ZigBee Aqara. Cameras: Ethernet Amcrest. NVR: Frigate.

        Everything is local, no data leaves my network, and everything is controlled directly from Home Assistant dashboards via the ZigBee controller, and I never have to open any proprietary apps.

        Care does need to be taken to plan the network at least somewhat in advance, but that doesn’t take too long, and everything is very stable and super reliable.

        • Rumblestiltskin
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          What is the ZigBee controller? Is the Hue Bridge one? Does the Hue bridge not go on the internet?

          • DrWeevilJammer@lm.rdbt.no
            link
            fedilink
            arrow-up
            2
            ·
            1 year ago

            No, I am currently using a TubesZB Ethernet controller, but before that I used a Deconz ConBee II. There are others available as well.

            I used the hue bridge before setting up HA, but after setting up and configuring the other controller, you can unpair your hue bulbs from the hue bridge and pair them with the new controller instead. You can then unplug the hue bridge, because the new controller is now handling the hue bulbs.

            This is possible because devices that comply with the ZigBee protocol specs must accept properly formatted commands from a hub/controller after a successful pairing.

            So if you have one of these controllers, AND the ZigBee device you purchase is compliant with the protocol AND the device is supported by the controller, the controller will be able to control the device locally, and you can throw out the “required” hub from the manufacturer that sends your data to that company’s servers. This is why you need to plan things out ahead of time, to ensure that what you get will work with what you have. Every controller has a list of what devices are supported. For example, here are the devices supported by the ConBee II, and here are the devices supported by the TubesZB device, which uses Zigbee2MQTT.

            Bonus: with one of these controllers, your smart home stuff will now work just fine if your internet goes out. As long as your local network is up and running, all of your HA stuff will work as well.

            • Rumblestiltskin
              link
              fedilink
              arrow-up
              2
              ·
              1 year ago

              Thanks for all this info. I’m just planning out what I will use. This gives me a lot to dig into!

              • DrWeevilJammer@lm.rdbt.no
                link
                fedilink
                arrow-up
                3
                ·
                edit-2
                1 year ago

                Really glad to hear it! Feel free to ping me if you have questions.

                Edit: The Deconz is a good starter device, but it doesn’t support nearly as many devices as Z2M. I got an Aqara Pet Feeder that Deconz doesn’t support, but Z2M does, which is why I switched. You can’t use Z2M with the ConBee.

                This is the video I used to set up Z2M to work with the new controller.

    • misguidedfunk@beehaw.org
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      I wish segmenting your IOT devices on their own virtual network was easier for most people to do. It can be done but you need a good working knowledge of firewall rules and networking in general.

    • cnnrduncan@beehaw.org
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      LocalTuya is a thing, though it’s a bit of a pain in the ass and I would definitely not recommend buying Tuya hardware specifically to use with it.

      • redcalcium@c.calciumlabs.com
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        Tried both LocalTuya and TuyaLocal. When they work it was fantastic, but eventually after a few days I run into problem where a smart device’s state would got stuck. For example, a switch’s state could get stuck in the On state, and when you attempt to switch the light off, after a minute it’ll turn back on. Other devices would got stuck in Off state, so after turning them on It’ll turn off again soon enough. I’ll get rid of them once I found a suitable zigbee devices that can replace their functionality.