Files
scrypted/plugins/tuya
Erik Bautista 86f3af6275 alllow triggering doorbell (#361)
Improve scanning for doorbell types

Added logs to view device status, features, and view message notifications for debugging
- fixed issue with functions not returning properly

Bump version to 0.0.6-beta.0

added support for doorbell ring trigger

bump to 0.0.6-beta.1

add online interface

pushed out of beta to latest release 0.0.6
2022-08-29 22:37:28 -07:00
..
2022-08-29 22:37:28 -07:00
2022-08-29 22:37:28 -07:00

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.

Requirements

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

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.

You also need to enable Messages Service in your project in order to receive real time notifications to Scrypted. (motion events, online/offline, light switch ect...) The way this is achieved is by following this guide.

  • You do not need to set an alert notification of your phone.
  • This might not be necessary in the future if I believe MQTT is the way to go, but in the mean time, TuyaPulse is required for this project.

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)