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

Sengled E13-A21 PAR38 bulb #2155

Closed
donnacha opened this issue Dec 1, 2019 · 6 comments
Closed

Sengled E13-A21 PAR38 bulb #2155

donnacha opened this issue Dec 1, 2019 · 6 comments

Comments

@donnacha
Copy link

donnacha commented Dec 1, 2019

Hi - looking to add device support for the above bulb (Sengled E13-A21 PAR38) with integrated motion sensor. Any help appreciated.

Bulbs do turn on and off via deConz, but no info from motion sensor or ability to toggle motion conditions on or off.

Clusters:
image

Basic cluster:
image

Scenes cluster:
image

Metering cluster:
image

OTAU:
image

@donnacha
Copy link
Author

donnacha commented Dec 1, 2019

It appears SmartThings implements this product as 'Zigbee Dimmer with Motion Sensor' - see https://github.com/liurenju/buildsys-19-code/blob/0c61fc44f9a04bfa01e43e999cd3718a3d2a8199/smartThingsGroovy/zigbee-dimmer-with-motion-sensor.groovy

@ebaauw
Copy link
Collaborator

ebaauw commented Dec 1, 2019

According to the .groovy file, it has an IAS Zone cluster, presumably for the motion. Can you try reading the Simple Descriptor(s) in the deCONZ GUI (from the left drop-down button in the node). After that, the 0x0500 cluster should appear. If you write the mac address of the RaspBee/ConBee in the IAS_CIE_Address attribute, you should get reports for motion, at least in the GUI.

@donnacha
Copy link
Author

donnacha commented Dec 1, 2019

@ebaauw Just tried that - I get a countdown when I reset the node, but no further clusters that I can see.

image

image

@stevewull
Copy link

I, too, am using the Sengled PAR38 bulb and would like to access the motion and light sensors in Deconz (and through the integration to Home Assistant, which I use for automation). My cluster info looks similar to donnacha's.

I tried your suggestion: turned on read simple description and was able to see the 0x0500 cluster. I pasted the mac address of the Conbee II into the IAS_CIE_Address. No change in the Phoscon App. I do not see the motion and light sensors.

image

image

@SwoopX
Copy link
Collaborator

SwoopX commented Jun 4, 2020

Ok, can you read the IAS zone attributes and share a screenshot? In doubt, add the IAS CIE address as you did before and write that attribute, then issue a zone enroll request with the right zone type right above by pressing exec. That should trigger enrollment.

Read the IAS zone attributes again afterwards. It should hopefully report enrolled.

@stale
Copy link

stale bot commented Jul 3, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 3, 2020
@stale stale bot closed this as completed Jul 11, 2020
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

5 participants