Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add EV charging control EMS timeseries outputs in default reports #100

Merged
merged 2 commits into from
May 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion lib/measures/default_feature_reports/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,17 @@ def run(runner, user_arguments)
'District Heating Inlet Temperature',
'District Heating Outlet Temperature',
'Cooling Coil Total Cooling Rate',
'Heating Coil Heating Rate'
'Heating Coil Heating Rate',
'Curtailed EV Power',
'Daily EV Charge Energy Capacity',
'EV Charge Ratio',
'Total Charged EV Energy',
'Total Curtailed EV Energy',
'Total Scheduled EV Energy',
'Emission Intensity Schedule Output',
'EV Charging Effective Schedule',
'EV Charging Original Schedule',
'EV Charging Original Load'
]

# add thermal comfort timeseries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,13 @@ Net Power
Net Apparent Power
Ice Thermal Storage End Fraction
Cooling Coil Ice Thermal Storage End Fraction
Curtailed EV Power
Daily EV Charge Energy Capacity
EV Charge Ratio
Total Charged EV Energy
Total Curtailed EV Energy
Total Scheduled EV Energy
Emission Intensity Schedule Output
EV Charging Effective Schedule
EV Charging Original Schedule
EV Charging Original Load