Skip to content

Commit

Permalink
Refreshing data for VT (#493)
Browse files Browse the repository at this point in the history
For VT, I updated the spreadsheet manually for anything that had an end
date in the past, and I also corrected a few inconsistencies between our
data and how the incentive programs were written. Then, I used the
spreadsheet to JSON script to update the JSON, which worked great and
definitely saved a bunch of time.

I'm starting to think about how to automate the data update part itself.
I haven't looked into whether the LLM data collection process is
deterministic when it comes to the ordering of the resulting incentives,
but I expect it's not. I think that makes it really hard to use it as-is
to refresh the data. Ideally we can have a mapping between old and new
incentives so we can only look at what changed instead of re-reviewing
all of the data after a refresh.
  • Loading branch information
mariabajzek committed May 29, 2024
1 parent 6ec3ac3 commit 29e5197
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 73 deletions.
72 changes: 37 additions & 35 deletions data/VT/incentives.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"es": "Los clientes de BED pueden recibir un reembolso posterior a la compra de hasta $12,000 al instalar una bomba de calor de aire a agua."
},
"start_date": "2021-01-01",
"end_date": "2023-12-31",
"end_date": "2024-12-31",
"bonus_available": true
},
{
Expand All @@ -104,7 +104,7 @@
"es": "Los clientes de BED que reúnan los requisitos de ingresos pueden optar a un reembolso adicional ampliado de $400 al instalar una bomba de calor aire a agua certificada."
},
"start_date": "2021-01-01",
"end_date": "2023-12-31",
"end_date": "2024-12-31",
"bonus_available": true,
"low_income": "vt-burlington-electric-department"
},
Expand Down Expand Up @@ -132,7 +132,7 @@
"es": "Los miembros de Washington Electric Co-op reciben un reembolso fijo de $500 por una bomba de calor aire a agua."
},
"start_date": "2023",
"end_date": "2023"
"end_date": "2024"
},
{
"id": "VT-6",
Expand Down Expand Up @@ -273,19 +273,19 @@
"program": "vt_burlingtonElectricDepartment_burlingtonElectricDepartment-RebateForDuctedHeatPump",
"amount": {
"type": "dollar_amount",
"number": 6250,
"minimum": 1250,
"maximum": 6250
"number": 5450,
"minimum": 1350,
"maximum": 5450
},
"owner_status": [
"homeowner"
],
"short_description": {
"en": "Up to $6,250 on heat pump installation.",
"es": "Hasta $6,250 en instalación de bomba de calor."
"en": "Up to $5,450 on heat pump installation.",
"es": "Hasta $5,450 en instalación de bomba de calor."
},
"start_date": "2023-01-01",
"end_date": "2023-12-31",
"end_date": "2024-12-31",
"bonus_available": true
},
{
Expand All @@ -312,7 +312,7 @@
"es": "Los residentes de Vermont que cumplan con el nivel de ingresos y sean clientes de BED pueden optar por un reembolso adicional ampliado de $400 al instalar una bomba de calor con ductos certificada."
},
"start_date": "2023-01-01",
"end_date": "2023-12-31",
"end_date": "2024-12-31",
"low_income": "vt-burlington-electric-department"
},
{
Expand Down Expand Up @@ -452,18 +452,18 @@
"amount": {
"type": "percent",
"number": 0.75,
"minimum": 2100,
"minimum": 500,
"maximum": 2500
},
"owner_status": [
"homeowner"
],
"short_description": {
"en": "Rebate up to $2,500 on qualifying ductless heat pumps, plus an additional $500 for a second heat pump.",
"es": "Los clientes de BED pueden recibir un reembolso de hasta $2,500 en las bombas de calor que cumplan los requisitos, más $500 adicionales por una segunda bomba de calor."
"en": "Customers may receive a rebate up to $2,500 on qualifying ductless heat pumps, or $500 for a second heat pump.",
"es": "Los clientes de BED pueden recibir un reembolso de hasta $2,500 en las bombas de calor que cumplan los requisitos, o $500 por una segunda bomba de calor."
},
"start_date": "2022-01-01",
"end_date": "2023-12-31"
"end_date": "2024-12-31"
},
{
"id": "VT-25",
Expand All @@ -489,7 +489,7 @@
"es": "Los clientes de BED que cumplan los niveles de ingresos pueden optar a un reembolso mejorado de $400 por una bomba de calor sin ductos."
},
"start_date": "2022-01-01",
"end_date": "2023-12-31",
"end_date": "2024-12-31",
"low_income": "vt-burlington-electric-department"
},
{
Expand Down Expand Up @@ -567,7 +567,7 @@
"en": "Up to $900 back on qualifying level 2 charger purchased within 60 days of vehicle purchase or lease. May be eligible for discounted EV charging rate.",
"es": "Devolución de hasta $900 por la compra de un cargador de nivel 2 válido en los 60 días siguientes a la compra o arrendamiento del vehículo. Con un cargador autorizado, puede registrarse para obtener una tarifa de carga de VE con descuento de 8 centavos/kWH cuando realice la recarga entre las 10 de la noche y el mediodía."
},
"end_date": "2023-12-31",
"end_date": "2024-12-31",
"bonus_available": true
},
{
Expand Down Expand Up @@ -761,9 +761,10 @@
],
"program": "vt_washingtonElectricCooperative_buttonUpWEC-GroundSourceHeatPumpRebate",
"amount": {
"type": "dollars_per_unit",
"type": "dollar_amount",
"number": 2000,
"unit": "ton"
"minimum": 500,
"maximum": 2000
},
"owner_status": [
"homeowner"
Expand All @@ -773,7 +774,7 @@
"es": "Los miembros de la cooperativa WEC pueden recibir un reembolso adicional de hasta $2,000 según la capacidad de la bomba de calor GS."
},
"start_date": "2023",
"end_date": "2023"
"end_date": "2024"
},
{
"id": "VT-40",
Expand Down Expand Up @@ -875,7 +876,7 @@
"es": "Los clientes de BED pueden recibir un reembolso de hasta $800 por un calentador de agua con bomba de calor."
},
"start_date": "2022-01-01",
"end_date": "2023-12-31"
"end_date": "2024-12-31"
},
{
"id": "VT-44",
Expand All @@ -901,7 +902,7 @@
"es": "Los clientes de BED que cumplen los niveles de ingresos recibirán un reembolso adicional ampliado de $200 por un calentador de agua con bomba de calor."
},
"start_date": "2022-01-01",
"end_date": "2023-12-31",
"end_date": "2024-12-31",
"low_income": "vt-burlington-electric-department"
},
{
Expand All @@ -928,7 +929,7 @@
"es": "Los miembros de la cooperativa WEC pueden recibir $100 para reemplazar su sistema de agua caliente que funciona con combustibles fósiles"
},
"start_date": "2023",
"end_date": "2023"
"end_date": "2024"
},
{
"id": "VT-46",
Expand All @@ -954,7 +955,7 @@
"es": "Devolución de hasta $200 en la compra de una nueva parrilla de inducción eléctrica para reemplazar una parrilla no eléctrica."
},
"start_date": "2022-01-01",
"end_date": "2023-12-31"
"end_date": "2024-12-31"
},
{
"id": "VT-47",
Expand All @@ -980,7 +981,7 @@
"es": "Una devolución de $200 al sustituir una parrilla/estufa que funciona con combustible fósil por una parrilla/estufa de inducción."
},
"start_date": "2022-10-01",
"end_date": "2023-12-31"
"end_date": "2024-06-30"
},
{
"id": "VT-48",
Expand Down Expand Up @@ -1174,17 +1175,17 @@
"program": "vt_vGS_vGSWeatherizationProgram",
"amount": {
"type": "percent",
"number": 0.75,
"number": 0.5,
"maximum": 3500
},
"owner_status": [
"homeowner"
],
"short_description": {
"en": "VGS offers qualifying single-family homeowners an incentive to cover 75% of comprehensive weatherization project costs up to $3,500.",
"es": "VGS ofrece a los propietarios de viviendas unifamiliares que cumplan los requisitos un incentivo para cubrir el 75% de los costos del proyecto de climatización integral hasta un máximo de $3,500."
"en": "VGS offers qualifying single-family homeowners an incentive to cover 50% of comprehensive weatherization project costs up to $3,500.",
"es": "VGS ofrece a los propietarios de viviendas unifamiliares que cumplan los requisitos un incentivo para cubrir el 50% de los costos del proyecto de climatización integral hasta un máximo de $3,500."
},
"end_date": "2023-12-31"
"end_date": "2024-12-31"
},
{
"id": "VT-56",
Expand Down Expand Up @@ -1236,7 +1237,7 @@
"es": "Hasta $100 de devolución por una podadora manual residencial o hasta $300 de reembolso por una podadora de operador a bordo y $50 en motosierras y desbrozadoras eléctricas."
},
"start_date": "2022-01-01",
"end_date": "2023-12-31",
"end_date": "2024-12-31",
"bonus_available": true
},
{
Expand Down Expand Up @@ -1288,7 +1289,7 @@
"en": "$100 rebate on electric lawn tractors and $50 on push mowers, plus $25 rebate on electric trimmers, electric leaf blowers, and electric chainsaws.",
"es": "Un reembolso de $100 en tractores cortadores de césped eléctricos y de $50 en podadoras manuales, además de un reembolso de $25 en desbrozadoras eléctricas, sopladores de hojas eléctricos y motosierras eléctricas."
},
"end_date": "2023-12-31",
"end_date": "2024-06-30",
"bonus_available": true
},
{
Expand All @@ -1313,7 +1314,7 @@
"en": "$25 rebate on electric trimmers, electric leaf blowers, and electric chainsaws.",
"es": "Un reembolso de $25 en desbrozadoras eléctricas, sopladores de hojas eléctricos y motosierras eléctricas."
},
"end_date": "2023-12-31",
"end_date": "2024-06-30",
"bonus_available": true
},
{
Expand All @@ -1331,17 +1332,17 @@
"type": "dollar_amount",
"number": 75,
"minimum": 75,
"maximum": 100
"maximum": 75
},
"owner_status": [
"homeowner"
],
"short_description": {
"en": "$100 for an electric ride-on lawnmower, or $75 for an electric push mower.",
"es": "$100 para una podadora eléctrica de operador a bordo o $75 por una podadora eléctrica manual."
"en": "$75 for an electric ride-on lawnmower.",
"es": "$75 para una podadora eléctrica de operador a bordo."
},
"start_date": "2023-01-01",
"end_date": "2023-12-31"
"end_date": "2024-12-31"
},
{
"id": "VT-62",
Expand Down Expand Up @@ -2276,6 +2277,7 @@
"en": "VGS offers qualifying single-family homeowners an incentive to cover 75% of comprehensive weatherization project costs up to $9,500.",
"es": "VGS ofrece a los propietarios de viviendas unifamiliares que cumplan los requisitos un incentivo para cubrir el 75% de los costos del proyecto de climatización integral hasta un máximo de $9,500."
},
"end_date": "2024-12-31",
"low_income": "vt-vgs-low"
},
{
Expand Down
16 changes: 8 additions & 8 deletions data/low_income_thresholds.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,14 +926,14 @@
],
"source_url": "https://www.burlingtonelectric.com/rebate-form",
"thresholds": {
"1": 63600,
"2": 72700,
"3": 81800,
"4": 90850,
"5": 98150,
"6": 105400,
"7": 112700,
"8": 119950
"1": 66600,
"2": 76100,
"3": 85600,
"4": 95100,
"5": 102750,
"6": 110350,
"7": 117950,
"8": 125550
}
},
"vt-burlington-electric-department-ev": {
Expand Down
Loading

0 comments on commit 29e5197

Please sign in to comment.