Skip to content

Commit

Permalink
Update example-normalized.json
Browse files Browse the repository at this point in the history
  • Loading branch information
megumi-szk authored Feb 18, 2025
1 parent 4f7121e commit 1aa75d9
Showing 1 changed file with 83 additions and 106 deletions.
189 changes: 83 additions & 106 deletions ZEB/MaterialLayer/examples/example-normalized.json
Original file line number Diff line number Diff line change
@@ -1,131 +1,108 @@
{
"id": "ThreePhaseAcMeasurement:LV3_Ventilation",
"type": "ThreePhaseAcMeasurement",
"dateEnergyMeteringStarted": {
"id": "urn:ngsi-ld:MaterialLayer:BOZ0000000001",
"type": "MaterialLayer",
"dateObjectCreated": {
"type": "DateTime",
"value": "2018-07-07T15:05:59.408Z"
"value": "2020-07-20T17:17:00.621Z"
},
"refDevice": {
"type": "Relationship",
"value": "Device:eQL-EDF3GL-2006201705"
},
"name": {
"value": "HKAPK0200"
"dateObjectUpdated": {
"type": "DateTime",
"value": "2020-07-20T17:17:00.621Z"
},
"description": {
"value": "measurement corresponding to the ventilation machine rooms"
"flagDeleted": {
"type": "Text",
"value": "false"
},
"totalActiveEnergyImport": {
"layerNumber": {
"type": "Number",
"value": 150781.96448
"value": 1
},
"totalReactiveEnergyImport": {
"type": "Number",
"value": 20490.3392
},
"totalActiveEnergyExport": {
"type": "Number",
"value": 1059.80176
"materialColor": {
"type": "Text",
"value": "#f5f5f5"
},
"totalReactiveEnergyExport": {
"type": "Number",
"value": 93275.02176
"materialName": {
"type": "Text",
"value": "MJS_LGS"
},
"totalActivePower": {
"materialThermalConductivity": {
"type": "Number",
"value": 31700.269531
},
"activePower": {
"type": "StructuredValue",
"value": {
"L1": 11996.416016,
"L2": 9461.501953,
"L3": 10242.351562
}
"value": 0.0963
},
"totalReactivePower": {
"materialVolumetricSpecificHeat": {
"type": "Number",
"value": -7830.332031
"value": 6600
},
"reactivePower": {
"type": "StructuredValue",
"value": {
"L1": -2612.606934,
"L2": -2209.906006,
"L3": -3007.81958
}
"objectName": {
"type": "Text",
"value": "materialLayer_1"
},
"totalApparentPower": {
"type": "Number",
"value": 36019.089844
"refMaterial": {
"type": "URI",
"value": "urn:ngsi-ld:Material:1"
},
"apparentPower": {
"type": "StructuredValue",
"value": {
"L1": 13201.412109,
"L2": 10755.304688,
"L3": 11941.094727
}
"refSlab": {
"type": "URI",
"value": "urn:ngsi-ld:Slab:BSZ0000000001"
},
"powerFactor": {
"type": "StructuredValue",
"value": {
"L1": 0.908817,
"L2": 0.879906,
"L3": 0.859293
}
"refWall": {
"type": "URI",
"value": "urn:ngsi-ld:Wall:BWZ0000000001"
},
"displacementPowerFactor": {
"shape": {
"type": "StructuredValue",
"value": {
"L1": 0.978013,
"L2": 0.973317,
"L3": 0.960382
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
0,
100,
0
],
[
100,
100,
0
],
[
0,
0,
100
],
[
100,
0,
100
],
[
0,
100,
100
],
[
100,
100,
100
]
]
}
},
"frequency": {
"thermalTransmission": {
"type": "Number",
"value": 50.020672
"value": 0.834
},
"current": {
"type": "StructuredValue",
"value": {
"L1": 56.126038,
"L2": 45.894356,
"L3": 50.872452,
"N": 0.0
}
},
"phaseVoltage": {
"type": "StructuredValue",
"value": {
"L1": 234.961304,
"L2": 234.563477,
"L3": 235.354034
}
},
"phaseToPhaseVoltage": {
"type": "StructuredValue",
"value": {
"L12": 406.769196,
"L23": 407.081238,
"L31": 407.734558
}
},
"thdVoltage": {
"type": "StructuredValue",
"value": {
"L1": 0.01471114,
"L2": 0.01600046,
"L3": 0.01541459
}
},
"thdCurrent": {
"type": "StructuredValue",
"value": {
"L1": 0.38497337,
"L2": 0.45807529,
"L3": 0.4938652
}
"thickness": {
"type": "Number",
"value": 115
}
}

0 comments on commit 1aa75d9

Please sign in to comment.