Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 2.05 KB

README.md

File metadata and controls

28 lines (16 loc) · 2.05 KB

Ovo Power Move Peak Percentage Calculator

The monthly calculator bookmarklet text file at Two click monthly calculator contains code you can paste into a bookmark that'll try and calculate your peak usage for entire months.

To use it sign into your Ovo account, click the bookmark, wait a sec then click it again.

If you click the bookmark and all the results are "Not enough data" then log out of your Ovo account and sign in again The Ovo login page then click the bookmark again or refresh the page if it's open.

Note: zone in the link can be changed to "scotland" and "northern-ireland"


The daily bookmarklet text file ovo-daily-usage-page-bookmarklet.txt contains code you can paste into a browser bookmark which will show you a day's peak usage when clicked while viewing a day's usage on the Ovo site,

e.g. go to https://account.ovoenergy.com/usage?fuel=electricity&datePeriod=daily&unit=kwh&date=2024-03-27 click the bookmark and you'll get a result like

0.20 / 2.26 = 8.85%

The first figure is the total used during the peak slot, the second the total for the day and then the percentage used during the slot.

There is an alternative one click version of the Monthly peak usage calculator bookmark that has bank holiday info baked in.

It's good but note that you can't get calculations earlier than June 23 or later than November 2024. I'll more than likely update it before then to account for peak time changes.

The .js file contains the un-minifed code for the month calculator. If you press F12 you can paste the code into console to run it that way.