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

eWelink Waterleakage sensor. Device found Deconz but not in Phoscon #7911

Open
1 task done
Sjonn opened this issue Sep 4, 2024 · 11 comments · May be fixed by #8057
Open
1 task done

eWelink Waterleakage sensor. Device found Deconz but not in Phoscon #7911

Sjonn opened this issue Sep 4, 2024 · 11 comments · May be fixed by #8057

Comments

@Sjonn
Copy link

Sjonn commented Sep 4, 2024

Is there already an existing issue for this?

  • I have searched the existing issues and there is none for my device

Product name

Ewelink Zigbee3.0 Watersensor Alarm Water Lek Detector

Manufacturer

eWelink

Model identifier

SNZB-03

Device type to add

Sensor

Node info

afbeelding

Endpoints and clusters

afbeelding

Basic

Basic
afbeelding

Identify
afbeelding

Power Configuration Cluster
afbeelding

IAS Zone
afbeelding

Poll Control
afbeelding

OTAU
afbeelding

Further relevant clusters

Power Configuration

On/Off

Level Control

Color Control

Thermostat

Simple Metering

Electrical Measurement

Any other cluster of relevance/interest

@SwoopX
Copy link
Collaborator

SwoopX commented Sep 4, 2024

Hi there.

Unfortunately, the screenshots indicate that the clusters have not been read properly. This page explains how to read clusters. Please take new ones and update the issue accordingly. Thanks a lot!

@Sjonn
Copy link
Author

Sjonn commented Sep 4, 2024

Hello SwoopX

Enclosed the updated screenshots.

Basic Cluster
afbeelding

Identify
afbeelding

Power Configuration
afbeelding

IAS Zone
afbeelding

Poll Control
afbeelding

OTAU
afbeelding

Hope that this time the screenshots are good.

Copy link
Contributor

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

@github-actions github-actions bot added the stale label Sep 26, 2024
Copy link
Contributor

github-actions bot commented Oct 3, 2024

As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.

@github-actions github-actions bot closed this as completed Oct 3, 2024
@Smanar Smanar reopened this Dec 9, 2024
@Smanar
Copy link
Collaborator

Smanar commented Dec 9, 2024

Hello can try this DDF

{
  "schema": "devcap1.schema.json",
  "manufacturername": "eWeLink",
  "modelid": "SNZB-03",
  "vendor": "SONOFF",
  "product": "Water sensor",
  "sleeper": true,
  "status": "Gold",
  "subdevices": [
    {
      "type": "$TYPE_WATER_LEAK_SENSOR",
      "restapi": "/sensors",
      "uuid": [
        "$address.ext",
        "0x01",
        "0x0500"
      ],
      "fingerprint": {
        "profile": "0x0104",
        "device": "0x0402",
        "endpoint": "0x01",
        "in": [
          "0x0000",
          "0x0001",
          "0x0500"
        ]
      },
      "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": "config/battery",
          "refresh.interval": 7265,
          "read": {
            "at": "0x0021",
            "cl": "0x0001",
            "ep": 1,
            "fn": "zcl:attr"
          },
          "parse": {
            "at": "0x0021",
            "cl": "0x0001",
            "ep": 1,
            "eval": "Item.val = Attr.val / 2;",
            "fn": "zcl:attr"
          },
          "default": 0
        },
        {
          "name": "config/on"
        },
        {
          "name": "config/reachable"
        },
        {
          "name": "state/lastupdated"
        },
        {
          "name": "state/water",
          "awake": true
        }
      ]
    }
  ],
  "bindings": [
    {
      "bind": "unicast",
      "src.ep": 1,
      "cl": "0x0001",
      "report": [
        {
          "at": "0x0021",
          "dt": "0x20",
          "min": 3600,
          "max": 7200,
          "change": "0x00000002"
        }
      ]
    }
  ]
}

@berndthebread
Copy link

Hello Smanar, thanks for your quick reply. I tested the DDF and it works. Kind regards and have a nice day!

@github-actions github-actions bot removed the stale label Dec 10, 2024
@Smanar
Copy link
Collaborator

Smanar commented Dec 10, 2024

@berndthebread do you want to make the PR or want I make it ? to submit the DDF officialy ?

@berndthebread
Copy link

Hello Smanar, if you could create a PR that would be great.

@Smanar Smanar linked a pull request Dec 10, 2024 that will close this issue
@Smanar
Copy link
Collaborator

Smanar commented Dec 10, 2024

Done #8057

@Smanar Smanar linked a pull request Dec 10, 2024 that will close this issue
@Sjonn
Copy link
Author

Sjonn commented Dec 10, 2024

Hello Smanar, thank you for reopening the issue and creating the DDF.

Copy link
Contributor

github-actions bot commented Jan 1, 2025

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

@github-actions github-actions bot added the stale label Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants