A library for communication with Skydance Wi-Fi relays.
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.
- Python 3.8+
$ pip install skydance
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
.