We'd like to remind Forumites to please avoid political debate on the Forum... Read More »
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!
Charge batteries when on grid Solar is generating
Options

ctdctd
Posts: 1,098 Forumite


I have a 2.5Kw Solar on-grid setup in the UK.
I also have a 24V 100Ah battery setup with an 250W AC charger which I use to power stuff at night.
At the moment, I charge the battery when the sun is out - this works well, but I tend to micromanage it and spend far too long looking at the net generation figure on the Smart Meter display!
So, what I want is a Gizmo that does something like:-
1) Is net generation > 300W?
2) If yes, switch on battery charger
3) If no, switch off battery charger
4) Wait 5 minutes or so, then go back to 1)
Nice and simple - programmable thresholds and time would be useful as would an additional switch to use with something else on really sunny days.
My searching shows Solar Diverters like iBoost designed to give variable loads to immersion heaters or EV chargers - I don't want this, just a simple switch.
Does such a thing exist?
Do Money Saving sites make you buy more bargains - and spend more money?
0
Comments
-
I have something similar using a raspberrypi which monitors the solaredge inverter using their API. When solar reaches a threshold it switched on a smart plug which switches on the dishwasher. The dishwasher was previously stopped mid cycle and thinks there's been a powercut!Mine doesn't account for whether the generation is surplus or not but I could modify it to use the Zappi API.All this does need some programming knowledge but if you fancy trying there's loads of help online and raspberrypi are pretty inexpensive.4.7kwp PV split equally N and S 20° 2016.Givenergy AIO (2024)Seat Mii electric (2021). MG4 Trophy (2024).1.2kw Ripple Kirk Hill. 0.6kw Derril Water.Whitelaw Bay 0.2kwVaillant aroTHERM plus 5kW ASHP (2025)Gas supply capped (2025)1
-
thevilla said:I have something similar using a raspberrypi which monitors the solaredge inverter using their API. When solar reaches a threshold it switched on a smart plug which switches on the dishwasher. The dishwasher was previously stopped mid cycle and thinks there's been a powercut!Mine doesn't account for whether the generation is surplus or not but I could modify it to use the Zappi API.All this does need some programming knowledge but if you fancy trying there's loads of help online and raspberrypi are pretty inexpensive.Thanks.I suspect I'll need a current clamp to read if generation is surplus. My Smart Meter display gives me the info but as far as I can see, there is no API to get the data out of it.I was hoping there was a commercial product that did something suitable but I might need to dust off my programming and electrical skills!Do Money Saving sites make you buy more bargains - and spend more money?0
-
You could use an iBoost to drive a contactor but that seems excessive; the hardware would cost far more than the energy you'd save. (In fact that's a problem with iBoost-like dvices in general.)You *could* make a device to detect the "constant red" LED you get on your electricity meter when you're exporting, and turn the charger on then. You wouldn't need to worry too much about sensing the export power; if you're exporting less than the charger draws, switching on the charger will stop the export and the red LED will go out.It wouldn't be too hard to incorporate a delay before reconnecting to stop it cycling on and off repeatedly under low generation conditions.N. Hampshire, he/him. Octopus Intelligent Go elec & Tracker gas / Vodafone BB / iD mobile. Ripple Kirk Hill member.
2.72kWp PV facing SSW installed Jan 2012. 11 x 247w panels, 3.6kw inverter. 34 MWh generated, long-term average 2.6 Os.Not exactly back from my break, but dipping in and out of the forum.Ofgem cap table, Ofgem cap explainer. Economy 7 cap explainer. Gas vs E7 vs peak elec heating costs, Best kettle!1 -
ctdctd said:thevilla said:I have something similar using a raspberrypi which monitors the solaredge inverter using their API. When solar reaches a threshold it switched on a smart plug which switches on the dishwasher. The dishwasher was previously stopped mid cycle and thinks there's been a powercut!Mine doesn't account for whether the generation is surplus or not but I could modify it to use the Zappi API.All this does need some programming knowledge but if you fancy trying there's loads of help online and raspberrypi are pretty inexpensive.Thanks.I suspect I'll need a current clamp to read if generation is surplus. My Smart Meter display gives me the info but as far as I can see, there is no API to get the data out of it.I was hoping there was a commercial product that did something suitable but I might need to dust off my programming and electrical skills!Shouldn't be too difficult to get a RPI to read the voltage on the clamp and determine the power flow. Sounds like it could be fun to do if you're that way inclined4.7kwp PV split equally N and S 20° 2016.Givenergy AIO (2024)Seat Mii electric (2021). MG4 Trophy (2024).1.2kw Ripple Kirk Hill. 0.6kw Derril Water.Whitelaw Bay 0.2kwVaillant aroTHERM plus 5kW ASHP (2025)Gas supply capped (2025)1
-
ctdctd said:Thanks.I suspect I'll need a current clamp to read if generation is surplus. My Smart Meter display gives me the info but as far as I can see, there is no API to get the data out of it.I was hoping there was a commercial product that did something suitable but I might need to dust off my programming and electrical skills!
https://glowmarkt.com
NE Derbyshire.4kWp S Facing 17.5deg slope (dormer roof).24kWh of Pylontech batteries with Lux controller BEV : Hyundai Ioniq51 -
ctdctd said:So, what I want is a Gizmo that does something like:-1) Is net generation > 300W?2) If yes, switch on battery charger3) If no, switch off battery charger4) Wait 5 minutes or so, then go back to 1)Reed1
-
Reed_Richards said:ctdctd said:So, what I want is a Gizmo that does something like:-1) Is net generation > 300W?2) If yes, switch on battery charger3) If no, switch off battery charger4) Wait 5 minutes or so, then go back to 1)
If net generation goes below the threshold in 1) or negative, the charger needs to switch off.Do Money Saving sites make you buy more bargains - and spend more money?0 -
EricMears said:ctdctd said:Thanks.I suspect I'll need a current clamp to read if generation is surplus. My Smart Meter display gives me the info but as far as I can see, there is no API to get the data out of it.I was hoping there was a commercial product that did something suitable but I might need to dust off my programming and electrical skills!
https://glowmarkt.comDo Money Saving sites make you buy more bargains - and spend more money?0 -
https://openenergymonitor.org/ fed into home assistant automation
0 -
Well, after a lot of internetting, I've decided the existing solutions are overkill and / or too expensive for what I need.I've ordered a clip on current transformer, a Wemos D1 mini and a set of 433Mhz TX/RX boards to talk to wireless sockets.Last programmed anything 20+ years ago - I may be some time - wish me luck!Do Money Saving sites make you buy more bargains - and spend more money?1
Confirm your email address to Create Threads and Reply

Categories
- All Categories
- 351.1K Banking & Borrowing
- 253.2K Reduce Debt & Boost Income
- 453.7K Spending & Discounts
- 244.1K Work, Benefits & Business
- 599.2K Mortgages, Homes & Bills
- 177K Life & Family
- 257.5K Travel & Transport
- 1.5M Hobbies & Leisure
- 16.1K Discuss & Feedback
- 37.6K Read-Only Boards