mirror of
https://github.com/koush/scrypted.git
synced 2026-02-28 08:22:29 +00:00
* add initial support for webrtc * Improvements in WebRTC * Added support for webrtc, testing needed - bump to v0.0.7-beta.0 * Fix issue not being able to select your prebufffer - 2 way audio support test - bump to 0.0.7-beta.1 - improve readme docs * remove null candidate * fix dorbell notifs for some models * bump to version v0.0.7
27 lines
1.5 KiB
Markdown
27 lines
1.5 KiB
Markdown
# 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.
|
|
|
|
## Features
|
|
- Supports Tuya Camera Streaming.
|
|
- Supports Tuya Doorbell Cameras with ring notifications.
|
|
- (Once Tuya Upgrades Security) 2-Way communication (for devices that support WebRTC).
|
|
|
|
## Requirements
|
|
|
|
### Access Id, Access Key, and User Id
|
|
In order to retrieve `Access Id` and `Access Key`, you must follow the guide below:
|
|
- [Using Smart Home PaaS (TuyaSmart, SmartLife, ect...)](https://developer.tuya.com/en/docs/iot/Platform_Configuration_smarthome?id=Kamcgamwoevrx&_source=6435717a3be1bc67fdd1f6699a1a59ac)
|
|
|
|
- [If you're using custom development](https://developer.tuya.com/en/docs/iot/Configuration_Guide_custom?id=Kamcfx6g5uyot&_source=bdc927ff355af92156074d47e00d6191)
|
|
|
|
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.
|
|
|
|
### Tuya Pulsar
|
|
You 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](https://developer.tuya.com/en/docs/iot/subscribe-mq?id=Kavqcrvckbh9h).
|
|
|
|
- You do not need to set an alert notification of your phone.
|
|
|