The following is an annotated list of OBIS codes returned by a current SAGEMCOM XT211 Smart Meter installed by Groupe E. The raw values can be seen in the Tasmota console by uncommenting / adding the following line in your gPlug's Script:
; Output data in console - use this to identify the raw data returned from your smart meter
->sensor53 d1BLUF: Here is the reordered table without the Values column, and with concise labels (no redundant OBIS repeats).
| Label | OBIS Code | Unit | Description | Notes/Interpretation |
|---|---|---|---|---|
| SM-ID | 0-0:0.0.0 | - | Equipment ID | Manufacturer/meter equipment identifier |
| ID | 0-0:96.1.2 | - | Meter serial number | Unique meter identification |
| FW | 0-0:96.1.4 | - | Firmware version | Software version running on meter |
| DateTime | 0-0:1.0.0 | - | Meter timestamp | Telegram time (YYMMDDhhmmss + season) |
| Tariff | 0-0:96.14.0 | - | Tariff indicator | Active tariff (1=T1, 2=T2) |
| OutagesShort | 0-0:96.7.21 | count | Short power failures | Total count of short interruptions |
| OutagesLong | 0-0:96.7.9 | count | Long power failures | Count of extended outages |
| EventLog | 1-0:99.97.0 | - | Power failure event log | Entries with cause, timestamp, duration |
| LP_Records | 0-0:98.1.0 | - | Load profile records | Number of stored profile entries |
| Msg1 | 0-0:96.13.0 | text | Text message | Utility message field |
| Msg2 | 0-0:96.13.1 | text | Text message | Additional utility message field |
| SagL1 | 1-0:32.32.0 | count | Voltage sags L1 | Dips below threshold on phase 1 |
| SagL2 | 1-0:52.32.0 | count | Voltage sags L2 | Dips below threshold on phase 2 |
| SagL3 | 1-0:72.32.0 | count | Voltage sags L3 | Dips below threshold on phase 3 |
| SwellL1 | 1-0:32.36.0 | count | Voltage swells L1 | Rises above threshold on phase 1 |
| SwellL2 | 1-0:52.36.0 | count | Voltage swells L2 | Rises above threshold on phase 2 |
| SwellL3 | 1-0:72.36.0 | count | Voltage swells L3 | Rises above threshold on phase 3 |
| Pi | 1-0:1.7.0 | W | Active power import (total) | Current draw from grid |
| Po | 1-0:2.7.0 | W | Active power export (total) | Current feed-in to grid |
| P1i | 1-0:21.7.0 | W | L1 import power | Phase 1 consumption |
| P2i | 1-0:41.7.0 | W | L2 import power | Phase 2 consumption |
| P3i | 1-0:61.7.0 | W | L3 import power | Phase 3 consumption |
| P1o | 1-0:22.7.0 | W | L1 export power | Phase 1 feed-in |
| P2o | 1-0:42.7.0 | W | L2 export power | Phase 2 feed-in |
| P3o | 1-0:62.7.0 | W | L3 export power | Phase 3 feed-in |
| V1 | 1-0:32.7.0 | V | Voltage L1 | Phase 1 voltage |
| V2 | 1-0:52.7.0 | V | Voltage L2 | Phase 2 voltage |
| V3 | 1-0:72.7.0 | V | Voltage L3 | Phase 3 voltage |
| I1 | 1-0:31.7.0 | A | Current L1 | Phase 1 current |
| I2 | 1-0:51.7.0 | A | Current L2 | Phase 2 current |
| I3 | 1-0:71.7.0 | A | Current L3 | Phase 3 current |
| Ei1 | 1-0:1.8.1 | kWh | Import energy T1 | Cumulative consumption tariff 1 |
| Ei2 | 1-0:1.8.2 | kWh | Import energy T2 | Cumulative consumption tariff 2 |
| Eo1 | 1-0:2.8.1 | kWh | Export energy T1 | Cumulative feed-in tariff 1 |
| Eo2 | 1-0:2.8.2 | kWh | Export energy T2 | Cumulative feed-in tariff 2 |
| Ei | 1-0:1.8.0 | kWh | Import energy total | If exposed by meter; else Ei1+Ei2 |
| Eo | 1-0:2.8.0 | kWh | Export energy total | If exposed by meter; else Eo1+Eo2 |
| Demand | 1-0:1.4.0 | W | Average active power demand | Current calculated demand |
| MaxDemandTS | 1-1:1.6.0 | - | Maximum demand timestamp | Peak demand occurrence time |