anybody using homeassistant and having success? i feel like everything i try with it is extra complicated, but i’d love to hear others’ success stories.

  • illi@piefed.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 hours ago

    I have one for a long-ish time, started really using it now. It is daunting at first (still is) but I can feel the potential. You just have to invest some time in getting to know it and how to set it up.

    Proprietary apps might be more user friendly, but I guess that’s how they get you. Also, I imagine HA is easier if you want to set up something overly specific.

    I’m still in the daunting phase though.

  • shadshack@feddit.online
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 hours ago

    Oh yeah, I use it for everything from automated lights to server monitoring notifications to Web scraping for when Publix chicken tender subs are on sale. Most everything you can think of is pretty well documented, and someone’s done it before. They have made some UI changes recently that make creating automations easier, but if you are ok with copying and editing YAML files, you can steal what other people have created pretty easily.

  • flatbield@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    8 hours ago

    Yes, love it. Hint, AI really helps with some of the stuff though HA has changed over time so sometimes AI is talking about another version. I just set it up a month ago. I used their Z-Wave adaptor but installed HA on my Ubuntu Media Center instead using the Ubuntu Snaps.

  • tofu@lemmy.nocturnal.garden
    link
    fedilink
    arrow-up
    0
    ·
    13 hours ago

    Yeah I like it a lot. Didn’t use anything else so I don’t have a comparison, but I found most things very straightforward.

    It’s getting messy when you have to do non-standard tasks like removing some entries from the database

  • zout@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    13 hours ago

    It really is a pain in the ass if you’re not the type of person who likes to tinker with everything all the time. And, if you want something that isn’t the most common thing, you have to SSH into the server that runs it.

  • bus_factor@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    14 hours ago

    Automations can get pretty clunky, but I manage with my simple needs. Some people swear by using NodeRed on top of home assistant, but I’ve never tried it.

  • tychosmoose@piefed.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    16 hours ago

    No problems here. Pretty basic use, outside light scheduling, tying inside lights together (if a on, turn b&c on), bathroom fan timers, and sensor notifications. I haven’t really messed with the dashboard.

  • lyralycan@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    17 hours ago

    I feel like they over engineered the heck out of ‘simplifying’ automations, to the point I stayed on Core v2025.8.3 for about 7 months. I disliked their menu changes and hate the big ol card that comes up on mobile when editing - much prefer the older style.

  • realitaetsverlust@piefed.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    17 hours ago

    Pretty sure my house wouldn’t work anymore without it. My girlfriends growlights, the blinds, the vacuum, the lawn mower, hell even the kettle to some extent.

      • realitaetsverlust@piefed.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        1 hour ago

        Yes. It’s not a kettle as in the pot you put on the stove, but an electric water … heater … thingy. I honestly have no idea how to call it in english. The german word would be “Heißwasserspender”, literally translating to “hot water dispenser”. I disassembled it, soldered a tiny raspberry pi board to it that could control the device as you could with the buttons and wrote a rudimentary API that I now control via home assistant.

        Within HA, I can control the kettle via calling the API of the pi. For example, I got a script that triggers if my girlfriends phone is entering my WLAN-network.

        The call to the API looks like this:

        rest_command:  
          kettle_set_params:  
            url: "http://kettle.local"  
            method: POST  
            content_type: "application/json"  
            payload: '{"amount": {{ amount }}, "temp": {{ temp }}}'  
        

        It’s dynamic, so for the “default black tea” she likes, these are the arguments

        set_kettle_default_black_tea:  
          alias: "Set Kettle"  
          sequence:  
            - service: rest_command.kettle_set_params  
              data:  
                amount: 500  
                temp: 100  
        

        And this is the trigger:

        - alias: "Start kettle when Ana home"  
          trigger:  
            - platform: state  
              entity_id: device_tracker.pixel6_ana  
              from: "not_home"  
              to: "home"  
              for: "00:00:10"  
          condition:  
            - condition: time  
              after: "18:00:00"  
              before: "20:00:00"  
          action:  
            - service: script.set_kettle_default_black_tea  
        

        That call is received by the pi, who then triggers the kettle. So every time my girlfriends phone is entering the wifi, it’s between 18:00 and 20:00 and there’s a cup present (done via a simple proximity sensor that I glued to the side of the kettle. That’s also not known to the home assistant, I didn’t really know how to feedback that information to it so I just had it handled by the pi itself), the kettle triggers and dispenses hot water. She can also do it manually via the home assistant app, I made a widget for that where you can just select temperature, amount and that’s it.

        I just hope the thing never breaks because I reassembled it using superglue, but then I noticed I forgot to install SSH on the pi, making it kinda an isolated piece of software that I just hope keeps running indefinitely lol.

  • FunnySalt@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    17 hours ago

    Yep, been running it for a couple years at least? Mostly ZigBee and Zwave devices. For lights, some other powered devices, temperature control, and in-house location tracking.

    It’s not always intuitive, but always figure it out eventually. There’s a homeassistant community at !homeassistant@lemmy.world which might be helpful if you have questions.

  • agegamon@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    18 hours ago

    I got into it last year. It’s been less intuitive to configure - especially the dashboard section -without getting into manual configuration. It desperately needs some improvement to make it so that a “lightweight” tech person like me can configure it as much as I want without learning the gritty shit under the hood. That said, I’m happy with it overall and am slowly learning more in spite of that complaint.

    Google home, apple home, etc are pretty sad once you want to do anything more than very basic automation or very basic controls. Considering that you are giving them complete access to your home and devices that’s a nonstarter for me. I’d go back to having all “dumb” stuff without something like HA. Plus there are things those corpo tools won’t let you do. I couldn’t control the fan on my oven hood manually with google home, but in HA I have total control right out of the box.

  • KyuubiNoKitsune@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    0
    ·
    18 hours ago

    It’s not super user friendly and the UI really sucks. I broke my HA by trying to remove an esp32 Bluetooth proxy. Now it refuses to allow me to add it, so all my Bluetooth devices can’t connect.

    I appreciate that it’s free, but fuck I hate it, it’s a convoluted POS.

  • Pulsar@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    18 hours ago

    Stay way, it is way too addictive. If you are not careful you will end automating from window blinds to toilets.

    • NirodhaAvidya@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      17 hours ago

      Can confirm. Started with replacing my Tuya lightbulbs. Last thing I automated was hydrometers for my house plants to tell me they’re thirsty.

  • brvslvrnst@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    18 hours ago

    Its amazing and addictive lol especially once you start taking back control of your local devices. Rtl433 would be the followup ;)