I will just have to tidy up the code and put together install instructions

Yes, but it's not clear to me whether sending such commands causes extra writes to the EEPROM chip that saves parameters. Certainly commands such as POP (setting Output source Priority) and PCP (setting Charger Priority) override settings read from the EEPROM. There is some evidence that settings are updated continuously, but it seems likely that if so the EEPROM device checks for whether changes have been made before actual flash writing.enviroweb1 wrote: The software script manages the switching by sending commands to the inv.
lopezjm2001 wrote: Does someone know under exactly what conditions the PIP4048MS will change from CV(constant voltage) to float charge?
Thanks for your detailed answer.coulomb wrote: As part of the LiFePO4 patch, we also set the current limit lower: to the maximum of one amp and the maximum charge current setting divided by 30. So that makes it harder to exit bulk/float and enter float
It depends on your maximum charge current setting, parameter 02. If that's 120, for example, then the limit will be 4 A, since max(4, 1) = 4.lopezjm2001 wrote: I am using the Lifepo4 patch and I assume from your quote above that the PIP4048MS charger will not go into float mode until the charger current lowers to 1 amp.
It sounds like the charge limit constants (1 and 30) may need some tweaking. We were hoping to be using our PIPs daily by now, even long ago, but many things have gotten in the way.I have just started using the charger part of my PIP4048MS today, it seemed to go on for hours in CV mode with a charge current of about 4 amps and it never went into float mode. Then sundown came.
I can't remember now, but I think that the inverter can cancel out current used by the inverter. [ Edit: that is, it can figure out net charge current into the battery, not just using solar or mains charge current. ] But of course, if you have other loads on the battery that the PIP can't see, it can't take those into consideration.I suspect that all this current draw that is seen by the charger as charge current is preventing the PIP408MS charger from going into float mode.
coulomb wrote: It depends on your maximum charge current setting, parameter 02. If that's 120, for example, then the limit will be 4 A, since max(4, 1) = 4.
coulomb wrote: [ Edit: the LiFePO4 patch also changes the 30 second "qualifying period" from 30 seconds to two minutes. ]
It resets the counter to zero if the "go to float" global is reset. So yes, it starts again if the charge current doesn't go low enough, even briefly. So you need a situation where the current falls below the threshold for two consecutive minutes, with no exceptions. So if it's not quite made the criterion, it doesn't count and continues CV charging until it makes the criterion decisively.lopezjm2001 wrote: Just wanted to know if this 120 second timer is cumulative or does it reset to zero if it stops qualifying at any time during the count. Thanks.