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
- Host: GitHub
- URL: https://github.com/lodev09/homebridge-tuya-smarthome
- Owner: lodev09
- License: apache-2.0
- Created: 2021-05-30T15:16:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T09:53:49.000Z (about 5 years ago)
- Last Synced: 2025-08-09T07:58:34.607Z (12 months ago)
- Language: TypeScript
- Size: 1.08 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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