Skip to main content
Lesson 2 of 7 5 min read

WiFi - The Easy Default

WiFi is the simplest way to add smart devices to your home. Your router is already there, your phone is already connected, and WiFi smart home devices just join the same network. No hub to buy, no new protocol to learn. For people getting started with smart home technology, WiFi devices are the obvious starting point.

How WiFi Smart Home Devices Work

A WiFi smart home device connects to your router the same way your phone or laptop does. Once connected, it typically talks to the manufacturer's cloud server, which relays your commands from their app (or from Alexa, Google Assistant, or Siri) to the device. When you tap "turn off" in the Kasa app for a TP-Link smart plug, that command goes from your phone to TP-Link's servers and back down to the plug.

This cloud-dependent design means most WiFi smart home devices stop responding to app commands if your internet goes down. Some manufacturers have added local control as a fallback, and Matter-certified WiFi devices work locally by default, but cloud dependency remains the norm.

The 2.4GHz Requirement

Here is something that trips up a lot of people during setup: almost all WiFi smart home devices only work on the 2.4GHz band. They cannot connect to 5GHz networks. This is by design - 2.4GHz has better range and wall penetration, which matters for devices in closets, garages, or far corners of your house.

The trouble is that many modern routers combine 2.4GHz and 5GHz into a single network name. When you try to set up a smart device, it might fail because your phone is on 5GHz while the device can only see 2.4GHz. Solutions include:

  • Separate your SSIDs - Create distinct network names for 2.4GHz and 5GHz. Connect smart devices to the 2.4GHz network
  • IoT network - Some routers (Eero, UniFi, TP-Link Deco) let you create a dedicated IoT network on 2.4GHz
  • Temporarily disable 5GHz - Turn off 5GHz during setup, then re-enable it after

Once connected, devices stay on 2.4GHz regardless of what band your phone uses. The initial setup is the only time band mismatch causes problems.

Network Congestion: The WiFi Device Limit

Every WiFi smart home device takes a slot on your router's client list. Most consumer routers handle around 30-50 connected devices before performance degrades. That sounds like plenty until you count phones, tablets, laptops, TVs, game consoles, and then every smart plug, bulb, camera, and speaker on top.

If you plan to have more than about 20 WiFi smart home devices, consider upgrading your network:

  • Mesh WiFi system - Eero, Google Nest WiFi, or TP-Link Deco handle more clients and provide better coverage than a single router
  • Prosumer router - Ubiquiti UniFi or similar brands are designed for 100+ clients
  • Use other protocols for small devices - Save WiFi for cameras, speakers, and displays. Use Zigbee, Z-Wave, or Thread for sensors and switches

VLAN Recommendations for Security

Many WiFi smart home products come from small manufacturers, receive infrequent firmware updates, and have been found to have security vulnerabilities. Every device on your network can potentially see and communicate with every other device - your laptop, phone, and NAS included.

The recommended practice is to put smart devices on a separate VLAN (Virtual Local Area Network). Devices on the IoT VLAN can reach the internet but cannot access your main network. Setting this up requires a compatible router - Ubiquiti UniFi makes it straightforward, and Eero has a simplified "IoT network" feature. If VLANs feel too technical, at minimum use a strong unique WiFi password and keep firmware updated.

Cloud Dependency: The Reliability Question

The biggest drawback of WiFi smart home devices is what happens when the cloud goes away. If a manufacturer shuts down servers or has a major outage, your devices may stop working. This has happened - Insteon shut down suddenly in 2022, Wink started charging monthly fees, and various smaller brands have disappeared entirely.

To protect yourself:

  • Favor brands with local control - Shelly devices have full local HTTP and MQTT control built in. Some TP-Link and Meross products work with Home Assistant locally
  • Matter over WiFi - Matter-certified WiFi devices work locally by design
  • Stick with established brands - TP-Link/Kasa, Meross, Shelly, and Wyze are more likely to maintain services than no-name brands

Best Uses for WiFi in Smart Homes

WiFi is the right protocol for devices that need high bandwidth or direct internet connectivity:

  • Security cameras and video doorbells - Need bandwidth for video streaming
  • Smart speakers and displays - Amazon Echo, Google Nest, Apple HomePod
  • Smart plugs (small quantities) - Cheap and need no hub
  • Robot vacuums - Need WiFi for app control and map downloads

For sensors, light switches, door locks, and blinds, protocols like Zigbee, Z-Wave, or Thread are better choices. They do not congest your WiFi, they work locally, and battery-powered devices last far longer.

Lesson Complete