The Octopus plugin currently only supports pulling pricing data for STANDARD type tariffs - it doesn't attempt to call /day-unit-rates/ or /night-unit-rates/ at all.
When fetching account info, there's a registers attribute:
"registers":[{
    "identifier":"1",
    "rate":"STANDARD",
    "is_settlement_register":true
}]
The docs say that valid values for rate are
STANDARDECO7_DAYECO7_NIGHTSo, we probably want to check that and if it's not STANDARD have the tariff fetch draw from the other endpoints instead
Activity
06-Jul-23 18:58
assigned to @btasker