Skip to content

Commit

Permalink
Turned on additional attributes in EPM cluster on energy-management-a…
Browse files Browse the repository at this point in the history
…pp. Now runs tests without skipping unsupported attributes.
  • Loading branch information
jamesharrow committed Feb 13, 2024
1 parent db09a64 commit ec69c76
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,19 @@ endpoint 1 {
callback attribute ranges;
callback attribute voltage;
callback attribute activeCurrent;
callback attribute reactiveCurrent;
callback attribute apparentCurrent;
callback attribute activePower;
callback attribute reactivePower;
callback attribute apparentPower;
callback attribute RMSVoltage;
callback attribute RMSCurrent;
callback attribute RMSPower;
callback attribute frequency;
callback attribute harmonicCurrents;
callback attribute harmonicPhases;
callback attribute powerFactor;
callback attribute neutralCurrent;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2860,7 +2860,7 @@
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -2898,6 +2898,38 @@
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "ReactiveCurrent",
"code": 6,
"mfgCode": null,
"side": "server",
"type": "amperage_ma",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "ApparentCurrent",
"code": 7,
"mfgCode": null,
"side": "server",
"type": "amperage_ma",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "ActivePower",
"code": 8,
Expand All @@ -2914,6 +2946,166 @@
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "ReactivePower",
"code": 9,
"mfgCode": null,
"side": "server",
"type": "power_mw",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "ApparentPower",
"code": 10,
"mfgCode": null,
"side": "server",
"type": "power_mw",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "RMSVoltage",
"code": 11,
"mfgCode": null,
"side": "server",
"type": "voltage_mv",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "RMSCurrent",
"code": 12,
"mfgCode": null,
"side": "server",
"type": "amperage_ma",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "RMSPower",
"code": 13,
"mfgCode": null,
"side": "server",
"type": "power_mw",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "Frequency",
"code": 14,
"mfgCode": null,
"side": "server",
"type": "int64s",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "HarmonicCurrents",
"code": 15,
"mfgCode": null,
"side": "server",
"type": "array",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "HarmonicPhases",
"code": 16,
"mfgCode": null,
"side": "server",
"type": "array",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "PowerFactor",
"code": 17,
"mfgCode": null,
"side": "server",
"type": "int64s",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "NeutralCurrent",
"code": 18,
"mfgCode": null,
"side": "server",
"type": "amperage_ma",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "GeneratedCommandList",
"code": 65528,
Expand Down Expand Up @@ -3010,7 +3202,8 @@
"maxInterval": 65534,
"reportableChange": 0
}
]
],
"events": []
},
{
"name": "Electrical Energy Measurement",
Expand Down

0 comments on commit ec69c76

Please sign in to comment.