Skip to main content

Python wrapper for interfaceing with the Wevolor API

Project description

PyWevolor

This package is a lightweight wrapper around the local API for the Wevolor device.

Wevolor is a WiFi to bluetooth bridge device for controlling Levolor motorized blinds via the Levolor 6-channel bluetooth remote.

Requirements

Wevolor device with firmware 5.4 or higher, accessible on the local network.

Usage

Instantiate a Wevolor object with the host IP address.

Commands are triggered with methods on the Wevolor object, e.g.:

from pywevolor import Wevolor

wevolor = Wevolor(host='192.168.1.1')

# Send open command to channel 3 on the remote.
wevolor.open_blind(3)

# Send open command to channels 1 and 4 on the remote.
wevolor.open_blinds([1, 4])

# Send close command to channels 3 and 4 on the remote.
wevolor.close_blinds([3, 4])

# Get status info from Wevolor API
wevolor.get_status()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywevolor-0.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

pywevolor-0.0.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page