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 support for Legrand 064882 #3786

Merged
merged 1 commit into from
Jan 31, 2022
Merged

add support for Legrand 064882 #3786

merged 1 commit into from
Jan 31, 2022

Conversation

EXP-Carthage
Copy link
Contributor

Add support for Legrand Cable outlet (064882).

Features added

  • Pilot wire mode management.
  • On/Off mode management.
  • Measurement of the power consumed.

Features under development

  • Pilot wire control (comfort, comfort-1, comfort-2, eco, frost_protection, off).

Current device database

{
  "id": 2,
  "type": "Router",
  "ieeeAddr": "0x000474000011041c",
  "nwkAddr": 35191,
  "manufId": 4129,
  "manufName": " Legrand\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
  "powerSource": "Mains (single phase)",
  "modelId": " Cable outlet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
  "epList": [
    1,
    242
  ],
  "endpoints": {
    "1": {
      "profId": 260,
      "epId": 1,
      "devId": 1,
      "inClusterList": [
        0,
        3,
        4,
        6,
        5,
        64513,
        2820,
        64576
      ],
      "outClusterList": [
        0,
        64513,
        25
      ],
      "clusters": {
        "64576": {
          "attributes": {
            "0": 0
          }
        },
        "genBasic": {
          "attributes": {
            "modelId": " Cable outlet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
            "manufacturerName": " Legrand\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
            "powerSource": 1,
            "zclVersion": 2,
            "appVersion": 0,
            "stackVersion": 66,
            "hwVersion": 1,
            "dateCode": " \u000020210429\u0000\u0000\u0000\u0000\u0000"
          }
        },
        "genOnOff": {
          "attributes": {
            "onOff": 1
          }
        },
        "haElectricalMeasurement": {
          "attributes": {
            "activePower": 0,
            "acVoltageMultiplier": 0,
            "acVoltageDivisor": 0,
            "acCurrentMultiplier": 0,
            "acCurrentDivisor": 0,
            "acPowerMultiplier": 1,
            "acPowerDivisor": 1
          }
        },
        "manuSpecificUbisysDimmerSetup": {
          "attributes": {
            "0": 1,
            "1": 0,
            "2": 0
          }
        }
      },
      "binds": [
        {
          "cluster": 6,
          "type": "endpoint",
          "deviceIeeeAddress": "0x00212effff07d6c3",
          "endpointID": 1
        },
        {
          "cluster": 2820,
          "type": "endpoint",
          "deviceIeeeAddress": "0x00212effff07d6c3",
          "endpointID": 1
        },
        {
          "cluster": 64576,
          "type": "endpoint",
          "deviceIeeeAddress": "0x00212effff07d6c3",
          "endpointID": 1
        }
      ],
      "configuredReportings": [
        {
          "cluster": 6,
          "attrId": 0,
          "minRepIntval": 0,
          "maxRepIntval": 3600,
          "repChange": 0
        },
        {
          "cluster": 2820,
          "attrId": 1291,
          "minRepIntval": 5,
          "maxRepIntval": 3600,
          "repChange": 1
        }
      ],
      "meta": {}
    },
    "242": {
      "profId": 41440,
      "epId": 242,
      "devId": 97,
      "inClusterList": [],
      "outClusterList": [
        33
      ],
      "clusters": {},
      "binds": [],
      "configuredReportings": [],
      "meta": {}
    }
  },
  "appVersion": 0,
  "stackVersion": 66,
  "hwVersion": 1,
  "dateCode": " \u000020210429\u0000\u0000\u0000\u0000\u0000",
  "zclVersion": 2,
  "interviewCompleted": true,
  "meta": {
    "configured": -330706153
  },
  "lastSeen": 1643638005405,
  "useImplicitCheckin": true
}

@Koenkk Koenkk merged commit 89e904e into Koenkk:master Jan 31, 2022
@Koenkk
Copy link
Owner

Koenkk commented Jan 31, 2022

thanks!

@EXP-Carthage EXP-Carthage deleted the legrand-064882 branch January 31, 2022 17:50
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