Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Candeo Modmote Zigbee Scene Switch #6861

Closed
lworbey opened this issue Apr 4, 2023 · 4 comments · Fixed by #6931
Closed

Candeo Modmote Zigbee Scene Switch #6861

lworbey opened this issue Apr 4, 2023 · 4 comments · Fixed by #6931

Comments

@lworbey
Copy link

lworbey commented Apr 4, 2023

Device

  • Product name: Candeo Modmote Zigbee Scene Switch
  • Manufacturer: _TZ3000_czuyt8lz
  • Model identifier: TS004F
  • Device type : Please remove all unrelated device types.
    • Remote
    • Switch

Screenshots

Node Info

Basic

Basic Cluster

Identify

Identify Cluster

Groups

Groups Cluster

On/Off

On Off Cluster

Other clusters that are not mentioned above

Power Configuration Cluster

@BabaIsYou
Copy link
Contributor

BabaIsYou commented Apr 5, 2023

Some interesting information from manufacturer https://candeo.io/support-cmm-1/ , specially this file will help https://candeo.io/wp-content/uploads/2022/05/CandeoModmoteDTH.zip to have button map.

Seems to be a clone of Moes 4 boutons, scene switch, TS004F__TZ3000_xabckq1v that is already supported but by legacy code #4908

@BabaIsYou
Copy link
Contributor

BabaIsYou commented Apr 11, 2023

May be you can try with this DDF

{
  "schema": "devcap1.schema.json",
  "manufacturername": ["_TZ3000_rco1yzb1","_TZ3000_czuyt8lz"],
  "modelid": ["TS004F","TS004F"],
  "product": "TS004F Scene Switch",
  "sleeper": true,
  "status": "Gold",
  "subdevices": [
    {
      "type": "$TYPE_SWITCH",
      "restapi": "/sensors",
      "uuid": [
        "$address.ext",
        "0x01",
        "0x0006"
      ],
      "items": [
        {
          "name": "attr/id"
        },
        {
          "name": "attr/lastannounced"
        },
        {
          "name": "attr/lastseen"
        },
        {
          "name": "attr/manufacturername"
        },
        {
          "name": "attr/modelid"
        },
        {
          "name": "attr/name"
        },
        {
          "name": "attr/swversion"
        },
        {
          "name": "attr/type"
        },
        {
          "name": "attr/uniqueid"
        },
        {
          "name": "config/on"
        },
        {
          "name": "config/reachable"
        },
        {
          "name": "state/buttonevent"
        },
        {
          "name": "config/battery",
          "awake": true,
          "parse": {
            "at": "0x0021",
            "cl": "0x0001",
            "ep": 1,
            "eval": "Item.val = Attr.val / 2;",
            "fn": "zcl"
          }
        },
        {
          "name": "state/lastupdated"
        }
      ]
    }
  ],
  "bindings": [
    {
      "bind": "unicast",
      "src.ep": 1,
      "cl": "0x0001",
      "report": [
        {
          "at": "0x0021",
          "dt": "0x20",
          "min": 3600,
          "max": 14400,
          "change": "0x00000001"
        }
      ]
    },
    {
      "bind": "unicast",
      "src.ep": 1,
      "dst.ep": 1,
      "cl": "0x0006"
    },
    {
      "bind": "unicast",
      "src.ep": 1,
      "dst.ep": 1,
      "cl": "0x0008"
    }
  ]
}

And add the device in the list in the button_maps.json file (you will found it in the "devices" folder) :

        "Tuya3gangMap": {
            "vendor": "Tuya",
            "doc": "3-gang remote",
            "modelids": ["_TZ3000_ee8nrt2l", "_TZ3000_ygvf9xzp", "_TZ3000_t8hzpgnd", "_TZ3000_wkai4ga5", "_TZ3000_bi6lpsew", "_TZ3400_keyjhapk", "_TYZB02_key8kk7r", "_TZ3400_keyjqthh", "_TZ3400_key8kk7r", "_TZ3000_vp6clf9d", "_TYZB02_keyjqthh", "_TZ3000_peszejy7", "_TZ3000_qzjcsmar", "_TZ3000_owgcnkrh", "_TZ3000_adkvzooy", "_TZ3000_arfwfgoa", "_TZ3000_a7ouggvs", "_TZ3000_rrjr1q0u", "_TZ3000_abci1hiu", "_TZ3000_dfgbtub0", "_TZ3000_rco1yzb1", "_TZ3000_gbm10jnj", "_TZ3000_5e235jpa", "_TZ3000_sj7jbgks", "_TZ3000_w8jwkczz", "_TZ3000_dziaict4", "_TZ3000_famkxci2", "_TZ3000_itb0omhv", "_TZ3000_tzvbimpq", "_TZ3000_mh9px7cq", "_TZ3000_b7bxojrg", "_TZ3000_ufhtxr59", "_TZ3000_4upl1fcj", "_TZ3000_i3rjdrwu", "_TZ3000_abci1hiu",_TZ3000_czuyt8lz"],

Don't take care about the title Tuya3gangMap

BabaIsYou added a commit to BabaIsYou/deconz-rest-plugin that referenced this issue Apr 27, 2023
BabaIsYou added a commit to BabaIsYou/deconz-rest-plugin that referenced this issue Apr 27, 2023
Add support for  Candeo Modmote Zigbee Scene Switch dresden-elektronik#6861
@github-actions
Copy link

github-actions bot commented May 3, 2023

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

@github-actions github-actions bot added the stale label May 3, 2023
@github-actions
Copy link

As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants