Skip to content

Overview

A library for communication with Skydance Wi-Fi relays.

Build Status Coverage Status Scrutinizer Code Quality PyPI Version PyPI License

The original product is a Wi-Fi to RF gateway manufactured by Skydance Co. China.

Sometimes, it is re-branded under different names. For example, in the Czech Republic, it is sold as "dimLED" system.

This aim of this library is to roughly cover capabilities of the official SkySmart Android application.

Setup

Requirements

  • Python 3.8+

Installation

$ pip install skydance

Usage

The protocol implementation is Sans I/O. You must create the connection and send the byte payloads on your own. There are some helpers in skydance.network built on top of Python's asyncio which helps you to wrap the I/O.

TODO - In meantime, please see test/test_manual.py.

Links