From 7d8bbe845da928e3dc44ab0c99bac9e2ea1ef6cc Mon Sep 17 00:00:00 2001 From: Jonathan Batchelor Date: Fri, 4 Oct 2024 07:41:19 +0100 Subject: [PATCH] Update octopus.php to correct off-peak label and times Fix label for Off-Peak times. As per https://octopus.energy/smart/go/ the off-peak times are now 00:30 to 05:30, defaults updated to reflect this. --- apps/OpenEnergyMonitor/octopus/octopus.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/OpenEnergyMonitor/octopus/octopus.php b/apps/OpenEnergyMonitor/octopus/octopus.php index 421e7ec5..a9e500ea 100644 --- a/apps/OpenEnergyMonitor/octopus/octopus.php +++ b/apps/OpenEnergyMonitor/octopus/octopus.php @@ -251,9 +251,9 @@ "region":{"type":"select", "name":"Select region:", "default":"D_Merseyside_and_Northern_Wales", "options":["A_Eastern_England","B_East_Midlands","C_London","E_West_Midlands","D_Merseyside_and_Northern_Wales","F_North_Eastern_England","G_North_Western_England","H_Southern_England","J_South_Eastern_England","K_Southern_Wales","L_South_Western_England","M_Yorkshire","N_Southern_Scotland","P_Northern_Scotland"]}, "go_day_rate":{"type":"value", "default":40.28, "name": "GO day rate"}, - "go_offpeak_rate":{"type":"value", "default":7.86, "name": "GO day rate"}, - "go_start_time":{"type":"value", "default":1.5, "name": "GO start time"}, - "go_end_time":{"type":"value", "default":6.5, "name": "GO end time"}, + "go_offpeak_rate":{"type":"value", "default":7.86, "name": "GO off-peak rate"}, + "go_start_time":{"type":"value", "default":0.5, "name": "GO start time"}, + "go_end_time":{"type":"value", "default":5.5, "name": "GO end time"}, "public":{"type":"checkbox", "name": "Public", "default": 0, "optional":true, "description":"Make app public"}