Is running the automation hub over wifi a real problem or just purism?
My hub currently runs on a small computer connected by wifi, because that is where the power socket is. It mostly works, with occasional periods where things feel slow or a device does not respond.
Every discussion I read says to use ethernet, usually without explaining why beyond it being more reliable.
Is there a specific failure this causes, or is this general advice that would apply to anything?
@hub_hazal · 4d ago
There are specific failures, and they are worse for a hub than for an ordinary computer for a reason that is worth understanding.
A hub is a hub. It is not one device using the network, it is the thing every other device talks to. A momentary wifi problem on a laptop means a page loads slowly. The same problem on the hub means every automation in the house is unavailable at once, and anything that was mid-conversation with it fails.
Automations are latency-sensitive in a way browsing is not. A motion sensor firing a light is expected to feel instant. Wifi introduces variable delay — usually small, occasionally hundreds of milliseconds when the channel is busy — and the perceptible result is a light that comes on late sometimes. That is the "feels slow" you are describing.
Wifi shares one channel. Somebody streaming video, a neighbour's network, a microwave, all compete. Ethernet does not share in that way.
Reply
Report