This PR made it into main
:
main
← pInksenberg:add_support_for_tuya_devices
opened 02:02AM - 29 Apr 25 UTC
Check all that apply
# Type of Change
- [ ] WWST Certification Request
… - If this is your first time contributing code:
- [ ] I have reviewed the README.md file
- [ ] I have reviewed the CODE_OF_CONDUCT.md file
- [ ] I have signed the CLA
- [ ] I plan on entering a WWST Certification Request or have entered a request through the WWST Certification console at developer.smartthings.com
- [ ] Bug fix
- [x] New feature
- [ ] Refactor
# Checklist
- [x] I have performed a self-review of my code
- [x] I have commented my code in hard-to-understand areas
- [x] I have verified my changes by testing with a device or have communicated a plan for testing
- [x] I am adding new behavior, such as adding a sub-driver, and have added and run new unit tests to cover the new behavior
# Description of Change
add support for tuya devices
# Summary of Completed Tests
So now there’s a subdirectory called Unofficial :
Looks like we can submit our unofficial drivers now!
Quite interesting how they bend the Zigbee standard. There’s a magic spell , a special send_tuya_command()
and much more.
1 Like
The Zigbee standard allows for manufacturer-proprietary clusters: that’s what Tuya has used from the beginning. That’s why the Tuya devces are certified by Zigbee even when they don’t work with anything else. Other manufacturers like Control4 have done the same thing since the beginning of Zigbee.