Welcome to Wemo Ops. We offer two ways to manage your smart home, depending on your needs. You can run the Desktop App for instant control on your workstation, or deploy the Server for always-on automation.
Resurrect your hardware. The Wemo Cloud is dead, but your devices don't have to be.
Wemo Ops Center is a completely local, offline provisioning and automation suite for Belkin Wemo devices. It allows you to setup, control, automate, and factory reset Wemo plugs and switches without needing the official app or a cloud account.
| Feature | 🖥️ Desktop App (GUI) | ⚙️ Server App (Headless) |
|---|---|---|
| Best For | Casual users, quick toggling, setup | Power users, Home Labs, 24/7 automation |
| Interface | Native Window (Python/Tkinter) | Web Dashboard (Browser-based) |
| Running State | Runs only when open | Runs 24/7 as a background service |
| OS Support | Linux (Fedora/Ubuntu), Windows | Linux Server, Raspberry Pi, Docker |
| Key Benefit | Zero Setup. Just launch and click. | Set & Forget. Automation never stops. |
No Python installation required.
- Download: Go to the Releases Page and download.
- Provisioner Follow the on-screen instructions to scan for and configure your Wemo devices.
- Dashboard Scan Network, Control Devices, and Rename Devices. IP, MAC, FW ver, SN, and HomeKit code are displayed.
When you launch WemoOps.exe for the first time, you may see a blue warning from Microsoft Defender SmartScreen.
This is normal. Because this is a free, open-source tool created by an independent developer, it does not have a paid digital signature (which costs hundreds of dollars a year).
To run the app:
- Click More info.
- Click Run anyway. The complete control plane for Belkin Wemo devices.
| Light Mode | Dark Mode |
|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Go to the Releases Page and download.
- No Cloud Required: Connect directly to a new or reset Wemo device's Wi-Fi (
Wemo.Mini.xxx) and push your Wi-Fi credentials instantly. - Smart Encryption Loop: Automatically detects and applies the correct encryption method (old vs. new firmware) to ensure successful setup.
- Profile Manager: Save your Wi-Fi SSID and Password to quickly provision multiple devices in seconds.
- Scan Network: Deep scans your local network to find provisioned devices.
- VLAN/Subnet Support: Perfect for IoT setups. You can scan multiple subnets by entering them in a comma-separated list (e.g.,
192.168.1.0/24, 10.0.0.0/24). - Smart Deduplication: Tracks devices by MAC address to prevent ghost entries when IP addresses change.
- Direct Connect: Manually add a device by IP address if SSDP discovery fails.
Advanced tools to manage device health directly from the app:
- Clear Personal Info: Removes custom names, icons, and rules.
- Clear Wi-Fi: Wipes network credentials to return the device to "Setup Mode" (Flashing Amber/Blue).
- Factory Reset: Performs a full "Out of Box" wipe.
- Local Automation: Runs on your computer as a background service.
- Solar Engine: Automatically detects your latitude/longitude to trigger lights at Sunrise or Sunset.
- Fixed Schedules: Set standard time-based schedules (e.g., "Turn ON at 18:00").
This project is an independent open-source tool and is not affiliated with, endorsed by, or associated with Belkin International, Inc. "Wemo" is a trademark of Belkin International, Inc.
(Recommended for most users)
- Wemo Ops Center (Desktop) is a native application that lives on your computer. It allows you to scan your network, toggle devices on/off instantly, and manage device firmware without needing a dedicated server.
-
Instant Control: No web browser needed; just open the app.
-
Portable: Run it on your laptop and control devices wherever you are on the network.
-
Visual Setup: Easy-to-use interface for renaming and configuring devices.
sudo dnf install wemo-ops # Fedora / Rockysudo apt install wemo-ops # Ubuntu / Debian(For Homelabs & Always-On Automation)
Wemo Ops Server is a lightweight, headless service designed to run on a Raspberry Pi, VM, or Home Server. It provides a Web UI accessible from any device on your network and executes automation schedules even when your computer is turned off.
- RHEL/Rocky/Fedora Wemo Ops Server Wiki Page
- Debian/Ubuntu Wemo Ops Server Wiki Page
- Docker (see code section universal-server )
Visit the Wemo Ops Server wiki page Wemo Ops Server Wiki Page
| Dashboard | Settings |
|---|---|
![]() |
![]() |
| Automation Time | Automation Sunrise/Sunset |
![]() |
![]() |
-
24/7 Reliability: Your automation schedules (e.g., "Lights on at sunset") run even if your laptop is asleep.
-
Any Device Access: Control your home from your phone, tablet, or another PC via the Web Dashboard.
-
Low Resource Usage: Optimized to run silently in the background.
sudo dnf install wemo-ops-server # Fedora / Rockysudo apt install wemo-ops-server # Ubuntu / Debian- Visit the Wemo Ops Server wiki page Wemo Ops Server Wiki Page
"Can I use both?" Yes! In fact, this is the most powerful way to use Wemo Ops.
-
Use the Server to handle the "boring stuff"—keeping schedules running, monitoring device health, and providing a dashboard for your phone.
-
Use the Desktop App on your workstation for rapid control while you work, or for deep configuration tasks like firmware updates or bulk provisioning.
-
Both applications can run on the same network and control the same devices simultaneously without conflict.














