Moes remote 4 buttons

Hello everyone!

I am new for Home Assistant and will be very glad to get some help here :slight_smile:

I have Zigbee remote with 4 button Moes Tuya Smart ZigBee Point to Point Control Scene Switch 4 Gang Portable – MOES and trying put it into my Home Assistant environment. I used official integration for Tuya via Tuya IoT Hub and it works good for all other my Zigbee devices. For Zigbee hub I used Tervix WiFi hub.

My remote appears in Home Assistant but without any buttons, and I can’t create an automation for it. Here is a config file for my device:

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2023.5.2",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.10.11",
    "docker": true,
    "arch": "aarch64",
    "timezone": "Europe/Kyiv",
    "os_name": "Linux",
    "os_version": "6.1.21-v8",
    "supervisor": "2023.04.1",
    "host_os": "Home Assistant OS 10.1",
    "docker_version": "23.0.3",
    "chassis": "embedded",
    "run_as_root": true
  },
  "custom_components": {
    "ariston": {
      "version": "0.13.1",
      "requirements": [
        "ariston==0.13.1"
      ]
    },
    "miwifi": {
      "version": "3.0.0",
      "requirements": []
    },
    "hacs": {
      "version": "1.32.1",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    }
  },
  "integration_manifest": {
    "domain": "tuya",
    "name": "Tuya",
    "codeowners": [
      "@Tuya",
      "@zlinoliver",
      "@frenck"
    ],
    "config_flow": true,
    "dependencies": [
      "ffmpeg"
    ],
    "dhcp": [
      {
        "macaddress": "105A17*"
      },
      {
        "macaddress": "10D561*"
      },
      {
        "macaddress": "1869D8*"
      },
      {
        "macaddress": "381F8D*"
      },
      {
        "macaddress": "508A06*"
      },
      {
        "macaddress": "68572D*"
      },
      {
        "macaddress": "708976*"
      },
      {
        "macaddress": "7CF666*"
      },
      {
        "macaddress": "84E342*"
      },
      {
        "macaddress": "D4A651*"
      },
      {
        "macaddress": "D81F12*"
      }
    ],
    "documentation": "https://www.home-assistant.io/integrations/tuya",
    "integration_type": "hub",
    "iot_class": "cloud_push",
    "loggers": [
      "tuya_iot"
    ],
    "requirements": [
      "tuya-iot-py-sdk==0.6.6"
    ],
    "is_built_in": true
  },
  "data": {
    "endpoint": "https://openapi.tuyaeu.com",
    "auth_type": 0,
    "country_code": "380",
    "app_type": "smartlife",
    "mqtt_connected": true,
    "disabled_by": null,
    "disabled_polling": false,
    "name": "Remote",
    "model": "",
    "category": "wxkg",
    "product_id": "abci1hiu",
    "product_name": "4 Gang ZigBee Scene Remote",
    "online": true,
    "sub": true,
    "time_zone": "+03:00",
    "active_time": "2023-05-07T15:43:28+00:00",
    "create_time": "2023-05-07T14:53:33+00:00",
    "update_time": "2023-05-07T15:43:28+00:00",
    "function": {},
    "status_range": {
      "switch1_value": {
        "type": "Enum",
        "value": {
          "range": [
            "single_click",
            "double_click",
            "long_press"
          ]
        }
      },
      "switch_mode2": {
        "type": "Enum",
        "value": {
          "range": [
            "click",
            "double_click",
            "press"
          ]
        }
      },
      "switch_mode3": {
        "type": "Enum",
        "value": {
          "range": [
            "click",
            "double_click",
            "press"
          ]
        }
      },
      "switch_mode4": {
        "type": "Enum",
        "value": {
          "range": [
            "click",
            "double_click",
            "press"
          ]
        }
      },
      "battery_percentage": {
        "type": "Integer",
        "value": {
          "unit": "%",
          "min": 0,
          "max": 100,
          "scale": 0,
          "step": 1
        }
      }
    },
    "status": {
      "switch1_value": "double_click",
      "switch_mode2": "click",
      "switch_mode3": "double_click",
      "switch_mode4": "click"
    },
    "home_assistant": {
      "name": "Remote",
      "name_by_user": null,
      "disabled": false,
      "disabled_by": null,
      "entities": []
    }
  }
}

Does anybody had this problem? Maybe some potential fixes can be made? Looks like state is updating as well, but I am new to Automation and don’t know how to try bind on it. I will be glad to get any kind of help! :slight_smile: Thank you very much for read this topic. Hope somebody will answer

I found out that official integration does not support this remote. Find a solution that ZHA should support it. Used Sonoff Sigbee 3.0 USB Dongle Plus for it. Now successfully can use it

I’m also using it though ZHA with a Sonoff 3.0 dongle, on a 6 foot cable.
Pairs perfectly, works perfectly. 12 functions in a single pacakage is awesome.
The battery life is terrible! It doesn’t last a month.

I’ve read using MQTT solves the battery problem but haven’t tried it.