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 Aqara Ceiling Light T1M (acn032) #3070

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

Conversation

corvis
Copy link
Contributor

@corvis corvis commented Mar 25, 2024

Proposed change

This quirk adds support for power on behavior configuration to Aqara Light T1M (ceiling light with RGB ring).
This device identifies itself as lumi.light.acn032.

Additional information

Resolves #3066

Checklist

  • The changes are tested and work correctly
  • pre-commit checks pass / the code has been formatted using Black
  • Tests have been added to verify that the new code works

This quirk adds support for power on behavior configuration
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.93%. Comparing base (4b3d659) to head (6236e95).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #3070      +/-   ##
==========================================
+ Coverage   87.91%   87.93%   +0.01%     
==========================================
  Files         301      301              
  Lines        9229     9244      +15     
==========================================
+ Hits         8114     8129      +15     
  Misses       1115     1115              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@corvis
Copy link
Contributor Author

corvis commented Mar 25, 2024

Also I think it would be nice to expose this option as a configuration entity in UI preferably in as a drop-down. Can anyone point me into an relevant example?

@dmulcahey
Copy link
Collaborator

@jrseliga
Copy link

jrseliga commented Apr 4, 2024

@corvis might be outside the scope of this PR, but it would be awesome if the ring light effects could also be exposed.

I saw some indications this may be already be available in Zigbee2MQTT

@corvis
Copy link
Contributor Author

corvis commented Apr 5, 2024

I do not have capacity to reverse engineer the protocol but if there is already a working solution in Zigbee2MQTT or any other project i can back port it in ZHA. @jrseliga can you point me into the code\PR\whatever else indications you've mentioned?

@jrseliga
Copy link

jrseliga commented Apr 5, 2024

@corvis the Make It Work Youtube channel reviewed the Aqara T1M. There was a brief mention of using this device with Zigbee2MQTT. He mentioned it was not reliable, but you will notice the effects dropdown at the the bottom.

That link is right at the timestamp where he discusses Zigbee2MQTT with the Aqara T1M.

I had a look through Zigbee2MQTT repository but couldn't pinpoint what may be exposing that specific feature.

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.

[Device Support Request] Aqara Ceiling light T1M
3 participants