Skip to content

Commit

Permalink
Merge pull request #232 from sunspec/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
bobfox authored Dec 9, 2021
2 parents fa600e6 + 88b8414 commit cd7767e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 20 deletions.
6 changes: 3 additions & 3 deletions json/model_705.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"access": "RW",
Expand Down Expand Up @@ -121,7 +121,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"desc": "Autonomous vref value as a percentage of nominal voltage.",
Expand All @@ -130,7 +130,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"access": "RW",
Expand Down
2 changes: 1 addition & 1 deletion json/model_706.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"access": "RW",
Expand Down
6 changes: 3 additions & 3 deletions json/model_707.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"access": "RW",
Expand Down Expand Up @@ -76,7 +76,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"access": "RW",
Expand Down Expand Up @@ -123,7 +123,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"access": "RW",
Expand Down
6 changes: 3 additions & 3 deletions json/model_708.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"access": "RW",
Expand Down Expand Up @@ -76,7 +76,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"access": "RW",
Expand Down Expand Up @@ -123,7 +123,7 @@
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "VRefPct"
"units": "VNomPct"
},
{
"access": "RW",
Expand Down
31 changes: 21 additions & 10 deletions json/model_714.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,46 +73,53 @@
"name": "DCA",
"sf": "DCA_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "A"
},
{
"desc": "DC voltage for the port.",
"label": "DC Voltage",
"name": "DCV",
"sf": "DCV_SF",
"size": 1,
"type": "uint16"
"type": "uint16",
"units": "V"
},
{
"desc": "DC power for the port.",
"label": "DC Power",
"name": "DCW",
"sf": "DCW_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "W"
},
{
"desc": "Total cumulative DC energy injected for the port.",
"label": "DC Energy Injected",
"name": "DCWhInj",
"sf": "DCWH_SF",
"size": 4,
"type": "uint64"
"type": "uint64",
"units": "Wh"
},
{
"desc": "Total cumulative DC energy absorbed for the port.",
"label": "DC Energy Absorbed",
"name": "DCWhAbs",
"sf": "DCWH_SF",
"size": 4,
"type": "uint64"
"type": "uint64",
"units": "Wh"
},
{
"desc": "DC port temperature.",
"label": "DC Port Temperature",
"name": "Tmp",
"sf": "Tmp_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "C"
},
{
"desc": "DC port status.",
Expand Down Expand Up @@ -272,31 +279,35 @@
"name": "DCA",
"sf": "DCA_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "A"
},
{
"desc": "Total DC power for all ports.",
"label": "DC Power",
"name": "DCW",
"sf": "DCW_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "W"
},
{
"desc": "Total cumulative DC energy injected for all ports.",
"label": "DC Energy Injected",
"name": "DCWhInj",
"sf": "DCWH_SF",
"size": 4,
"type": "uint64"
"type": "uint64",
"units": "Wh"
},
{
"desc": "Total cumulative DC energy absorbed for all ports.",
"label": "DC Energy Absorbed",
"name": "DCWhAbs",
"sf": "DCWH_SF",
"size": 4,
"type": "uint64"
"type": "uint64",
"units": "Wh"
},
{
"desc": "DC current scale factor.",
Expand Down

0 comments on commit cd7767e

Please sign in to comment.