I’ve read a lot about locally run automation on ZigBee hubs like the Hue and Aqara hubs for example. Basically my understanding is that automations on these hubs would continue to work without internet connectivity.

I have a question about a hypothetical situation. Say you have the following hardware. A hue bridge, an Aqara hub, a hue bulb and an Aqara ZigBee motion sensor.

A routine in configured in Google Home which turns on the bulb when the sensor detects movement,

Would this routine still run if internet connectivity was lost? The communication is all ZigBee and in theory local to the hubs however does the fact that the routine is setup in Google Home mean its still reliant on internet connectivity?

  • wivaca@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Just about anything Google or Amazon is offering is at best using their local devices as a technology bridge and at worst, talking to both your Google/Amazon device and to individual IoT hubs and stuff usually through the cloud associated with that device. In both cases, the logic and cross-IoT interaction is happening in the cloud often with multiple cloud hosts involved.

    Until you’re using Home Assistant, Homeseer, openHAB, or some software that can talk directly to an internal IP address and API of the device, through a power line interface, or to a local hub for proprietary protocols (e.g. to shades or whatever), it’s probably going to have the cloud as an intermediary.

    Then, you’re back to being impacted by internet outages, mergers and acquisitions, introduction or increase in subscription costs, and the whims of company’s marketing departments to deprecate systems or re-insinuate control if someone managed to reverse engineer it for local access.

    In addition, each of these devices can directly become a risk for vulnerabilities and potentially lateral infiltration of your network. Unless you’re running a firewall and care to review logs daily, it’s hard to know what they’re doing behind your back.

    If I can’t talk to the device or at least the hub that controls them directly in-house, I try to avoid it to ensure independence, cost control, and to reduce the perimeter that has to be managed for security.

  • Aanilseker@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    yeah, that routine would still need internet. for local operation, you’d need a local automation controller like OpenHAB or HomeAssistant.