Installation
Option 1: Homebridge Config UI X
- Open the Homebridge UI.
- Go to Plugins.
- Search for
@nubisco/homebridge-tuya-local-platform. - Click Install.
- Restart Homebridge.
Option 2: Manual (npm)
bash
npm install -g @nubisco/homebridge-tuya-local-platformRestart Homebridge after installation.
Verify Installation
Check that the plugin is registered:
bash
npm list -g @nubisco/homebridge-tuya-local-platformUpgrading from homebridge-tuya / TuyaLocalPlatform
If you previously used the homebridge-tuya plugin with "platform": "TuyaLocalPlatform":
- Uninstall the old plugin.
- Install this plugin.
- Update your
config.json— change"platform": "TuyaLocalPlatform"to"platform": "TuyaLocalPlatform". - Restart Homebridge.
All device configurations remain compatible.