Community-maintained Universal Zigbee app with unified hybrid drivers and 18,000+ manufacturer IDs.
🏠 100% Local Control - No Cloud Required
🔋 Intelligent Auto-Detection - Power Source & Battery Type
⚡ Advanced Energy Management - Flow Cards Included
🛠️ SDK3 Compliant - Latest Homey Standards
- Total Drivers: 173
- SDK Version: 3
- Homey Compatibility: >=12.2.0
- Last Updated: 2025-11-03
- Phase 2 Status: ✅ Complete
- Intelligent Protocol Router: ✅ Integrated
- Other: 57 drivers
- Switches: 45 drivers
- Sensors: 21 drivers
- Buttons: 18 drivers
- Power: 17 drivers
- Lighting: 7 drivers
- Climate: 6 drivers
- IntelligentProtocolRouter: Auto-detects Tuya DP vs native Zigbee protocol
- BSEED Multi-Gang Fix: Resolves issue where all gangs activate together
- TS0601 Full Support: 3 device types with complete DP mapping
- HOBEIAN Manufacturer: ZG-204ZV Multisensor integration
- Device Finder Enhanced: Functional search and filters
- Integrated protocol routing in BaseHybridDevice
- BseedDetector for automatic BSEED device detection
- TuyaDataPointEngine for TS0601 devices
- All 7 network devices updated and optimized
- 97% validation success rate
- Open Homey app
- Go to "More" → "Apps"
- Search for "Universal Tuya Zigbee"
- Click "Install"
git clone https://github.com/dlnraja/com.tuya.zigbee.git
cd com.tuya.zigbee
npm install
homey app run- Node.js 18+
- Homey CLI:
npm install -g homey
# Build app
homey app build
# Validate (publish level)
homey app validate --level publish
# Run locally
homey app run# Deep coherence check
node scripts/validation/DEEP_COHERENCE_CHECKER.js
# Auto-fix issues
node scripts/validation/DEEP_COHERENCE_FIXER.js
# Update README (automatic)
node scripts/automation/AUTO_README_UPDATER.js
# Safe push & publish
node scripts/deployment/SAFE_PUSH_AND_PUBLISH.jstuya_repair/
├── drivers/ # 163 Zigbee device drivers
├── lib/ # Shared libraries
├── scripts/ # Automation & validation scripts
│ ├── automation/ # Auto-update & organization
│ ├── validation/ # Coherence checking & fixing
│ └── deployment/ # Safe push & publish
├── diagnostics/ # Issue tracking & reports
├── flow/ # Flow cards (triggers, actions, conditions)
├── locales/ # Translations (en, fr, de, nl)
└── app.json # App manifest
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Run validation:
homey app validate - Submit a pull request
GPL-3.0 - See LICENSE file
- Test App (Homey): https://homey.app/a/com.dlnraja.tuya.zigbee/test/
- Homey App Store: https://homey.app/a/com.dlnraja.tuya.zigbee/
- Community Forum: https://community.homey.app/
- Device Database: https://dlnraja.github.io/com.tuya.zigbee/
- Smart Device Finder: https://dlnraja.github.io/com.tuya.zigbee/device-finder.html
- Device Matrix: https://dlnraja.github.io/com.tuya.zigbee/matrix.html
- GitHub Repository: https://github.com/dlnraja/com.tuya.zigbee
- GitHub Actions: https://github.com/dlnraja/com.tuya.zigbee/actions
- Issues & Support: https://github.com/dlnraja/com.tuya.zigbee/issues
For issues and questions:
- Check existing issues: GitHub Issues
- Homey Community Forum: Universal TUYA Zigbee
- Diagnostic reports: Submit via Homey app settings
This README is automatically updated on each commit by AUTO_README_UPDATER.js
Last auto-update: 2025-10-25