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

Added NAS-WR10B2 as White-label to TS011F_plug_1 #2631

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterfortuin
Copy link

I just bought a Neo NAS-WR10B2 and it showed up as TS011F_plug_1 and works without any problems.

@Koenkk
Copy link
Owner

Koenkk commented Mar 15, 2024

Could you provide the data/database.db entry of this device?

Groetjes uit Helmond 👋

Copy link
Contributor

This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days

@github-actions github-actions bot added the Stale label Sep 12, 2024
@peterfortuin
Copy link
Author

Could you provide the data/database.db entry of this device?

Groetjes uit Helmond 👋

I didn't see your question before. I'm going to figure it out. Give me a couple of days.

@github-actions github-actions bot removed the Stale label Sep 16, 2024
@peterfortuin
Copy link
Author

This is the entry from the database.db:

{
  "id": 13,
  "type": "Router",
  "ieeeAddr": "0x54ef44100070f7f6",
  "nwkAddr": 59006,
  "manufId": 4447,
  "manufName": "LUMI",
  "powerSource": "Mains (single phase)",
  "modelId": "lumi.plug.maeu01",
  "epList": [
    1,
    242
  ],
  "endpoints": {
    "1": {
      "profId": 260,
      "epId": 1,
      "devId": 81,
      "inClusterList": [
        0,
        2,
        3,
        4,
        5,
        6,
        9,
        1794,
        2820
      ],
      "outClusterList": [
        10,
        25
      ],
      "clusters": {
        "genBasic": {
          "attributes": {
            "modelId": "lumi.plug.maeu01",
            "manufacturerName": "LUMI",
            "powerSource": 1,
            "zclVersion": 3,
            "appVersion": 32,
            "stackVersion": 2,
            "hwVersion": 1,
            "dateCode": "09-22-2020"
          }
        },
        "haElectricalMeasurement": {
          "attributes": {
            "acPowerMultiplier": 1,
            "acPowerDivisor": 10,
            "activePower": 378
          }
        },
        "seMetering": {
          "attributes": {
            "multiplier": 1,
            "divisor": 1000,
            "currentSummDelivered": [
              0,
              113799
            ]
          }
        },
        "genOnOff": {
          "attributes": {
            "onOff": 1
          }
        },
        "manuSpecificLumi": {
          "attributes": {
            "512": 0,
            "513": 1,
            "514": 0,
            "515": 1,
            "523": 2300
          }
        },
        "genDeviceTempCfg": {
          "attributes": {
            "currentTemperature": 28
          }
        }
      },
      "binds": [
        {
          "cluster": 6,
          "type": "endpoint",
          "deviceIeeeAddress": "0x00124b002c3ad862",
          "endpointID": 1
        },
        {
          "cluster": 2820,
          "type": "endpoint",
          "deviceIeeeAddress": "0x00124b002c3ad862",
          "endpointID": 1
        },
        {
          "cluster": 1794,
          "type": "endpoint",
          "deviceIeeeAddress": "0x00124b002c3ad862",
          "endpointID": 1
        }
      ],
      "configuredReportings": [
        {
          "cluster": 6,
          "attrId": 0,
          "minRepIntval": 0,
          "maxRepIntval": 3600,
          "repChange": 0,
          "manufacturerCode": null
        },
        {
          "cluster": 1794,
          "attrId": 0,
          "minRepIntval": 5,
          "maxRepIntval": 3600,
          "repChange": 0,
          "manufacturerCode": null
        }
      ],
      "meta": {}
    },
    "242": {
      "profId": 41440,
      "epId": 242,
      "devId": 97,
      "inClusterList": [],
      "outClusterList": [
        33
      ],
      "clusters": {},
      "binds": [],
      "configuredReportings": [],
      "meta": {}
    }
  },
  "appVersion": 32,
  "stackVersion": 2,
  "hwVersion": 1,
  "dateCode": "09-22-2020",
  "zclVersion": 3,
  "interviewCompleted": true,
  "meta": {
    "configured": 1324213189
  },
  "lastSeen": 1726739051896
}

This is what you are looking for?

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