Skip to content

Commit

Permalink
Merge pull request #178 from sunspec/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
bobfox authored Dec 14, 2020
2 parents 0bde410 + 998e3f2 commit 09b35b5
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 23 deletions.
18 changes: 9 additions & 9 deletions json/model_701.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,47 +822,47 @@
{
"name": "DYN_REACT_CURR",
"notes": "",
"value": 7
"value": 6
},
{
"name": "LVRT",
"notes": "",
"value": 8
"value": 7
},
{
"name": "HVRT",
"notes": "",
"value": 9
"value": 8
},
{
"name": "WATT_VAR",
"notes": "",
"value": 10
"value": 9
},
{
"name": "VOLT_WATT",
"notes": "",
"value": 11
"value": 10
},
{
"name": "SCHEDULED",
"notes": "",
"value": 12
"value": 11
},
{
"name": "LFRT",
"notes": "",
"value": 13
"value": 12
},
{
"name": "HFRT",
"notes": "",
"value": 14
"value": 13
},
{
"name": "DERATED",
"notes": "",
"value": 15
"value": 14
}
],
"type": "bitfield32"
Expand Down
16 changes: 8 additions & 8 deletions json/model_702.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,42 +276,42 @@
{
"name": "DYN_REACT_CURR",
"notes": "",
"value": 7
"value": 6
},
{
"name": "LV_TRIP",
"notes": "",
"value": 8
"value": 7
},
{
"name": "HV_TRIP",
"notes": "",
"value": 9
"value": 8
},
{
"name": "WATT_VAR",
"notes": "",
"value": 10
"value": 9
},
{
"name": "VOLT_WATT",
"notes": "",
"value": 11
"value": 10
},
{
"name": "SCHEDULED",
"notes": "",
"value": 12
"value": 11
},
{
"name": "LF_TRIP",
"notes": "",
"value": 13
"value": 12
},
{
"name": "HF_TRIP",
"notes": "",
"value": 14
"value": 13
}
],
"type": "bitfield32"
Expand Down
24 changes: 24 additions & 0 deletions json/model_704.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,30 @@
"type": "uint16",
"units": "%Max/Sec"
},
{
"access": "RW",
"desc": "Anti-islanding enable.",
"label": "Anti-Islanding Enable",
"name": "AntiIslEna",
"notes": "",
"symbols": [
{
"desc": "Anti-islanding is disabled.",
"label": "Disabled",
"name": "DISABLED",
"notes": "",
"value": 0
},
{
"desc": "Anti-islanding is enabled.",
"label": "Enabled",
"name": "ENABLED",
"notes": "",
"value": 1
}
],
"type": "enum16"
},
{
"comments": [
"Scale Factors"
Expand Down
36 changes: 31 additions & 5 deletions json/model_713.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
"type": "uint16",
"units": "WH"
},
{
"desc": "Energy available of the DER storage (WHAvail = WHRtg * SoC * SoH)",
"label": "Energy Available",
"name": "WHAvail",
"type": "uint16",
"units": "WH"
},
{
"desc": "State of charge of the DER storage.",
"label": "State of Charge",
Expand All @@ -41,11 +48,30 @@
"units": "Pct"
},
{
"desc": "Energy available of the DER storage (WHAvail = WHRtg * SoC * SoH)",
"label": "Energy Available",
"name": "WHAvail",
"type": "uint16",
"units": "WH"
"desc": "Storage status.",
"label": "Status",
"name": "Sta",
"symbols": [
{
"desc": "No warnings or errors pending.",
"label": "OK",
"name": "OK",
"value": 1
},
{
"desc": "One or more warnings pending.",
"label": "Warning",
"name": "WARNING",
"value": 2
},
{
"desc": "One or more errors pending.",
"label": "Error",
"name": "ERROR",
"value": 3
}
],
"type": "enum16"
},
{
"desc": "Scale factor for energy capacity.",
Expand Down
2 changes: 1 addition & 1 deletion json/model_714.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
{
"desc": "DC port status.",
"label": "DC Port Status",
"name": "DCSt",
"name": "DCSta",
"notes": "",
"symbols": [
{
Expand Down

0 comments on commit 09b35b5

Please sign in to comment.