Skip to content

Don't check for Automated dispatch / ppa_soln_mode in Host Developer battery configs#821

Merged
mjprilliman merged 2 commits into
developfrom
host_developer_ppa
Dec 1, 2021
Merged

Don't check for Automated dispatch / ppa_soln_mode in Host Developer battery configs#821
mjprilliman merged 2 commits into
developfrom
host_developer_ppa

Conversation

@mjprilliman

Copy link
Copy Markdown
Collaborator

Description

Add a check for Host Developer financing configs on the Revenue page to not check for the interaction between automated dispatch and ppa_soln_mode

@mjprilliman mjprilliman added this to the SAM Fall 2021 Release milestone Nov 30, 2021
@mjprilliman mjprilliman requested a review from brtietz November 30, 2021 23:24
@mjprilliman mjprilliman self-assigned this Nov 30, 2021

@brtietz brtietz 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.

Fixes the problem that was reported, but I'm a little confused about the naming of the on_load function.

// Any updates should be made to both forms.

on_load{'Financial Solution Mode Single Owner'} = define()
on_load{'Financial Solution Mode Flip Leaseback'} = define()

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.

I'm a little confused by the name change here - should this match the top of the file?

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.

You are correct this was changed on develop when it should not have been

Comment on lines -575 to -578
elseif( financing() == 'Community Solar' )
{
txt += 'Set PPA price or IRR target to zero if project only earns revenue from subscription payments on the Community Solar page.';
}

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 should not have been changed on develop

// Any updates should be made to both forms.

on_load{'Financial Solution Mode Single Owner'} = define()
on_load{'Financial Solution Mode Flip Leaseback'} = define()

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.

You are correct this was changed on develop when it should not have been

@mjprilliman mjprilliman requested a review from brtietz December 1, 2021 00:12

@brtietz brtietz 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.

Looks great!

@mjprilliman mjprilliman merged commit a5978da into develop Dec 1, 2021
@mjprilliman mjprilliman deleted the host_developer_ppa branch December 1, 2021 00:15
@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
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants