Hi All. Is it possible to activate the load output only when the solar input is providing power?
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
Hi All. Is it possible to activate the load output only when the solar input is providing power?
If not you would have a node red flow that checks solar coming in is greater than whatever value you want and if so turn on relay.
Only thing to watch out for is when youre in absorption/float as you could have 0 solar coming in but really it's available. So i would setup node red to work like this:
(if solar > x or in absorption/ or float){
// turn on relay
}
Thanks for you advice @Alexandra and @matt1309. I must confess that I am a fool. I'm trying to power a small 12V fan to keep the MPPT cool when it is running but the obvious thing is to connect the fan directly to the solar input.
110 People are following this question.