@JohnWH, I don’t think this is a glitch in the system. I just found the MQTT listening debugger and looking at the messages form the CAD I am getting:
{
"electricitymeter": {
"timestamp": "2022-06-23T14:36:59Z",
"energy": {
"export": {
"cumulative": 0,
"units": "kWh"
},
"import": {
"cumulative": 3625.742,
"day": 2.236,
"week": 14.057,
"month": 105.876,
"units": "kWh",
"mpan": "REDACTED",
"supplier": "REDACTED",
"price": {
"unitrate": 0.2729,
"standingcharge": 0.4105
}
}
},
"power": {
"value": -2.244,
"units": "kW"
}
}
}
You can see the current power is showing as -2.244kW (as my solar panels are working nicely), but the export is showing 0 kWh and I know my meter is exporting. Assuming the broker is seeing the raw data then it looks like the CAD is not reporting properly