https://github.com/yparitcher/tuya.koplugin
Koreader Tuya Plugin
https://github.com/yparitcher/tuya.koplugin
Last synced: 4 months ago
JSON representation
Koreader Tuya Plugin
- Host: GitHub
- URL: https://github.com/yparitcher/tuya.koplugin
- Owner: yparitcher
- Created: 2021-12-15T15:44:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T00:11:05.000Z (over 3 years ago)
- Last Synced: 2025-06-26T12:51:50.853Z (about 1 year ago)
- Language: Lua
- Size: 37.1 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### Koreader Tuya Plugin
Control your tuya bulbs in koreader.
Uses TinyTuya
Licenced AGPL
#### python install
To install TinyTuya on your Kindle, install NiLuJe's python3 package.
Install the correct kindle cross toolchain and load it into your `$PATH`
Extract the python3 package locally on your computer in the examle below it is in `./python3`
Your python version must be the same as the one in NiLuJe's package
Then:
```bash
python -m crossenv ./python3/bin/python3.9 cross
source ./cross/bin/activate
python -m pip install tinytuya
```
Youn can then copy the `site-packages` folder to your kindle's python install.