Immax NEO V2 (07087-2) Tuya Zigbee remote control - ZHA custom quirk and blueprints

ZHA custom quirk which exposes button actions in automations for the Zigbee remote control. There are 7 triggers that will be exposed when using the quirk:

  • short press ON
  • short press OFF
  • short press +
  • short press -
  • long press and hold +
  • long press and hold -
  • release + or - after holding them

The remote is also known as TS1001 by _TYZB01_7qf81wty

Installation

  1. Add _TYZB01_7qf81wty_TS1001.py to your custom quirks folder using the custom_quirks_path configuration variable.
  2. Restart HA
  3. (possibly optional) Re-add your remote(s) in ZHA
  4. At this point you can create manual automations using the 7 triggers mentioned, but you can also
    • Install blueprint for binding actions directly to the 7 triggers Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.
    • Install blueprint for controlling dimmable lights with the remote control Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.
2 Likes

Many thanks for the quirk and the blueprint for controlling dimmable lights. They work perfectly! Would it be possible to modify them so that long press ON changes light temperature up and long press OFF down?