You need a NEM12 interval meter data export from your electricity distributor's portal. Most households with a smart meter (Type 4 or 4a) can download this for free.
Tip: select the longest date range available (up to 2 years) for the most accurate annual cost estimate. The file will have a .csv extension.
The AER CDR hub blocks direct browser requests (CORS policy). You need a proxy to fetch plan data.
Option A — Local proxy (easiest):
Run python proxy.py in the HomeEnergy/ folder, then set the URL to http://localhost:8765.
Option B — Cloudflare Worker (free, always-on):
Follow instructions in HomeEnergy/cloudflare-worker.js, then paste your Worker URL above.
Rates in $/kWh (e.g. 0.462, not 46.2). For a flat-rate plan, enter the rate under Peak with no schedule periods.
Rates in $/kWh (e.g. 0.462, not 46.2). For a flat-rate plan, enter the rate under Peak with no schedule periods.
Calculates the additional cost to charge your EV under each plan, based on your daily driving distance and charging window. All electricity consumed during charging hours is billed at the plan's applicable rate for those hours. Charger efficiency accounts for energy lost as heat during charging (default 92%).