Hello guys, just wondering if anyone already came to the problem of the LYWSD03MMC with firmware v2.1.1_0159? I have a feeling that it's not correctly decoded as the `servicedata` are not matching any conditions under the https://github.com/theengs/decoder/blob/development/src/devices/LYWSD03MMC_ENCR_json.h or https://github.com/theengs/decoder/blob/development/src/devices/LYWSD03MMC_json.h. This is the example of one of the data that I receive: ``` { "name": "LYWSD03MMC", "id": "A4:C1:38:FE:05:23", "rssi": -71, "servicedatauuid": "fe95", "servicedata": "58585b05ba2305fe38c1a47efd5b977c1c00009672332b" } ```
Hello guys,
just wondering if anyone already came to the problem of the LYWSD03MMC with firmware v2.1.1_0159?
I have a feeling that it's not correctly decoded as the
servicedataare not matching any conditions under the https://github.com/theengs/decoder/blob/development/src/devices/LYWSD03MMC_ENCR_json.h or https://github.com/theengs/decoder/blob/development/src/devices/LYWSD03MMC_json.h.This is the example of one of the data that I receive: