Skip to content

Batt btm to grid and manual clip#754

Merged
brtietz merged 13 commits into
developfrom
batt_btm_to_grid_and_manual_clip
Nov 12, 2021
Merged

Batt btm to grid and manual clip#754
brtietz merged 13 commits into
developfrom
batt_btm_to_grid_and_manual_clip

Conversation

@brtietz

@brtietz brtietz commented Nov 11, 2021

Copy link
Copy Markdown
Collaborator

Pairs with SSC PR NatLabRockies/ssc#653

Adds UI options to enable disable clip charging and discharging to grid for behind the meter dispatch, and FOM manual dispatch.

  • Right now only custom and manual dispatch can discharge to grid from behind the meter. Future PRs may change this.
  • Right now only manual and price signals dispatch (BTM) can charge from clipped energy. Future PRs may change this.

Brian Mirletz and others added 9 commits November 8, 2021 14:57
… still need to do manual discharge to grid
1. Reorganize Discharge inputs for manual dispatch.

2. Also for manual dispatch, fix “to grid” remains checked while “discharge” is unchecked.

3. Disable "battery can discharge to grid" when it is not used in dispatch decision.

    * Discharge to grid should be shown for custom (input battery power targets) and manual.

    * It should be hidden for peak shaving, input grid power targets, and price signal forecast.

4. Fix versions.lk to address #577.
* Also updates some other defaults in battery configurations that should all be checked once things are merged into Develop and more stable.

@mjprilliman mjprilliman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few questions and UI quirks, but otherwise looks good. I'm trusting ssc to test result changes for different charging and discharging conditions

@@ -1,5 +1,5 @@
1
1058
1073

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Defaults note: PV Battery Commercial has manual schedule with 4 weekday periods and only 2 periods enabled. Manual dispatch is not the default dispatch mode for PV Battery Commercial

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peak shaving as the default dispatch is intentional.
Great point about only having two periods of discharging, I'll get that updated such that it always discharges during the high cost period.


0
2642
2567

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
The labels are a bit unclear is charging from clipped power supposed to be allowed for a custom time series?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bug, clipped power should be disabled for custom time series. I'll get this fixed in the next push.

else
{ show('batt_dispatch_auto_can_fuelcellcharge', false); }
enable('batt_dispatch_auto_can_charge',option != 3);
enable('batt_dispatch_auto_can_gridcharge', option !=3 );

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
Fuel Cell Single Owner might need some enable checks

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
Page load order is not correct for Fuel Cell Single Owner

Brian Mirletz added 3 commits November 12, 2021 09:04
…dispatch_choice_ui methodology. make the commercial battery manual dispatch default schedule match up with the high cost periods in the default utility rate
@brtietz

brtietz commented Nov 12, 2021

Copy link
Copy Markdown
Collaborator Author

@cpaulgilman Are we intending a battery paired with the fuel cell to be able to discharge to grid in this release? If so, did we want to add those to this PR or a subsequent PR?

I also made some changes to the enable/disable behavior to better reflect the powerflow calculations (which are used by everything, including fuel cell) so this might be worth another look from you.

@brtietz brtietz merged commit 48204c9 into develop Nov 12, 2021
@cpaulgilman cpaulgilman added the added to release notes PR and/or issue has been added to release notes for a public release label Dec 2, 2021
@brtietz brtietz deleted the batt_btm_to_grid_and_manual_clip branch December 7, 2021 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

added to release notes PR and/or issue has been added to release notes for a public release battery enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow battery to charge from "clipped power" for manual dispatch option Allow behind the meter dispatch to export to grid if appropriate

3 participants