obisCode (object)

obisCode #

An obisCode object represents a detected OBIS code in the display. It is only available from API version 2025-01-01. It always contains the following properties:

Examples of supported OBIS-codes and their descriptions #

  • 1.8.0: Positive active energy (A+) total [kWh]
  • 1.8.1: Positive active energy (A+) in tariff T1 [kWh]
  • 1.8.2: Positive active energy (A+) in tariff T2 [kWh]
  • 1.8.3: Positive active energy (A+) in tariff T3 [kWh]
  • 2.8.0: Negative active energy (A+) total [kWh]
  • 2.8.1: Negative active energy (A+) in tariff T1 [kWh]
  • 2.8.2: Negative active energy (A+) in tariff T2 [kWh]
  • 2.8.3: Negative active energy (A+) in tariff T3 [kWh]

Example response from API version 2025-01-01 #

{
    "objects": [
        {
            "meter": {
                "objects": {
                    "displayReading": [
                        {
                            "objects": {
                                "obisCode": [
                                    {
                                        "index": 0,
                                        "objectId": "o-T20om1W2",
                                        "messages": [],
                                        "confidence": "high",
                                        "value": "1.8.0",
                                        "valueBeforeCorrection": "1.8.0"
                                    }
                                ],
                                "displayUnit": []
                            },
                        }                      
                    ],
                    "serialNumber": [],
                    "barcode": [],
                    "datamatrix": [],
                    "qrCode": []
                }
            }
        }
    ]
}