Best Smart Plugs for Home Assistant in 2026

Smart plugs are the easiest way to make any "dumb" device smart. Plug one in, connect it to Home Assistant, and suddenly that floor lamp, coffee maker, or space heater becomes part of your automations. Here are the best options for local control, energy monitoring, and zero cloud dependency.

Check Your Setup Energy Monitoring Guide

The Best Smart Plugs for Home Assistant

We tested dozens. These are the ones worth buying in 2026.

🏆 Top Pick Zigbee

SONOFF S26R2 Zigbee 3.0

  • Energy monitoring (watts, kWh)
  • Zigbee router (strengthens mesh)
  • ZHA + Zigbee2MQTT compatible
  • Compact EU/US form factor
  • ~€12 per plug
  • 4000W max load
  • 100% local, no cloud
  • Zigbee 3.0

The best value Zigbee plug on the market. Energy monitoring at this price is unbeatable. Buy these in bulk.

Wi-Fi

Shelly Plug S

  • Energy monitoring
  • Local HTTP/MQTT API
  • No flashing needed
  • Compact design
  • ~€18 per plug
  • 2500W max

Best Wi-Fi plug. Works locally out of the box, no firmware hacking needed.

Zigbee

IKEA TRETAKT

  • Zigbee router
  • Very compact
  • Available everywhere
  • No energy monitoring
  • ~€10 per plug
  • 2300W max

Cheapest way to add Zigbee routers. Walk into IKEA and walk out with smart plugs. No metering though.

Zigbee

Aqara Smart Plug (SP-EUC01)

  • Energy monitoring
  • Overload protection
  • Premium build quality
  • Zigbee 3.0
  • ~€20 per plug
  • 2300W max

Premium option with great accuracy on energy readings. Solid if you already use Aqara sensors.

Wi-Fi (flashed)

Any Tuya Plug + Tasmota

  • Cheapest option (~€8)
  • Full local MQTT control
  • Many have energy monitoring
  • Requires flashing
  • ~€8-15 per plug
  • Varies by model

For tinkerers. Flash cheap Tuya plugs with Tasmota using cloudcutter. Full local control for pennies.

Z-Wave

Aeotec Smart Switch 7

  • Energy monitoring
  • Z-Wave Long Range ready
  • Very reliable
  • Expensive
  • ~€45 per plug
  • 2500W max

Best Z-Wave option if you already run a Z-Wave network. Expensive but rock solid reliable.

Matter

Eve Energy (Matter)

  • Matter over Thread
  • Energy monitoring
  • Works with everything
  • Pricey
  • ~€40 per plug
  • 2500W max

Future-proof pick. Matter means it works with Home Assistant, Apple Home, Google, and Amazon. All at once.

Zigbee vs Wi-Fi vs Z-Wave: Which Protocol?

This decision matters more than which brand you pick. Get the protocol right first.

Zigbee
Wi-Fi
Z-Wave
Cost per plug
€10-20
€12-25
€35-50
Needs coordinator
Yes (~€25)
No
Yes (~€35)
Mesh network
Yes (plugs are routers)
No
Yes
Router strain
None
Yes (1 IP each)
None
Local control
Always
Depends on brand
Always
Best for
Most people
Quick start / few plugs
Existing Z-Wave setup

Our recommendation: Start with Zigbee if you have a coordinator (SkyConnect or SONOFF Dongle). Start with Shelly if you don't have one yet and only need 1-3 plugs. Every Zigbee plug you add makes your entire mesh stronger.

Energy Monitoring with Smart Plugs

Smart plugs with power metering are the easiest way to find out which devices are eating your electricity bill.

What You Can Track

  • Real-time wattage (how much power right now)
  • Cumulative kWh (total energy used)
  • Daily, weekly, monthly consumption
  • Standby power (vampire draw)
  • Cost estimates (set your electricity price)

Common Finds

  • Gaming PCs: 5-15W idle, 300-600W gaming
  • TVs: 0.5-3W standby, 80-200W active
  • Washing machines: 400-2000W per cycle
  • Chargers left plugged in: 0.1-2W each
  • Old fridges: can cost €100+/year more than new ones

Setting Up the Energy Dashboard

Home Assistant has a built-in Energy Dashboard that automatically tracks consumption from your smart plugs. Here's how to set it up:

  1. Go to Settings → Dashboards → Energy
  2. Under "Individual devices," click Add device
  3. Select the energy entity from your smart plug (usually sensor.plug_name_energy)
  4. Set your electricity price under "Grid consumption"
  5. Wait 2 hours for data to populate, then check your dashboard

Want whole-home monitoring too? Check our complete energy monitoring guide for CT clamp and smart meter options.

Flash Cheap Plugs with Tasmota

Turn a €10 cloud-dependent Tuya plug into a fully local Home Assistant device. No soldering required.

Over-the-Air Flashing with Cloudcutter

  1. Check if your plug is supported at tuya-cloudcutter.github.io
  2. Install cloudcutter on a Linux machine or Raspberry Pi
  3. Put the plug in pairing mode (hold button 5 seconds)
  4. Run cloudcutter. It intercepts the Tuya pairing and flashes Tasmota
  5. Connect to the Tasmota Wi-Fi hotspot and configure your network
  6. Apply the correct device template from templates.blakadder.com
  7. Home Assistant auto-discovers the plug via MQTT or the Tasmota integration

Good Plugs to Flash

  • BlitzWolf SHP-15 - BL0937 power meter chip, well documented, ~€12
  • Nous A1T - Ships with Tasmota pre-installed (no flashing needed!), ~€13
  • Athom Smart Plug V2 - Pre-flashed with Tasmota or ESPHome, energy monitoring, ~€10
  • Gosund SP111 - HLW8012 power meter, popular template available, ~€10

Pro tip: Buy pre-flashed plugs from Athom or Nous to skip the flashing entirely. They cost about the same and ship ready for Home Assistant.

5 Smart Plug Automations Worth Setting Up

Once the plug is connected, the real fun starts. Here are practical automations that actually save money and time.

1. Kill Standby Vampires at Bedtime

Turn off the TV, game console, and AV receiver when everyone goes to bed. Those standby watts add up to €30-50/year for a typical entertainment setup.

automation:
  trigger:
    - platform: time
      at: "23:30:00"
  condition:
    - condition: state
      entity_id: binary_sensor.living_room_occupied
      state: "off"
  action:
    - service: switch.turn_off
      target:
        entity_id:
          - switch.tv_plug
          - switch.game_console_plug
          - switch.av_receiver_plug

2. Washing Machine Done Notification

Use power monitoring to detect when the wash cycle finishes. When watts drop below 5W for 3 minutes, the cycle is done.

automation:
  trigger:
    - platform: numeric_state
      entity_id: sensor.washing_machine_power
      below: 5
      for: "00:03:00"
  condition:
    - condition: numeric_state
      entity_id: sensor.washing_machine_power
      above: 0
  action:
    - service: notify.mobile_app
      data:
        title: "Laundry done! 🧺"
        message: "Washing machine finished. Time to move it to the dryer."

3. Coffee Maker Timer

Turn on the coffee maker 10 minutes before your alarm goes off on workdays. Turn it off automatically after 30 minutes to save energy and avoid burning the carafe.

4. Christmas Lights on a Schedule

Turn holiday lights on at sunset, off at 23:00. No more forgotten lights running all night. Works for any seasonal decoration plugged into a smart plug.

5. High Power Alert

Get alerted if any plug exceeds its safe power limit. Useful for space heaters, old appliances, or extension cords. A plug drawing more than expected could mean a faulty device.

Explore 30 more automation ideas →

What About Matter Smart Plugs?

Matter is the new universal smart home standard. Here is where it stands for plugs in 2026.

Reasons to Go Matter

  • Works with every platform at once
  • Thread mesh networking (like Zigbee but newer)
  • Local by design, no cloud required
  • Future standard, growing device support

Reasons to Wait

  • Still more expensive than Zigbee
  • Fewer plug options available
  • Energy monitoring support is spotty
  • Needs Thread border router

Bottom line: If you are starting fresh in 2026, Matter is worth considering. But Zigbee still wins on price, variety, and energy monitoring support. The SONOFF S26R2 at €12 with metering is hard to beat. Matter plugs with equivalent features cost 3x more.

Pro Tips

Check the Max Load

Most smart plugs handle 2300-2500W. Space heaters, ovens, and high-power appliances can exceed this. Always check the wattage rating before plugging in anything with a heating element.

Use Plugs as Zigbee Routers

Every mains-powered Zigbee device acts as a mesh router. Strategically placing smart plugs around your house extends Zigbee range to every corner. Even if you don't need the plug functionality, it strengthens your network.

Name Them by Appliance

Name your plugs after what is plugged into them, not the plug model. "Washing Machine" is much more useful than "SONOFF Plug 3" when you are writing automations or checking the energy dashboard.

Don't Use Them for Everything

Smart plugs are great for lamps, appliances, and entertainment gear. But for built-in lights, smart switches or smart bulbs make more sense. And never use a plug to control something that needs to stay on, like a fridge or a NAS server.

Ready to Get Started?

Run our free smart home scan to find out which devices you already have that work with Home Assistant, and which smart plugs would fit your setup best.

Free Smart Home Scan Complete Starter Guide