Skip to content

Commit

Permalink
update Efficiency Maine mobile home heat pump incentive (#585)
Browse files Browse the repository at this point in the history
From EM: "One other inconsistency is on the heat pump offers. We do not
have a rebate for $2,000 for a ducted system. I think what is trying to
be expressed there is that we have a Manufactured (Mobile) Home
Initiative that pays the complete installation of a heat pump and
removal of the fossil system with a customer co-pay of $2,000, where
Efficiency Maine pays the remaining cost ($12,900)"
  • Loading branch information
veekas authored Oct 1, 2024
1 parent 1678720 commit e0b38ce
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
7 changes: 4 additions & 3 deletions data/ME/incentives.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,15 @@
],
"program": "me_efficiencyMaine_efficiencyMaineResidentialHeatPumpIncentives",
"amount": {
"type": "dollar_amount",
"number": 2000
"type": "percent",
"number": 0.85,
"maximum": 12900
},
"owner_status": [
"homeowner"
],
"short_description": {
"en": "$2,000 rebate for ducted heat pump, with option to be distributed in monthly payments. Available for low income residents."
"en": "Up to 85% of the cost of ducted heat pump systems for manufactured (mobile) homes. Available for low-income households. $2,000 co-pay."
},
"low_income": "me-low-income"
},
Expand Down
41 changes: 21 additions & 20 deletions test/snapshots/v1-me-04772-state-lowincome.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,27 @@
],
"short_description": "$75 instant discount for an ECM circulator pump through participating distributors."
},
{
"payment_methods": [
"rebate"
],
"authority_type": "state",
"authority": "me-efficiency-maine",
"program": "Efficiency Maine Residential Heat Pump Incentives",
"program_url": "https://www.efficiencymaine.com",
"items": [
"ducted_heat_pump"
],
"amount": {
"type": "percent",
"number": 0.85,
"maximum": 12900
},
"owner_status": [
"homeowner"
],
"short_description": "Up to 85% of the cost of ducted heat pump systems for manufactured (mobile) homes. Available for low-income households. $2,000 co-pay."
},
{
"payment_methods": [
"rebate"
Expand Down Expand Up @@ -273,26 +294,6 @@
],
"short_description": "$2,000 rebate for new battery electric vehicles."
},
{
"payment_methods": [
"rebate"
],
"authority_type": "state",
"authority": "me-efficiency-maine",
"program": "Efficiency Maine Residential Heat Pump Incentives",
"program_url": "https://www.efficiencymaine.com",
"items": [
"ducted_heat_pump"
],
"amount": {
"type": "dollar_amount",
"number": 2000
},
"owner_status": [
"homeowner"
],
"short_description": "$2,000 rebate for ducted heat pump, with option to be distributed in monthly payments. Available for low income residents."
},
{
"payment_methods": [
"rebate"
Expand Down

0 comments on commit e0b38ce

Please sign in to comment.