deconz-rest-plugin icon indicating copy to clipboard operation
deconz-rest-plugin copied to clipboard

Support for Namron 4512772 8 button switch

Open joernnilsson opened this issue 1 year ago • 3 comments

Adds support for Namron 4512772 8 button switch by adding it to the existing DDF and button map.

Discussed in https://github.com/dresden-elektronik/deconz-rest-plugin/issues/7533. Solution suggested by @Smanar.

joernnilsson avatar Feb 16 '24 08:02 joernnilsson

Hello, ATM the DDF is not valid, you need to add the modelID and the manufacture Name. You are adding only the ModelID

Smanar avatar Feb 16 '24 14:02 Smanar

@joernnilsson


  "manufacturername": [
    "EcoDim",
    "EcoDim",
    "EcoDim",
    "Namron AS",
    "Namron AS",
    "Namron AS",
    "Sunricher",
    "THE LIGHT GROUP AS",
    "ROBB smarrt",
    "ROBB smarrt"
  ],
  "modelid": [
    "ED-10013",
    "ED-10014",
    "ED-10015",
    "4512703",
    "4512721",
    "4512772",
    "ZG2833K8_EU05",
    "S57003",
    "ROB_200-007-0",
    "ROB_200-025-0"
  ],

Smanar avatar Mar 09 '24 13:03 Smanar

Hey @joernnilsson, thanks for your pull request!

[!TIP] Modified bundles can be downloaded here. Relative expire date

DDB changes

Modified

  • sunricher/8button_switch.json : 8 button wall switch :heavy_check_mark:

Validation

[!TIP] Everything is fine !

:clock2: Updated for commit 82313cb1ef1a05aec95a2e62e4da44a24e90cf10

github-actions[bot] avatar Aug 07 '24 18:08 github-actions[bot]