Talk nerdy to me :D

  • Xaphanos@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    Where can I learn how to link different tech through HA? Insteon switch to flip a wifi bulb. Z Wave switch to open the Shelly relay for the garage door. ZigBee water sensor trips insteon siren. Etc. Is that all YAML? Is the Ecobee thermostat worth it?

    • AreaKode@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      1 day ago

      Just install HA and try it out! It’s a lot easier to do than you might think. Every vendor or connection type has its own Integration. Most integrations can be set up through the UI very easily. I have dozens of integrations.

      And the automations have had a lot of work the last few years. They are getting much easier to set up in the UI without having to worry about code or yaml.

        • AreaKode@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          1 day ago

          Here’s an example. The first picture is part of the UI configuration for this automation. The second picture show the yaml that was generated from this. Utility Room Occupancy is a Zigbee door sensor. When it turns on (the door opens), it triggers the Utility Room Lights on. The light is actually a WiFi LED bulb. The rest of the script turns the light off when the door closes.

          What’s beautiful about Home Assistant is that it just creates devices that look identical no matter what integration you’re using. A light is a light no matter how you interact with it.

          • Xaphanos@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            22 hours ago

            I really appreciate the help. But you lost me at step zero. What ui configuration for what automation? How do I get THERE?