Skip to content

Commit

Permalink
rename price signals dispatch to retail rate
Browse files Browse the repository at this point in the history
  • Loading branch information
brtietz committed Oct 11, 2023
1 parent a94a95a commit abfc8ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions deploy/runtime/startup.lk
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function setup_pages_battery_dispatch_btm()
[ {'name'='Battery Dispatch Grid Power Targets', 'caption'='Grid Power Targets'} ],
[ {'name'='Battery Dispatch Battery Power Targets', 'caption'='Battery Power Targets'}],
[ {'name'='Battery Dispatch Manual', 'caption'='Manual'}],
[ {'name'='Battery Dispatch Price Signal', 'caption'='Price Signal'} ],
[ {'name'='Battery Dispatch Retail Rate', 'caption'='Retail Rate'} ],
[ {'name'='Battery Dispatch Self Consumption', 'caption'='Self Consumption'} ]],
{ 'sidebar'='Battery Dispatch', 'help'='battery_dispatch_btm',
'exclusive_var' = 'batt_dispatch_excl',
Expand All @@ -201,7 +201,7 @@ function setup_pages_standalone_battery_dispatch_btm()
[ {'name'='Battery Dispatch Grid Power Targets', 'caption'='Grid Power Targets'} ],
[ {'name'='Battery Dispatch Battery Power Targets', 'caption'='Battery Power Targets'}],
[ {'name'='Battery Dispatch Manual', 'caption'='Manual'}],
[ {'name'='Battery Dispatch Price Signal', 'caption'='Price Signal'} ]],
[ {'name'='Battery Dispatch Retail Rate', 'caption'='Retail Rate'} ]],
{ 'sidebar'='Battery Dispatch', 'help'='battery_dispatch_btm',
'exclusive_var' = 'batt_dispatch_excl',
'exclusive_header_pages' = ['Battery Dispatch Common', 'Battery Dispatch Standalone Options BTM'], 'exclusive_tabs'=true, 'exclusive_hide'=true, 'bin_name'='Battery' } );
Expand Down
4 changes: 2 additions & 2 deletions deploy/runtime/ui/Battery Dispatch Options BTM.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
},
"Items": {
"Type": 6.0,
"StringList": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Price signal forecast|Self-consumption"
"StringList": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Retail rate dispatch|Self-consumption"
},
"ShowCaptions": {
"Type": 2.0,
Expand Down Expand Up @@ -586,7 +586,7 @@
"Label": "Battery dispatch options BTM",
"Units": " ",
"Group": "Battery Dispatch",
"IndexLabels": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Price signal forecast|Self-consumption",
"IndexLabels": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Retail rate dispatch|Self-consumption",
"Flags": 3.0,
"DefaultValue": 0.0,
"UIObject": "RadioChoice",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Name": "Battery Dispatch Price Signal",
"Name": "Battery Dispatch Retail Rate",
"Width": 1052.0,
"Height": 520.0,
"FormObjects": {
Expand Down Expand Up @@ -848,7 +848,7 @@
},
"Caption": {
"Type": 5.0,
"String": "Price Signal Forecast"
"String": "Retail Rate Dispatch"
},
"Bold": {
"Type": 2.0,
Expand Down Expand Up @@ -885,7 +885,7 @@
},
"Caption": {
"Type": 5.0,
"String": "The price signal forecast option operates the battery to minimize the electricity bill based on an electricity price estimate that represents the cost to the system owner of purchasing electricity from the grid in each time step."
"String": "The retail rate dispatch option operates the battery to minimize the electricity bill based on an electricity price estimate that represents the cost to the system owner of purchasing electricity from the grid in each time step."
},
"TextColour": {
"Type": 4.0,
Expand Down Expand Up @@ -1048,7 +1048,7 @@
},
"Equations": [],
"Callbacks": [
"on_load{'Battery Dispatch Price Signal'}=define()",
"on_load{'Battery Dispatch Retail Rate'}=define()",
"{\t",
"\tvalue('batt_dispatch_choice', 4);",
"\ttoggle_forecast_standalone_psd();",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"Items": {
"Type": 6.0,
"StringList": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Price signal forecast"
"StringList": "Peak shaving|Input grid power targets|Input battery power targets|Manual dispatch|Retail rate dispatch"
},
"ShowCaptions": {
"Type": 2.0,
Expand Down Expand Up @@ -267,7 +267,7 @@
"Label": "Battery dispatch choice",
"Units": " ",
"Group": "Battery Dispatch",
"IndexLabels": "Peak shaving| Input grid power targets| Input battery power targets| Manual dispatch| Price signal forecast",
"IndexLabels": "Peak shaving| Input grid power targets| Input battery power targets| Manual dispatch| Retail rate dispatch",
"Flags": 3.0,
"DefaultValue": 3.0,
"UIObject": "RadioChoice",
Expand Down

0 comments on commit abfc8ec

Please sign in to comment.