Skip to main content

Python library for interfacing with selve devices using the USB-RF controller; forked from GPULIDO

Project description

Python control of selve devices through USB-RF Gateway

======================================================

|PyPI version|

A simple Python API for controlling RF Blinds / shutters / awning from selve using a USB-RF Gateway.

All devices according to the specification are supported. Also integrated are two Threads which monitor an in- and output queue.

If you want to send an async command, just use the writeQueue. readQueue momentarily only reads events from the serial port and does not process them (tbd).

The complete protocol specification can be found at selve <https://www.selve.de/de/service/software-updates/service-entwicklungstool-commeo-usb-rf-gateway/>_

Example of use


Create a new instance of the gateway:

.. code-block:: python

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:

.. code-block:: python

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:

.. code-block:: python

command = IveoCommandGetIds()

command.execute(gat)

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

.. |PyPI version| image:: https://badge.fury.io/py/python-selve.svg

:target: https://badge.fury.io/py/python-selve

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

python-selve-new-1.0.28.tar.gz (18.3 kB view details)

Uploaded Source

File details

Details for the file python-selve-new-1.0.28.tar.gz.

File metadata

  • Download URL: python-selve-new-1.0.28.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for python-selve-new-1.0.28.tar.gz
Algorithm Hash digest
SHA256 3038bce03f40e73d675c2cc78d33175c161ea1b181d49c7089d481d0ca3a91f1
MD5 e4a1b24ac67b7ccf1d9b539258e22b3f
BLAKE2b-256 7bcde461c325a60ab468b78db0cb63240bc2584c5a3071bc1175bb0d2f886051

See more details on using hashes here.

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