python-vesync icon indicating copy to clipboard operation
python-vesync copied to clipboard

VeSync API Wrapper in Python. Used by EtekCity Smart Wifi Outlets.

Vesync API in Python

Adds functions to interface with the Vesync API for Etekcity Smart Wifi Outlets.

This library allows you to get a list of devices and turn them on or off

Usage

from vesync.api import VesyncApi
api = VesyncApi("USERNAME","PASSWORD")
print(api.get_devices())
api.turn_on("DEVICE_ID")
api.turn_off("DEVICE_ID")

Contributions

Pull requests are welcome.

Disclaimer

Not affiliated with the Etekcity Corporation.