Tariff rates different from billing statements #1058
-
I'm seeing £0.253578/kWh in the integration vs. £0.24612/kWh on my Octopus statement Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Probably VAT @ 5%, not exact for those numbers but if they are derived may be a rounding effect |
Beta Was this translation helpful? Give feedback.
-
OK. I have managed to figure out that it (this integration) is pulling the wrong tariff from Octopus. |
Beta Was this translation helpful? Give feedback.
-
My account has agreement code When I pull the product Somehow (and I can't figure it out) it's getting the wrong tariff - possibly not getting the correct variant? "_H": {
"varying": {
"code": "E-1R-VAR-22-11-01-H",
"standing_charge_exc_vat": 59.2617,
"standing_charge_inc_vat": 62.224785,
"online_discount_exc_vat": 0,
"online_discount_inc_vat": 0,
"dual_fuel_discount_exc_vat": 0,
"dual_fuel_discount_inc_vat": 0,
"exit_fees_exc_vat": 0,
"exit_fees_inc_vat": 0,
"exit_fees_type": "NONE",
"links": [
{
"href": "https://api.octopus.energy/v1/products/VAR-22-11-01/electricity-tariffs/E-1R-VAR-22-11-01-H/standing-charges/",
"method": "GET",
"rel": "standing_charges"
},
{
"href": "https://api.octopus.energy/v1/products/VAR-22-11-01/electricity-tariffs/E-1R-VAR-22-11-01-H/standard-unit-rates/",
"method": "GET",
"rel": "standard_unit_rates"
}
],
"standard_unit_rate_exc_vat": 23.4448,
"standard_unit_rate_inc_vat": 24.61704
}
}, |
Beta Was this translation helpful? Give feedback.
It might be direct debit vs non direct debit pricing. You can configure this in your main integration settings (https://bottlecapdave.github.io/HomeAssistant-OctopusEnergy/setup/account/#favour-direct-debit-rates)