• limelight79@lemm.ee
    link
    fedilink
    arrow-up
    36
    arrow-down
    1
    ·
    4 months ago

    Get into Home Assistant. A whole new world of tinkering and reconfiguring, with the added stress of real world “Why didn’t that extremely complex automation controlling my porch lights work?”

    • Tech With Jake@lemm.ee
      link
      fedilink
      arrow-up
      8
      ·
      4 months ago

      Job site got canceled, away from home, nothing else to do. Spent the last few hours cleaning up and “perfecting” my Home Assistant. I’m sure I’ll do it again in a few days.

      • limelight79@lemm.ee
        link
        fedilink
        arrow-up
        7
        ·
        4 months ago

        It’s never perfect!

        I have a temperature sensor in box here that I haven’t yet installed…hmmmmmwhere could I put it!

        Actually if Shelly ever gets me the stuff I ordered IN NOVEMBER I would replace the one for the pellet stove with that…but last night I saw a Tuya Zigbee air quality monitor on Amazon for under $25 that would be even better…

        Oh wait, I installed a Zigbee switch the other day but haven’t added the lights it controls to my floor plan view!

        • brian@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          4 months ago

          if you have an esphome supported board the ikea air quality monitors are even cheaper, I just got one of those lol

      • linearchaos@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

        Oops, Plans changed, I guess I could update my home assistant while I wait.

        The following 14 plugins are no longer configured by configuration.yml…

        • Tech With Jake@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          4 months ago

          Eh, it’s just like Linux. Sometimes you just backup valuables. Scrap the whole thing and start from scratch again.

          Personally, I’m loving the less YAML configs I have to do these days. Use to spends hours configuring it. I much prefer the click a button here and there and I’m done.

          Getting old and lazy.

    • Facebones@reddthat.com
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      4 months ago

      I have a pi docker setup I could run it on… Don’t tell me that 😂

      Is there a list somewhere of HA friendly less proprietary… Stuff that works well with it?

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

        Wellllllll it depends on what you want to do. For example, I have some devices from Shelly (a company I’m currently pissed off at) that allow me to make a lot of devices smart. For example, I’m using one as a thermostat for our pellet stove, controlled by HA, with a fairly complex script setting the pellet stove temperature based on the time of day, outside temperature, and other factors. The Shelly switches come with software that’s pretty good, but you can install Tasmota (I think) on them, which is open source software (I still use the original Shelly software). Those are wifi devices.

        Similarly, I have some power-monitoring plugs (the washer is plugged into one to monitor power usage, to alert me when the cycle is done), and those are made by a company called Sonoff, but they’re (relatively) easy to flash to Tasmota, I’ve gotten to the point where I can do one in a few minutes, without soldering. I have another one from Sonoff for a ceiling fan that I flashed Tasmota on, and it also works well with one limitation (in the hardware, not software): The light is only on or off, no dimming. These are also wifi devices.

        Things like Zigbee and Z-wave are supported, so they do not have direct internet access, so it’s not the same sort of concerns as with Wifi.

        Proprietary stuff is supported as well, mainly because there’s so much of it - the big name is Tuya, a Chinese company that makes a ton of cheap Wifi devices (also Zigbee, but those are less of an issue). Some of them can be flashed to install something more open like ESPHome, some cannot, it depends on the device. The default for them is cloud control, but there are various options for controlling them locally.

        My light switches and most of my temperature sensors are Zigbee. As mentioned I have some Wifi devices for various things.

        Things like thermostats: You’re basically stuck with proprietary because there aren’t many open source options. I mentioned the pellet stove, which I use the Shelly to control, paired with a Zigbee temperature and humidity sensor (Aqara brand), and it works well, but I’m not sure I’d be comfortable turning over my house’s main HVAC to HA - it’s more complex, and if HA goes down my house is going to get hot or cold. I use an ecobee, but other brands are supported as well.