Skip to main content

Python library for interfacing with selve devices using the USB-RF controller

Project description

PyPI version

A simple Python API for controlling RF Blinds / shutters / awning from selve using a USB-RF Gateway. At present, only Iveo devices are supported.

The complete protocol specification can be found at selve

Example of use

Create a new instance of the gateway:

gat = Gateway(portname)

portname is the name of the serial port where the usb rf gateway is listed on the os. Please refer to the serial library documentation.

By default the gateway will discover all Iveo devices already registered onto the gateway.

To access them:

gat.devices()

Will return a list of IveoDevices()

Each IveoDevice can be controlled by using the already defined commands: stop() moveUp() moveToIntermediatePosition1() and moveToIntermediatePosition2()

The library also allows to send directly commands to the gateway without the need of using the IveoDevice abstraction just create the command and execute using the gateway:

command = IveoCommandGetIds()
command.execute(gat)

Once executed the response is stored in the command instance for later user or just to discard.

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

python-selve-1.1.2.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

python_selve-1.1.2-py3-none-any.whl (9.4 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