Electric Tariff input values #140
Answered
by
adfarth
vingrirr
asked this question in
8 - API: Application Programming Interface
|
Hello, I have a list of lat/long values and I am getting the commercial utility rate values from I am then calling the ReOpt API but I am unsure which of the ElectricTariff input value would correspond to the utlity rates API value? Thanks, |
Answered by
adfarth
Mar 8, 2024
Replies: 1 comment 1 reply
|
Hi! It looks like that API returns a single See the REopt.jl documentation for other ways you can input rate details. |
1 reply
Answer selected by
vingrirr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! It looks like that API returns a single$/kWh rate. You could enter that $ /kWh values into the
ElectricTariff: blended_annual_energy_rateinput. If using that input you'll need to also supply ablended_annual_demand_rate(can set to 0.0).See the REopt.jl documentation for other ways you can input rate details.