I am failing to see the interest in having tons of IOT devices to manage, connect, segment, etc… Why would someone want to do it? To be clear, I have friends deep in it but… I still don’t understand. Can anyone try to explain the magic I am failing to see?

Edit: Thank you all for sharing your experiences! The ones I found more interesting are those that can easily translate in reducing or tracking consumption. The rest I hear but makes more sense when I look at it from an hobbyist perspective.

  • Mkengine@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    5 months ago

    I am starting with home automation and I am always fascinated by some of the idea I read on the Internet. Did you come up with this yourself or is there a list of conditions and triggers with devices somewhere I can use with Home Assistant?

    • IphtashuFitz@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 months ago

      I came up with these myself over time, they started 10+ years ago using a Mac platform called Indigo, but since moving into our new house a year ago I’ve switched over to Home Assistant as well. I have a background that includes 10 years of software development & another 15 of IT, so these sorts of things come fairly easily to me when I think about it a bit.

      My wife and I use iPhones and I found iCloud3, which is a great add-on that tracks locations based on those devices. I started out with the washer/dryer notification with the simple realization that we regularly forgot about laundry in our washer in the basement since we’d forget that we had started a load. So I figured out how to have HA send us alerts when the washer or dryer finished. But I quickly realized that wasn’t all that useful if one or both of us was at work, shopping, etc. I then realized I could set up a trigger based on a time schedule that checks if we’re home or not, and only sends the alert if we are. So I have a HA automation that is triggered every 10 minutes by a timer, but the timer is disabled by default. That automation uses iCloud3 to check if either of us are home. If we are then the automation calls a script to notify us. If we’re not home then the automation resets the timer for 10 minutes. When the washer completes it triggers an automation that just starts that timer running. That gives us a little time to park the car, bring in any groceries, etc. before being reminded that we have laundry waiting.