Skip to content

timstallmann/pywevolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Python Wrapper for the Wevolor Device

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages