P1 smartmeter (API)

Let me add to this conundrum. My json post is accepted, but I seem to be having the wrong layout, since it only gives me 0 W Electricity Current Usage, 0 W Electricity Usage-Generated and 0 W Electricity Current Delivery in the P1 smartmeter overview screen. Here is my json post (redacted the readings to 1234):

Contents of json post

{
“meterType”: “Iskra ME382”,
“version”: “DSMR 2.2”,
“timestamp”: 200825131512,
“data.electricity”: {
“received”: {
“tariff1”: {
“reading”: 1234.323,
“unit”: “kWh”
},
“tariff2”: {
“reading”: 1234.696,
“unit”: “kWh”
},
“actual”: {
“reading”: 0.10,
“unit”: “kW”
}
},
“delivered”: {
“tariff1”: {
“reading”: 1234.689,
“unit”: “kWh”
},
“tariff2”: {
“reading”: 1234.372,
“unit”: “kWh”
},
“actual”: {
“reading”: 0.00,
“unit”: “kW”
}
},
“tariffIndicator”: 2,
“switchPosition”: 0,
“voltageSags”: {
“L1”: 0,
“L2”: 0,
“L3”: 0
},
“voltageSwells”: {
“L1”: 0,
“L2”: 0,
“L3”: 0
}
},
“gas”: {
“reading”: 0,
“unit”: “m3”
}
}