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

Add Girier 3 Channel Switch Model-L as White Label to TS0013_switch_module #7744

Merged

Conversation

matriphe
Copy link
Contributor

@matriphe matriphe commented Jul 6, 2024

This PR adds white label Girier 3 gang (channel) switch model ZB08 (manufacturer name _TZ3000_ypgri8yz) to the existing TS0013_switch_module.

Device Info

Device Info JSON
{
  "id": 12,
  "type": "EndDevice",
  "ieeeAddr": "0xa4c1386c8751eaa3",
  "nwkAddr": 65160,
  "manufId": 4417,
  "manufName": "_TZ3000_ypgri8yz",
  "powerSource": "Mains (single phase)",
  "modelId": "TS0013",
  "epList": [
    1,
    2,
    3
  ],
  "endpoints": {
    "1": {
      "profId": 260,
      "epId": 1,
      "devId": 256,
      "inClusterList": [
        3,
        4,
        5,
        6,
        57344,
        57345,
        0
      ],
      "outClusterList": [
        25,
        10
      ],
      "clusters": {
        "57344": {
          "attributes": {
            "53251": "AAAAAgAABAAA"
          }
        },
        "genBasic": {
          "attributes": {
            "65503": "\u0011\u001c\u001b.\u0012",
            "65506": 55,
            "65508": 0,
            "65534": 0,
            "stackVersion": 0,
            "dateCode": "",
            "manufacturerName": "_TZ3000_ypgri8yz",
            "zclVersion": 3,
            "appVersion": 68,
            "modelId": "TS0013",
            "powerSource": 3
          }
        },
        "genOnOff": {
          "attributes": {
            "onOff": 0,
            "onTime": 0,
            "offWaitTime": 0,
            "moesStartUpOnOff": 0
          }
        },
        "manuSpecificTuya_3": {
          "attributes": {
            "switchType": 0
          }
        }
      },
      "binds": [
        {
          "cluster": 6,
          "type": "endpoint",
          "deviceIeeeAddress": "0x90395efffe3ed413",
          "endpointID": 1
        }
      ],
      "configuredReportings": [],
      "meta": {}
    },
    "2": {
      "profId": 260,
      "epId": 2,
      "devId": 256,
      "inClusterList": [
        4,
        5,
        6
      ],
      "outClusterList": [],
      "clusters": {
        "genOnOff": {
          "attributes": {
            "onOff": 0,
            "onTime": 0,
            "offWaitTime": 0
          }
        }
      },
      "binds": [
        {
          "cluster": 6,
          "type": "endpoint",
          "deviceIeeeAddress": "0x90395efffe3ed413",
          "endpointID": 1
        }
      ],
      "configuredReportings": [],
      "meta": {}
    },
    "3": {
      "profId": 260,
      "epId": 3,
      "devId": 256,
      "inClusterList": [
        4,
        5,
        6
      ],
      "outClusterList": [],
      "clusters": {
        "genOnOff": {
          "attributes": {
            "onOff": 0,
            "onTime": 0,
            "offWaitTime": 0
          }
        }
      },
      "binds": [
        {
          "cluster": 6,
          "type": "endpoint",
          "deviceIeeeAddress": "0x90395efffe3ed413",
          "endpointID": 1
        }
      ],
      "configuredReportings": [],
      "meta": {}
    }
  },
  "appVersion": 68,
  "stackVersion": 0,
  "hwVersion": 1,
  "dateCode": "",
  "zclVersion": 3,
  "interviewCompleted": true,
  "meta": {
    "configured": 332242049
  },
  "lastSeen": 1720259404959
}

Product Image

Installed Device

IMG_2789

Box

IMG_2792

IMG_2790

IMG_2793

Zigbee2MQTT Dashboard

Screenshot 2024-07-06 at 12 19 14

Product URL

Aliexpress

girier-switch

@matriphe matriphe marked this pull request as ready for review July 6, 2024 10:46
@Koenkk Koenkk merged commit 56fc8a4 into Koenkk:master Jul 7, 2024
2 checks passed
lgraf pushed a commit to lgraf/zigbee-herdsman-converters that referenced this pull request Jul 7, 2024
* Add Whitelabel Girier 2 Gang Switch to TS0013_switch_module

* Rename to channel instead of gang

* Update description

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

Successfully merging this pull request may close these issues.

2 participants