Hi everyone,
I recently built a Homey app for the TZ-X1 Smart Scene Button — a Tuya Zigbee rotary knob (Manufacturer ID: _TZ3000_gwkzibhs, Model ID: TS004F).
The app supports all of its actions as Flow trigger cards:
- Single press, double press, long press
-
- Rotate left / right (with direction & speed tokens)
-
- Press and rotate left / right
-
- Battery monitoring with low (< 20%) and critical (< 10%) alerts
- The app is installed directly via the Homey CLI (not the App Store yet)

- git clone GitHub - pobao/Homey-tz-x1: Managing your tz-x1 on your Homey · GitHub
- cd homey-tz-x1
- npm install
- homey app install
GitHub repo: GitHub - pobao/Homey-tz-x1: Managing your tz-x1 on your Homey · GitHub
Does anyone else have this device? I’d love for people to try it out and share feedback, bug reports, or ideas for improvement. Feel free to open an issue on GitHub or reply here!