PV surplus load control for heat pump

I am vaguely familiar with one PV 'dump' control on the market that progressively loads up a resistive load when there is a net PV export.   I guess this is how Robin's system works?  All good stuff.

However, I recently looked into the option of switching a fixed load, e.g. a 2kW input heat pump.

ImmerSun do quite a nice product that has a relay that can be used as final (3rd) load switch in a cascade, but I was very surprised that there is no hysterysis in the control

e.g. you can fix an export  threshold (say 3kW) and when this is reached, the relay switches, and the load comes on (our 2kW heat pump). This automatically drops the export to 1kW (2kw below the switching threshold).   There is a hold-on timer, this can be set to say 30 mins. unless the PV input rises by 2kW, the heat pump will stop (after the 30 mins).

Clearly what is needed is an start threshold (say 3kW), but a stop threshold of maybe zero, maybe a net import of 1kW?.  along with adjustable  time delays and hold-ons.  

But taking it a stage further. A resistive heater can track the load nicely whereas a heat pump cannot (unless we hack into the inverter control!!)   If we know the resistance heater is taking 2kW, we know its better to drop that out, and drop in the heat pump for a possible heat output of 4 times that.  So the proportional resistive load should work well along side an on/off relay for a heat pump.  i.e. the heat pump taking the base load with the resistance heater varying to mop-up any surplus (if any).  If there is a little mains import - so be it.

Anyone know of a PV controller on the market with hysterysis?  with different cut-in and cut-out thresholds?

Obviously a good project for an Emontx.v2 and relay shield. The import/export feeds can be monitored to see just how well the thresholds and times are set.    Has this already been done?

 

Tinbum's picture

Re: PV surplus load control for heat pump

I have adapted the Mk2i to do this with a couple of heat pumps and it works really well.

sumnerboy's picture

Re: PV surplus load control for heat pump

Tinbum - is your sketch available anywhere? I have a couple of heatpumps I would like to try to divert excess PV to if possible.

calypso_rae's picture

Re: PV surplus load control for heat pump

I started a similar thread to this one a couple of months ago whereby dump-loads are treated differently according according to their type.   A "conventional" load can be switched on & off at any time in order to maintain an accurate balance between import and export.  A "continuous" load, once switched on, must remain active for a minimum period of time, whatever the weather.

With Robert's recent explanation (21/8/14) as to how OneWire temperature sensing can be included in code that monitors its V & I sensors continuously, there no longer appears to be any fundamental difficulty in implementing the control mechanism for such diverter systems.

Deciding exactly how this kind of control system should behave is often more tricky that writing the code itself ...

Tinbum's picture

Re: PV surplus load control for heat pump

Summerboy, I haven't published the sketch, its use is so specific for its application and I'm often changing bits of it depending on what I want to have priority.

My sketch is also for 3 phase and uses an Arduino Mega as I run lots of different loads, 13 at the moment, and different types of loads eg heat pumps, chargers and normal resistive ones as well as some in anti flicker mode as well as normal.

As Robin has said, the actually sketch is not too complicated, its the set up of it that's the hard part. Even I have trouble sometimes remembering how it actually works- ie the sequence. I had very little programing skills before coming on this forum, only Basic about 30 years ago, but its been fun learning C.  

Re hacking into the inverter control- that would probably be a good way to do it. My heat pumps don't have inverters, but its easy to add them and I have thought about doing that.

I don't do any temperature measurement as measuring 3 voltages and 3 currents is enough for the processor. I would like to try to adapt the code for an Arduino Due I have waiting.

Do you have any programming experience?

sumnerboy's picture

Re: PV surplus load control for heat pump

Robin - yep I was following that thread with great interest. I also read the thread about the temp monitoring, but I can get away without having any temp monitoring on my emontx/router since my HWC is not nearby the distribution board. I will have a separate Arduino that monitors the HWC temp and publishes results to my MQTT broker. My PV router can then subscribe to that MQTT topic and use the temps.

Tinbum - I have a lot of programming experience. It is actually my day job. C and Arduinos is a bit new to me but I have been writing C# and Java for 15 years. So a copy of your sketch would be useful just to pluck out the bits I need. I already have a customised version of the continuous monitoring sketch from Robin which sends reading out over MQTT rather than RF. 

My PV array is only one month old so I am still doing the initial tests to see how much I am likely to have available for diversion. I also have a tariff which means I am better off exporting the first 150kWh each month. So my system will be very bespoke as well. But that is the most fun isn't it?!

Tinbum's picture

Re: PV surplus load control for heat pump



If you PM your e mail address I'll send a copy over.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.