Optimize Your Battery Charging with Time-of-Use Tariffs
Learn how to configure your home battery to charge during off-peak hours and save up to 60% on electricity costs.
Sarah Chen
Energy Analyst
If you have a home battery and a time-of-use tariff like Octopus Agile or Intelligent Go, you're sitting on a goldmine of potential savings. The key is charging your battery when electricity is cheapest and using that stored energy during peak hours.
Understanding Time-of-Use Tariffs
Time-of-use (ToU) tariffs charge different rates depending on when you use electricity:
| Time Period | Typical Rate | Best For |
|---|---|---|
| Off-peak (00:00-05:00) | 7-10p/kWh | Battery charging, EV charging |
| Standard (05:00-16:00) | 15-20p/kWh | Normal usage |
| Peak (16:00-19:00) | 30-45p/kWh | Use battery power |
| Evening (19:00-00:00) | 20-25p/kWh | Mixed |
Tip
Octopus Agile prices update every 30 minutes and can even go negative during high wind/solar generation. OhmMy alerts you to these opportunities automatically.
Setting Up Automated Charging
Step 1: Connect Your Tariff
First, ensure your Octopus Energy account is connected in OhmMy. Navigate to Settings > Integrations > Octopus Energy and verify your tariff is showing correctly.
Step 2: Configure Charging Windows
In your battery settings, set up charging windows that align with your off-peak periods:
// Example charging schedule configuration
const chargingSchedule = {
windows: [
{ start: "00:30", end: "04:30", targetSoc: 100 },
{ start: "12:00", end: "14:00", targetSoc: 80 } // Solar top-up
],
minimumSoc: 20,
exportDuringPeak: true
};Step 3: Set Discharge Rules
Configure your battery to discharge during peak hours:
- Go to Devices > Battery > Schedule
- Enable "Peak Shaving" mode
- Set peak hours: 16:00 - 19:00
- Set minimum reserve: 20%
Warning
Always maintain a minimum reserve (15-20%) for backup power during outages. Don't fully deplete your battery chasing savings.
Illustrative Savings Example
Here's a hypothetical calculation showing potential savings for a 10kWh battery (actual results will vary based on your tariff, usage patterns, and system):
Without optimization:
- Daily consumption during peak: 8kWh × 35p = £2.80
With optimization:
- Charge 8kWh at off-peak: 8kWh × 8p = £0.64
- Potential daily savings: £2.16
Note: These figures are illustrative. Your actual savings depend on your specific tariff rates, consumption patterns, and battery capacity.
Advanced: Agile Price Tracking
For Octopus Agile users, OhmMy can automatically:
- Monitor upcoming 48-hour prices
- Identify the cheapest charging windows
- Adjust charging schedules dynamically
- Alert you to negative pricing events
Enable this in Settings > Automation > Smart Charging.
Monitoring Your Results
Track your savings in the OhmMy dashboard:
- Cost Avoided - Money saved by using battery during peak
- Grid Import - How much you're drawing from the grid
- Self-Consumption - Percentage of solar used directly
- Arbitrage Profit - Savings from buy-low-sell-high strategy
Tip
Smart charging strategies can help improve the return on your battery investment by maximizing the value of cheap electricity.
Troubleshooting
Battery not charging during off-peak?
- Check your inverter's time settings are correct
- Verify the charging schedule is enabled
- Ensure grid charging is permitted in battery settings
Not discharging during peak?
- Check minimum SoC isn't set too high
- Verify discharge schedule is active
- Some inverters need "force discharge" enabled
Next Steps
Once you've mastered basic scheduling, explore:
Related Posts
How to Connect Your Tesla Powerwall to OhmMy
Step-by-step guide to linking your Tesla Powerwall and Solar system with OhmMy for comprehensive monitoring and control.
New: Real-Time Octopus Agile Price Tracking
OhmMy now displays live Agile prices and automatically optimizes your devices based on upcoming rates.
Getting Started with OhmMy
Set up your account, connect your energy devices, and start optimizing your home energy in minutes.