Error on the zigbee.blakadder site?

Hello,
I have a problem with a DDF file that may be missing.
I bought a Schneider Wiser CCT5011-0002 module because it noted compatible with deCONZ here : Wiser Micro Module Light Switch

But when I click on the “DECONZ” button I can’t see how to get a possible DDF file.

Is there something I haven’t understood ?

Hello, I don’t found your device too.
You can try this DDF, I can be wrong because without capture I have do it from that I have read on google, an this device have a clone on Elko brand.

{
  "schema": "devcap1.schema.json",
  "manufacturername": "Schneider Electric",
  "modelid": "PUCK/SWITCH/1",
  "vendor": "Schneider Electric or Elko",
  "product": "Wiser CCT5011-0002",
  "sleeper": false,
  "status": "Gold",
  "subdevices": [
    {
      "type": "$TYPE_ON_OFF_LIGHT",
      "restapi": "/lights",
      "uuid": [
        "$address.ext",
        "0x01"
      ],
      "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": "state/alert",
          "default": "none"
        },
        {
          "name": "state/on"
        },
        {
          "name": "state/reachable"
        }
      ]
    }
  ],
  "bindings": [
    {
      "bind": "unicast",
      "src.ep": 1,
      "cl": "0x0006",
      "report": [
        {
          "at": "0x0000",
          "dt": "0x10",
          "min": 1,
          "max": 300
        }
      ]
    }
  ]
}

Beautiful. It’s paired as light.

If I ever notice any reliability problems, I will note them here.

Thank you @Smanar.

Ok, thx, I will make a PR to submit the device officialy.

Done DDF add support for Schneider Wiser CCT5011-0002 by Smanar · Pull Request #8150 · dresden-elektronik/deconz-rest-plugin · GitHub