https://github.com/rkosegi/tuya-proto
Tuya devices protocol library in Go
https://github.com/rkosegi/tuya-proto
protocol tuya-api tuya-devices
Last synced: about 1 month ago
JSON representation
Tuya devices protocol library in Go
- Host: GitHub
- URL: https://github.com/rkosegi/tuya-proto
- Owner: rkosegi
- License: apache-2.0
- Created: 2026-05-10T06:41:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-10T07:22:46.000Z (about 1 month ago)
- Last Synced: 2026-05-10T08:40:51.872Z (about 1 month ago)
- Topics: protocol, tuya-api, tuya-devices
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tuya protocol library in Go
[](https://codecov.io/gh/rkosegi/tuya-proto)
[](https://goreportcard.com/report/github.com/rkosegi/tuya-proto)
Simple protocol library for Tuya-compatible devices, written in Go.
For now, only very limited subset is implemented, namely version of `3.1` and `3.4`.
Tested with few smart plug switches.
🐛 are expected and PRs are very welcome.
## Acknowledgement
This repository is heavily inspired by these great sources
- https://github.com/codetheweb/tuyapi
- https://github.com/jasonacox/tinytuya
huge thanks 🙏