Add MJWSD05MMC international variant (xiaomi.sensor_ht.o3, pid 19527)#1723
Open
maxikoz wants to merge 1 commit into
Open
Add MJWSD05MMC international variant (xiaomi.sensor_ht.o3, pid 19527)#1723maxikoz wants to merge 1 commit into
maxikoz wants to merge 1 commit into
Conversation
…, pid 19527) This is the international/Malaysian variant of the MJWSD05MMC TH sensor, which differs from the Chinese version (miaomiaoce.sensor_ht.t9, pid 10290) in that it uses MiBeacon v1 EIDs for telemetry instead of MiBeacon v2: - Temperature: eid 18433 (mi=18433) instead of 19457 - Humidity: eid 18434 (mi=18434) instead of 19458 - Battery: eid 19459 (mi=19459) instead of 18435 Tested on real device with firmware 2.0.0_0005 paired to MGL03 gateway (firmware 1.4.6_0043, V5R022C10S110). Confirmed by gateway _sync.ble_query_dev response showing pdid 19527 with MiBeacon v1 upRule for these EIDs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This adds support for the international/Malaysian variant of the Xiaomi Smart Temperature & Humidity Monitor (MJWSD05MMC).
The model name on the box is identical to the existing pid 10290 (
miaomiaoce.sensor_ht.t9, Chinese version), but the device internally identifies as a different product (xiaomi.sensor_ht.o3, pid 19527) and uses a different MiBeacon protocol version for telemetry:Testing
Tested on real hardware:
_sync.ble_query_devresponse which returnedpdid: 19527and anupRulelisting exactly the EIDs added in the specNotes
ENTITY_LAZYsince gateway only forwards battery events on schedule (upRule.intvl=600), so the entity appears after first scheduled event rather than on device discovery