Files
scrypted/plugins/tuya/README.md
Erik Bautista dfb80e4930 Add Tuya Camera (and Doorbell Cameras) Support (#350)
* Added Tuya support for cameras.

* Improve naming scheme, logging in, and some minor bugfixed

* Added support for live notifications from Tuya using Pulse

* Removed online from TuyaCameraLight and TuyaCamera since they are bugged atm.

- improvements on variable motion detection values
- deleted mqtt in favor or TuyaPulsar

* Updated readme and changed from Tuya Plugin to Tuya Controller

* added todos

* Created Development.md for building
- removed tsconfig.json
- fixed motion detection issue
- static video stream options
2022-08-23 19:24:21 -07:00

1.1 KiB

Tuya for Scrypted

This is a Tuya controller that integrates Tuya devices, specifically cameras, into Scrypted.

The plugin will discover all the cameras within Tuya Cloud IoT project and report them to Scrypted, including motion events, for the ones that are supported.

Retrieving Keys

In order to retrieve Access Id and Access Key, you must follow the guide below:

Follow this guide

Once you have retreived both the Access Id and Access Key from the project, you can get the User Id by going to Tuya Cloud IoT -> Select the Project -> Devices -> Link Tuya App Account -> and then get the UID.

TODOs

  • Fix 2-way talk for supported platforms (Can only work with WebRTC since we only get one stream with RTSPS)
  • Add support for camera doorbells (Just need to implement doorbell notification)