All Projects → tuya → tuya-panel-demo

tuya / tuya-panel-demo

Licence: other
Tuya IoT Panel demo provides a series of common template codes.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to tuya-panel-demo

tuyagateway
Local Python Gateway for Tuya devices
Stars: ✭ 102 (+175.68%)
Mutual labels:  tuya
tuya-iotos-embeded-sdk-wifi-ble-bk7231t
TuyaOS Embedded SDK is designed to promote the development of smart products with BK7231T that enables communication over Wi-Fi and Bluetooth Low Energy (LE).
Stars: ✭ 32 (-13.51%)
Mutual labels:  tuya
join-us
IoT made easy!
Stars: ✭ 120 (+224.32%)
Mutual labels:  tuya
tuyapower
Python module to read status and energy monitoring data from Tuya based WiFi smart devices. This includes state (on/off), current (mA), voltage (V), and power (wattage).
Stars: ✭ 101 (+172.97%)
Mutual labels:  tuya
tuya-local
Local support for Tuya devices in Home Assistant
Stars: ✭ 150 (+305.41%)
Mutual labels:  tuya
tuya-iotos-embeded-sdk-wifi-ble-bk7231n
Tuya IoTOS Embeded SDK WiFi & BLE for BK7231N
Stars: ✭ 21 (-43.24%)
Mutual labels:  tuya
Tuya Convert
A collection of scripts to flash Tuya IoT devices to alternative firmwares
Stars: ✭ 3,338 (+8921.62%)
Mutual labels:  tuya
tuyasmart ios sdk
No description or website provided.
Stars: ✭ 22 (-40.54%)
Mutual labels:  tuya
TUYA IPC SDK
No description or website provided.
Stars: ✭ 72 (+94.59%)
Mutual labels:  tuya
tuya-iot-python-sdk
Tuya IoT Python SDK for Tuya Open API.
Stars: ✭ 56 (+51.35%)
Mutual labels:  tuya
tuya-panel-kit
高效、统一、可视化
Stars: ✭ 16 (-56.76%)
Mutual labels:  tuya
tuya-home-assistant
Home Assistant integration for controlling Powered by Tuya (PBT) devices using Tuya Open API, maintained by the Home Assistant Community and Tuya Developer Team.
Stars: ✭ 684 (+1748.65%)
Mutual labels:  tuya
tuya-home-ios-sdk
Tuya Smart Life App SDK is designed to promote the development of apps with multiple smart device features, such as device pairing, device control, firmware updates, scheduled tasks, and smart scenes.
Stars: ✭ 17 (-54.05%)
Mutual labels:  tuya
tuyasmart android sdk
No description or website provided.
Stars: ✭ 34 (-8.11%)
Mutual labels:  tuya
tuyaface
Python Tuya client that allows you to locally communicate with tuya devices
Stars: ✭ 44 (+18.92%)
Mutual labels:  tuya
ESPHome-Devices
A collection of ESPHome custom components, configuration files, and custom code for my various ESP8266/ESP32 devices that integrate with Home Assistant.
Stars: ✭ 83 (+124.32%)
Mutual labels:  tuya
tinytuya
Python API for Tuya WiFi smart devices using a direct local area network (LAN) connection or the cloud (TuyaCloud API).
Stars: ✭ 236 (+537.84%)
Mutual labels:  tuya
tuya-connector
tuya-connector helps you efficiently create cloud development projects regarding the OpenAPI or message subscription capabilities. You can put all the focus on business logic without taking care of server-side programming nor relational databases.
Stars: ✭ 28 (-24.32%)
Mutual labels:  tuya
Tuya-v2-Supported-Devices
A collection of all of the known working Tuya v2 Devices
Stars: ✭ 30 (-18.92%)
Mutual labels:  tuya
tysdk for esp8266
No description or website provided.
Stars: ✭ 36 (-2.7%)
Mutual labels:  tuya

Tuya Panel Templates

English | 简体中文

This document provides development templates of common categories.

You can read the official documents for more information.

Prerequisites

  • nodejs 8+
  • npm or yarn

Running

To quickly run a panel project, run:

$ cd examples/${TemplateName}
$ npm install && npm run start
# or
$ yarn && yarn start # if you use yarn

Then, open your Tuya Smart app for debugging.

Examples

It is recommended to use the template of tuya-panel-ki 4.0.0 or above for development, and the 2.0.0 series is no longer maintained

You can check the complete list of Tuya Panel examples here.

Batch upgrade tuya-panel-kit

# 4.x & 2.x
$ sudo ./scripts/tuya-panel-kit 4.x 2.x
# 4.x
$ sudo ./scripts/tuya-panel-kit 4.x
# 2.x
$ sudo ./scripts/tuya-panel-kit "" 2.x

License

Copyright © 2020

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].