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

New device request: Sengled smart sensor #2870

Closed
clockbrain opened this issue Jun 3, 2020 · 10 comments
Closed

New device request: Sengled smart sensor #2870

clockbrain opened this issue Jun 3, 2020 · 10 comments

Comments

@clockbrain
Copy link
Contributor

Hi, it would be great if support for the Sengled smart sensor E1D-G73 could be added.

Clusters (though they don't look right - maybe mixed up with a different Sengled sensor floodlight I also recently added to my network?)
image

Node info:
image

Basic cluster:
image

I've added the model to de_web_plugin.cpp and got it paired. master...clockbrain:sengled_e1d
It shows in the web API but not in Phoscon. The sensor shows and registers state changes in Home Assistant via the deconz addin.

Is there something else I need to change to get it showing in Phoscon? Also, the battery level isn't showing in the Api.

    "19": {
        "config": {
            "battery": null,
            "on": true,
            "pending": [],
            "reachable": true
        },
        "ep": 1,
        "etag": "5f39d80585f247d2bc3f29ef511f9bc6",
        "lastseen": "2020-06-03T04:23:08.753",
        "manufacturername": "sengled",
        "modelid": "E1D-G73",
        "name": "E1D-G73",
        "state": {
            "lastupdated": "2020-06-03T02:55:12.418",
            "lowbattery": false,
            "open": false,
            "tampered": false
        },
        "type": "ZHAOpenClose",
        "uniqueid": "b0:ce:18:14:00:0e:72:6a-01-0500"
    },
@SwoopX
Copy link
Collaborator

SwoopX commented Jun 4, 2020

Clusters (though they don't look right - maybe mixed up with a different Sengled sensor floodlight I also recently added to my network?)

What should have been mixed up exactly?

Attribute reporting hasn't been taken care of yet, so no battery. What does the device offer after the power configuration attributes have been read?

@clockbrain
Copy link
Contributor Author

What should have been mixed up exactly?

I had been simultaneously playing with a Sengled E13-A21 floodlight and as per #2155 (comment) I was trying to get the 0500 IAS motion detection zone showing for that device.

So I was surprised when this contact sensor showed an 0500 IAS zone. But now that I look more closely at the cluster for this contact sensor it looks ok.
image
image

Here's the Power Configuration cluster attributes for the E1D-G73:
image

@SwoopX
Copy link
Collaborator

SwoopX commented Jun 4, 2020

Ah, ok. Does it work for the bulp now?

@clockbrain
Copy link
Contributor Author

Nope. I got the metering to work but can't get the 0500 IAS cluster to appear on that bulb no matter how many times I try. I've factory reset it and paired it again but no better.

@SwoopX
Copy link
Collaborator

SwoopX commented Jun 4, 2020

I'll jump into the original issue

@clockbrain
Copy link
Contributor Author

Is it worth also adding the IAS zone cluster check for this E1D-G73 contact sensor https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/de_web_plugin.cpp#L4127

I see there is a bunch of other contact sensors being checked there.

I could add it myself to my setup but I've no idea what that cluster actually achieves, i.e. how I would test it.

@SwoopX
Copy link
Collaborator

SwoopX commented Jun 5, 2020

Already did that with ad423ce

@SwoopX
Copy link
Collaborator

SwoopX commented Jun 18, 2020

Closing this as PR has been merged. Supported with .78

@SwoopX SwoopX closed this as completed Jun 18, 2020
@stevenwfoley
Copy link

Hello,
I have a couple of these Sengled E1D-G73 sensors that are not working in deconz v2.05.82. The device shows up in the deconz gui, but is not reading/populating the clusters. The dot for the drop-down cluster menu is not even showing on the object in the gui.

@SwoopX
Copy link
Collaborator

SwoopX commented Sep 17, 2020

@stevenwfoley Please raise a seperate issue on this one to follow up, thanks!

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

No branches or pull requests

4 participants