Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dipakparmar/tuya-homebridge

Fork of Official Tuya Homebridge custom plugin for controlling Powered by Tuya (PBT) devices in HomeKit.
https://github.com/dipakparmar/tuya-homebridge

homebridge homekit iot mqtt openapi tuya tuya-api tuya-cloud

Last synced: 27 days ago
JSON representation

Fork of Official Tuya Homebridge custom plugin for controlling Powered by Tuya (PBT) devices in HomeKit.

Awesome Lists containing this project

README

        

Fork of Official Tuya Homebridge Plugin
========================

Use [github.com/dipakparmar/tuya-homebridge](https://github.com/dipakparmar/tuya-homebridge) for reporting any issues or feature requests.






[![npm](https://img.shields.io/npm/v/@dipakparmar/homebridge-tuya-platform.svg)](https://www.npmjs.com/package/@dipakparmar/homebridge-tuya-platform)
[![npm](https://img.shields.io/npm/dt/@dipakparmar/homebridge-tuya-platform.svg)](https://www.npmjs.com/package/@dipakparmar/homebridge-tuya-platform)


[![GitHub watchers](https://img.shields.io/github/watchers/dipakparmar/tuya-homebridge.svg?style=social&label=Watch)](https://GitHub.com/dipakparmar/tuya-homebridge/watchers/)
[![GitHub stars](https://img.shields.io/github/stars/dipakparmar/tuya-homebridge.svg?style=social&label=Star)](https://GitHub.com/dipakparmar/tuya-homebridge/stargazers/)
[![GitHub forks](https://img.shields.io/github/forks/dipakparmar/tuya-homebridge.svg?style=social&label=Fork)](https://GitHub.com/dipakparmar/tuya-homebridge/network/)

If you like Tuya Homebridge Plugin - give it a star, or fork it and contribute!

Homebridge custom plugin for controlling Powered by Tuya (PBT) devices in HomeKit, it's based on [Tuya Open API](https://developer.tuya.com/en/docs/cloud/?_source=2e646f88eae60b7eb595e94fc3866975). The plugin is officially maintained by the Tuya Developer Team.

✌️✌️✌️ [Supported Tuya Device Types](https://github.com/dipakparmar/tuya-homebridge/wiki/Supported-Tuya-Device-Types?_source=6a1b8046224626e798190c06532c8be2) ✌️✌️✌️

:tada: :tada: :tada: [Vote for Tuya Homebridge Plugin New Device Driver Support!](https://github.com/tuya/tuya-homebridge/discussions/58) :tada::tada::tada:

## [Tuya Beta Test Program](https://pages.tuya.com/develop/Homebridgebetainvitation?_source=ea61b9486f59eb89a3ee74b43140b9f3#form)
Welcome to join the [Tuya Beta Test Program](https://pages.tuya.com/develop/Homebridgebetainvitation?_source=ea61b9486f59eb89a3ee74b43140b9f3#form) to get your development gifts and make the contribution to the plugin.Your feedback is valuable to the whole community.

## Important Note

If you cannot login successfully, please update to v1.5.0 as the previous version has security issues on the login feature of the plugin.

### Youtube Tutorial:

[![Youtube](https://img.youtube.com/vi/YH6d-2VJMaU/0.jpg)](https://www.youtube.com/watch?v=YH6d-2VJMaU)

## Preparation
1. [Tuya IoT Platform Configuration](https://github.com/dipakparmar/tuya-homebridge/wiki/Tuya-IoT-Platform-Configuration-Guide-Using-Smart-Home-PaaS)
2. [Use the Tuya Homebridge Plugin](https://github.com/dipakparmar/tuya-homebridge/wiki/How-to-Use-Tuya-Homebridge-Plugin)
3. [Develop a New Driver](https://github.com/dipakparmar/tuya-homebridge/wiki/How-to-Develop-a-New-Driver)
4. [How to Get Logs](https://github.com/dipakparmar/tuya-homebridge/wiki/How-To-Get-Logs)

## Set up the development environment

```
—-VSCode
—-engines
"node": “>=0.12.0”
"homebridge": ">=0.2.0"
—-dependencies
"axios": “^0.21.1",
"crypto-js": “^4.0.0”,
"mqtt": “^4.2.6",
"uuid": "^8.3.2"
```

## Tuya OpenApi Login Error Code

| Error code | Error message | Troubleshooting |
|:----|:----|:----|
| 1004 | sign invalid |


  • Incorrect `accessId` or `accessKey`. To fix the error, see [Edit config.json](https://developer.tuya.com/en/docs/iot/Tuya_Homebridge_Plugin?id=Kamcldj76lhzt#config) file.

  • Due to the new signature verification mode, the server will have the cache of the old mode. Please create a Github Issue to inform us. |
    | 1106 | permission deny |

    • Your app account is not linked with your cloud project: Link devices by using the Tuya Smart or Smart Life app with your cloud project on the [Tuya IoT Platform](https://iot.tuya.com/cloud/). For more information, see [Link devices by app account](https://developer.tuya.com/en/docs/iot/Platform_Configuration_smarthome?id=Kamcgamwoevrx#title-3-Link%20devices%20by%20app%20account).

    • The **TuyaSmart** or **SmartLife** app account which registered using **Google** or **Apple ID** email need to link your phone number and use the linked phone number as **username** to login.

    • Incorrect username or password: Enter the correct account and password of the Tuya Smart or Smart Life app in the **Account** and **Password** fields. Note that the app account must be the one you used to link devices with your cloud project on the [Tuya IoT Platform](https://iot.tuya.com/cloud/).

    • Incorrect endpoint: See [Endpoint](https://developer.tuya.com/en/docs/iot/Tuya_Homebridge_Plugin?id=Kamcldj76lhzt#endpoint) and enter the correct endpoint.

    • Incorrect countryCode: Enter the [code of the country](https://countrycode.org/) you select on logging in to the Tuya Smart or Smart Life app.

    • Incorrect **schema** (case insensitive). Currently only **tuyaSmart** and **smartlife** are supported.

    |
    | 1100 | param is empty | `username` or `appSchema` is empty: See [Edit config.json](https://developer.tuya.com/en/docs/iot/Tuya_Homebridge_Plugin?id=Kamcldj76lhzt#config) file and enter the correct parameter. |
    | 2017 | schema does not exist | Incorrect `appSchema` in `config.json`: See [Edit config.json](https://developer.tuya.com/en/docs/iot/Tuya_Homebridge_Plugin?id=Kamcldj76lhzt#config) file and enter the correct parameter. |
    | 2406 | skill id invalid |

    • Make sure you use the Tuya Smart or SmartLife app account to log in. Also, choose the right data center endpoint related to your country region. For more details, please check [Countries/Regions and Data Center](https://github.com/tuya/tuya-home-assistant/blob/master/docs/regions_dataCenters.md).

    • Your cloud project on the [Tuya IoT Development Platform](https://iot.tuya.com/?_source=a4c65f56395e05cf64cc8d4abb7396b6) should be created after May 25, 2021. Otherwise, you need to create a new project.

    |
    | 28841105 | No permissions. This project is not authorized to call this API | You have not authorized your cloud project to use the required APIs. Subscribe to the following required [API products](https://developer.tuya.com/en/docs/iot/applying-for-api-group-permissions?id=Ka6vf012u6q76#title-2-Subscribe%20to%20cloud%20products) and [authorize your project to use them](https://developer.tuya.com/en/docs/iot/applying-for-api-group-permissions?id=Ka6vf012u6q76#title-3-Authorize%20projects%20to%20call%20the%20cloud%20product).

    • Authorization

    • Smart Home Devices Management

    • Smart Home Family Management

    • Smart Home Scene Linkage

    • Smart Home Data Service

    • Device Status Notification

    |

    ## Users

    If you are a smart home geek and have a bundle of devices from different platforms, this step-by-step tutorial will help you make devices HomeKit-enabled and then develop Tuya Homebridge plugins.

    ## Feedback

    You can use the **GitHub Issue** or [**tickets**](https://service.console.tuya.com/8/2/list?_source=c5965e0f53c87ba9d0eb99af0f4b124f) to provide feedback on any problems you encounter.

    ## LICENSE

    For more information, see the [LICENSE](LICENSE) file.