-
Notifications
You must be signed in to change notification settings - Fork 826
Add Xiaomi LYWSD03MMC temp sensor with custom Zigbee firmware #3329
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
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #3329 +/- ##
==========================================
+ Coverage 89.87% 89.90% +0.02%
==========================================
Files 320 321 +1
Lines 10381 10407 +26
==========================================
+ Hits 9330 9356 +26
Misses 1051 1051 ☔ View full report in Codecov by Sentry. |
1a35559
to
dedfbb3
Compare
Test failed due to venv cache miss, but should pass. |
@gigamonster256 I have adapted your Quirk to ZHA-Quirks V2 so that entities are created for the setting options. Maybe someone is interested: https://github.com/tobiasb80/zha-device-handlers-LYWSD03MMC-/blob/dev/zhaquirks/custom/z03mmc.py |
Proposed change
This repo has published a custom firmware for converting the Xiaomi LYWSD03MMC to use Zigbee instead of Bluetooth. It implements a few custom attributes in order to control the built in display that require a quirk to work correctly.
Additional information
Conversion Guide: https://smarthomescene.com/guides/convert-xiaomi-lywsd03mmc-from-bluetooth-to-zigbee/
Fixes devbis/z03mmc#153
Checklist
pre-commit
checks pass / the code has been formatted using Black