An implementation of the BLE protocol for controlling Zuli smartplugs
Project description
This project serves to reconstruct and document the protocol used to interact with Zuli smartplugs. Included is a Python CLI that can be used to perform basic operations on Zuli devices (turn them on/off, set schedules, check power usage, etc.). This project is by no means mature or complete or even under active development. I originally started the project out of curiosity, although I do find myself using it from time to time. (I use it to manage several Zuli smartplugs running various schedules for lights at home.) Whatever you use it for, I hope you will find it to be useful in your hacking ;)
How to use
Make sure you are in the src directory and run python zuli.py to open a simple command prompt. This utility does not run as a standalone command as you might expect. This design allows BLE connections with devices to be kept open in between commands.
[!NOTE] macOS users must give Terminal (or your app of choice) Bluetooth access for this utility to work.
First, you might query the current list of discovered smartplugs. My output shows UUIDs instead of true MAC addresses due to the way the Bluetooth stack on macOS works; your output may look a little different.
>>> devices
1A494372-A92F-4710-BFBF-07DBD8604702
693907F9-3013-43AF-B8DC-8839686CBE59
74215D76-212E-45D5-BA05-AF289EB34416
Now, you could turn all of the discovered devices on with:
>>> on
Or, you could turn on a specific device.
>>> on -d 1A49
To see a complete list of commands, type garbage into the prompt:
argument {on,off,mode,power,time,synctime,schedules,remove_schedule,add_schedule,devices,quit}: invalid choice: 'qwertyasdf' (choose from on, off, mode, power, time, synctime, schedules, remove_schedule, add_schedule, devices, quit)
Next steps
I would love to get a Home Assistant integration working.
About Zuli smartplugs
Zuli smartplugs were announced on Kickstarter in 2015 with an iOS app announced at launch and an Android app promised shortly thereafter. The company has recently discontinued support for both apps, though it is still possible to use their smartplugs since they operate locally via Bluetooth.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zuli-0.0.1.tar.gz.
File metadata
- Download URL: zuli-0.0.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
573cc8c67626ba44c162d531b1e4a3fc0c82655ed6bf25e6135ac4965a3a34f9
|
|
| MD5 |
ac80b5735314e7b779b2c949a761f0ed
|
|
| BLAKE2b-256 |
acb82d5c61d51b9fa76cde74659a93d62ef86536ecc0d3e553b70d6ece7fe188
|
File details
Details for the file zuli-0.0.1-py3-none-any.whl.
File metadata
- Download URL: zuli-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c5137cc6c888eaaeb94ff30fd7ae19bac2edc2112f009b0e142ba0e99890853
|
|
| MD5 |
82d7f4080ce0984020b58195ffa24d86
|
|
| BLAKE2b-256 |
5d2e9f7887404c2e839a1db06113c86433c5d834bdd2ecfc9e291c3e9e86c79f
|