mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #593 from Hestia-Homes/eco-eligiblity-bug
corrected gas fuel price
This commit is contained in:
commit
dbf75bf559
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class AnnualBillSavings:
|
||||||
# Latest price cap figures from Ofgem are for Jan 2026 to March 2026
|
# Latest price cap figures from Ofgem are for Jan 2026 to March 2026
|
||||||
# https://www.ofgem.gov.uk/energy-price-cap
|
# https://www.ofgem.gov.uk/energy-price-cap
|
||||||
ELECTRICITY_PRICE_CAP = 0.2769
|
ELECTRICITY_PRICE_CAP = 0.2769
|
||||||
GAS_PRICE_CAP = 0.593
|
GAS_PRICE_CAP = 0.0593
|
||||||
# This is the most recent export payment figure, at 13p/kWh - Updated Nov 2025
|
# This is the most recent export payment figure, at 13p/kWh - Updated Nov 2025
|
||||||
# Smart export guarantee rates can be found here:
|
# Smart export guarantee rates can be found here:
|
||||||
# https://www.sunsave.energy/solar-panels-advice/exporting-to-the-grid/best-seg-rates
|
# https://www.sunsave.energy/solar-panels-advice/exporting-to-the-grid/best-seg-rates
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue