Asking questions and thinking out loud, but I thought clamp-on current sensors only worked with AC. So using it on the Solar Panel side of the inverter is out of the question.
Depending on how the physical wiring is done, a clamp-on sensor could be placed on the line after the last inverter but before anything else. An additional clamp-on sensor would be placed at the input of the AC unit's compressor. My thought here is that a PIC, or other basic MCU could compare the values of the two sensors, and if the sensor on the AC unit read considerable higher than the sensor on the inverters, then it could be confirmed that the solar panel power has dropped. Without using two clamp-on current sensors, the voltage on the panels would need to be monitored in addition to the current output after the inverters.
I'm thinking two are required to prevent false positives if the AC unit's compressor cycles off momentarily causing the current draw in the circuit to drop. This would also help determine (again, without voltage sensing on the panels) if the cloud has dissipated without turning on the compressor for 3 minutes to 'test' for the current draw. (Cloud cover would present as higher current at the AC compressor than inverter. Clear would present as a higher current at the inverter than compressor, or as s slightly higher current at the compressor than the inverter)
This could be done with discrete components instead of a microcontroller, but a micro would allow for more features to be added much easier.
Ideas, concerns, points I missed? I wanna hear from you too Steve. These are only my thoughts out loud.
let me chirp in if i may.
first i want to THANK EVERYONE for any and all comments. i know all of you typically deal with other electrically educated forum members. i know it's obvious i am not, none-the-less you have shown me patience and respect. i am grateful and i can't express enough how much i appreciate all of the time given by each of you just thinking about this design and build project. i know the world is a busy place and no one has extra time.
let me again try to explain what i think i need:
all along i have thought we need to read the power coming out of the inverter - how many amps (120v 60hz) so a clamp on meter sounds perfect. we don't have to read what the power draw of the compressor since that number never changes. when the AC unit is on the compressor is always running (thermostat temp is set to 60 degrees and the house temp will never ever get that low - the compressor will alway run!) the draw is always 9.2 amps at 120v +/- a very small amount. yes compressor start up will spike above the 9.2 but that has no relevance to us.
for a moment let's just forget about the time delay.
? so can we use the reading from that inverter clamp-on current sensor and say if the amps fall below 6 (my preset level) then make our relay go to position '1'. how?
lets say we can do that. now we want the relay to return to position '2' when the amps go above 6. Position '2' will complete the grid circuit coming into the compressor. we have one issue here with the reading - since the array / inverters are not under a draw from the compressor in relay position '1' there won't be any current to measure. so i will have to hook up to relay position '1' a string of lights, a pump, a heater (something) so that there is a load on the line which will give us the ability to get a reading. i understand that i should size that something to an amp draw greater then what the compressor draws - 9.2 amps.
so without taking into account a time delay we need this gadget that reads the amps coming from the outside of the inverter and based on the current reading will set the relay to the appropriate position. so from what i'm gathering we need a clamp on power sensor - and a relay which will go to position '1' or '2' based on the current reading. i have no idea on how to do this.
Position '1' breaks the
grid current line to the compressor and completes the
solar array / inverter circuit to something - say a string of lights.
Position '2' completes the
grid current line to the compressor and breaks the
solar array / inverter circuit to something - say a string of lights
i don't know if the settings, position 1 & 2 can be accomplished with one relay or if two will be needed. i have for discussion at this time ASSUMED it can be done with one. please note the solar array / inverter circuit will control (on/off) a separate distinct grid line. also the solar array / inverter circuit will always be under load - either the compressor or the string of lights.
in the example above i have talked about switching the relay at 6 amps. in the real world i may install more systems or replace my existing compressor and then will want the switching to take place at 4 amps or at 12 amps, who knows. so we need the ability to change that preset level. i do know that it will be 99% or the time in the range of 2 to 30 amps. in my stupid ass mind i think of a rheostat. so we need this gadget so i can adjust the preset level for the switching of the relay. what is this thing called? how can we add it to the clamp-on power sensor and the relay? i will for now call this the 'variable power setting switch'.
lets say we get our clamp-on power current sensor, relay and variable power setting switch functioning like we want. now we would want to incorporate the three minute delay before another relay switching could occur.
hopefully i have given everyone a more simplistic view of what i'm trying to accomplish. i really don't think we need to be concerned with the position of the solar panels, installing new micro panels and reading the power from them, checking on what the draw from the compressor is at any particular time, UPS's or any other gadgets. I apologize for not being able to adequately explain what i need and for soliciting those kind of responses.
henry