80.00 - 80.7F
80.00 - Model Number
Type: u16
Name: model-number (1)
Model Number. This is the firmware identifier.
Note
Devices will report 80.07 (Variant) simultaneously with this property.
80.01 - Firmware Version
Name: firmware-version (1)
Offset | Type | Description |
---|---|---|
0 | u8 | Major |
1 | u8 | Minor |
2 | u8 | Patch |
3 | u8 | Beta (optional) |
Beta field will normally only be present for beta versions. In this case, its value will be in the range 1-255. A value of 0 can be ignored and the version should be treated as a production release.
JSON
"{major}.{minor}.{patch}" |
"{major}.{minor}.{patch}-beta.{beta}"
80.02 - Hardware Version
Name: hardware-version (1)
Offset | Type | Description |
---|---|---|
0 | u8 | Major |
1 | u8 | Minor |
Note
If hardware version is unknown the value 0.0 is used
JSON
"{major}.{minor}"
80.03 - MAC Address
Type: u48
Name: mac-address (1)
Bluetooth MAC address.
Note
Not reported.
JSON
"[hex-string(12)]"
80.06 - Production Info
Type: u32
Name: production-info (1)
Note
Not reported.
80.07 - Variant
Type: u8
Name: variant (1)
Device variant.
One firmware (ModelNumber) can operate differently depending on value of this property.
The combination of ModelNumber and Variant defines the Meshtech Product Name.
Note
A value of 0 or 255 indicates that variant is unknown.
Note
Devices should report 80.00 (Model Number) simultaneously with this property.
80.20 - Power Source
Type: u8
Name: power-source (1)
Value | Description |
---|---|
0 | Unknown |
1 | Mains powered |
2 | Battery powered |
3 | Mains powered, with backup battery |
JSON
"unknown" | "mains" | "battery" | "mains-with-backup-battery"
80.30 - Calibration Parameter of Moko Smart Plug
Offset | Type | Description |
---|---|---|
0 | float | Power start |
4 | u32 | meter constant |
8 | float | kv |
12 | u32 | r |
16 | u16 | Power gain Channel A |
18 | u16 | Power gain Channel B |
20 | u8 | Phase Channel A |
21 | u8 | Phase Channel B |
22 | u16 | Reactive power phase |
24 | u16 | Active power offset Channel A |
26 | u16 | Active power offset Channel B |
28 | u16 | Reactive power offset Channel A |
30 | u16 | Reactive power offset Channel B |
32 | u16 | Current RMS offset Channel A |
34 | u16 | Current RMS offset Channel B |
36 | u16 | Current gain setting Channel B |
38 | u32 | Voltage conversion coefficient |
42 | u32 | Current conversion coefficient Channel A |
46 | u32 | Current conversion coefficient Channel B |
50 | u16 | Deviation |