An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tuya protocol library in Go

[![codecov](https://codecov.io/gh/rkosegi/tuya-proto/graph/badge.svg?token=IBTDWS3SJJ)](https://codecov.io/gh/rkosegi/tuya-proto)
[![Go Report Card](https://goreportcard.com/badge/github.com/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 🙏