homebridge-tuya-smarthome
v1.1.1
Published
Homebridge custom plugin for controlling Powered by Tuya (PBT) devices in HomeKit, it's based on Tuya Open API.
Downloads
22
Maintainers
Readme
Homebridge Tuya SmartHome
A slighlty better version of the Official Tuya Homebridge plugin.
Note: I use this for my personal setup but feel free to contribute :)
Supported Devices
Installation
- See Tuya Setup Guide to get started.
- Visit Homebridge documentation.
I recommend you use the Configuration UI. But just incase:
{ "options": { "username": "[email protected]", "password": "<password>", "clientId": "<client-id>", "clientSecret": "<client-secret>", "baseUrl": "https://openapi.tuyaus.com", "schema": "tuyaSmart", "countryCode": 63 }, "platform": "TuyaSmartHome" }
Credits
- Tuya Homebridge - Copy & Pasted some core codes