• @[email protected]
    link
    fedilink
    English
    399 months ago

    Put home assistant on a raspberry pi, plug a Zigbee dongle to it, and start connecting smart gadgets to it. Or better yet buy a home assistant Green. You can check the home assistant docs to see if a smart device requires cloud connectivity to work — in general if it connects through Zigbee (or ZWave or Matter) then you’re good, but if it connects through WiFi then it probably is cloud based.

    https://www.home-assistant.io/

    https://www.seeedstudio.com/Home-Assistant-Green-p-5792.html

    https://www.home-assistant.io/integrations/

    • @[email protected]
      link
      fedilink
      English
      129 months ago

      Can confirm. I run Home Assistant and Rhasspy with Sengled bulbs and none of transmits info. The devices themselves aren’t generally the issue, it’s the hub that operates them that would be collecting and sending the info. Remove that, and you don’t have to worry.

      • @[email protected]
        link
        fedilink
        English
        29 months ago

        wow so Rhasspy is local voice assistant! do you have microphones places throughout your pad or do you go to a website first to speak or what?

        • @[email protected]
          link
          fedilink
          English
          2
          edit-2
          9 months ago

          You can use microphones wherever with HA and Rhasspy. Rhasspy is just the local voice and intent recognition portion, and HA executes the commands. This means you can have one Rpi in your place managing devices, and then have many different microphone-attached Rpi all over your house forwarding voice recognition intents to do whatever you want it to do. Whatever the mic is attached to will send to the HA instance and tell it what to do. No cloud.

    • BaroqueInMind
      link
      fedilink
      9
      edit-2
      9 months ago

      Why do I need a RaspberryPi? I can’t use my regular Linux PC? What is a Zigbee dongle and why is it mandatory? What do I do if he device is cloud based?

      • @[email protected]
        link
        fedilink
        English
        29
        edit-2
        9 months ago

        You can use your regular PC if you want, but having an always-on server (the pi) makes it more convenient to use from, say, your phone.

        Zigbee is a popular wireless communication protocol used by iot devices. Without the dongle you won’t have any way to talk to them.

        If it’s cloud based, buy something else that isn’t.

      • @[email protected]
        link
        fedilink
        English
        29 months ago

        Your Zigbee light switches won’t do anything unless the machine running Home Assistant is on. Being able to control your lights while the computer isn’t running is really convenient.