Skip to content

Commit

Permalink
Merge pull request #258 from ORNL-AMO/issue-256
Browse files Browse the repository at this point in the history
Issue 256: Implement +/- energy savings surprises
  • Loading branch information
nbintertech authored Mar 13, 2024
2 parents 9076e81 + 66c6dfc commit 52817bc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -659,12 +659,22 @@ Projects[Pages.compressedAirSystemImprovemnt] = new ProjectControl({
electricityUseKWh: absolute(-2_250_000),
},
statsActualAppliers: {
electricityUseKWh: absolute(-2_250_000),
electricityUseKWh: absolute(-2_000_000),
},
statsRecapAppliers: {
yearRebates: absolute(5_000),
},
utilityRebateValue: 5000,
recapSurprises: [{
title: 'Uh oh - Replacing the compressors did not save as much electricity as estimated!',
text: 'Uh oh - Replacing the compressors did not save as much electricity as estimated! Only 2,000,000 kWh was saved.',
className: 'year-recap-negative-surprise',
avatar: {
icon: <BoltIcon />,
backgroundColor: 'rgba(54,31,6,0.6)',
color: 'rgb(255 135 33)',
}
}],
title: 'Replace old compressors',
shortTitle: 'Replace an old, inefficient compressor system with new compressors to increase reliability and reduce energy waste.',
choiceInfoText: [
Expand Down

0 comments on commit 52817bc

Please sign in to comment.