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

https://github.com/lodev09/homebridge-tuya-smarthome

Just another tuya smarthome homebridge plugin
https://github.com/lodev09/homebridge-tuya-smarthome

Last synced: 6 months ago
JSON representation

Just another tuya smarthome homebridge plugin

Awesome Lists containing this project

README

          

# Homebridge Tuya SmartHome
A slighlty better version of the [Official Tuya Homebridge](https://github.com/tuya/tuya-homebridge) plugin.

**Note:** I use this for my personal setup but feel free to contribute :)

## Supported Devices
- [Light](src/lightDevice.ts)

## Installation

1. See [Tuya Setup Guide](https://developer.tuya.com/en/docs/iot/Platform_Configuration_smarthome?id=Kamcgamwoevrx) to get started.
2. Visit [Homebridge](https://github.com/homebridge/homebridge) documentation.
I recommend you use the Configuration UI. But just incase:
```json
{
"options": {
"username": "smartuser@email.com",
"password": "",
"clientId": "",
"clientSecret": "",
"baseUrl": "https://openapi.tuyaus.com",
"schema": "tuyaSmart",
"countryCode": 63
},
"platform": "TuyaSmartHome"
}
```

## Credits
- [Tuya Homebridge](https://github.com/tuya/tuya-homebridge) - Copy & Pasted some core codes