LibreSolar/charge-controller-firmware

Indication if solar panel is connected with reverse polarity

martinjaeger opened this issue · 2 comments

At least the PWM charge controller can measure the (negative) voltage of a solar panel connected with reverse polarity (if battery is already present). This could be indicated by a flashing LED. In addition to that, we could introduce an additional error flag for this.

Any suggestion for LED indication, @JordanSilverman?

I think it's nothing time critical, but nice to have for the future.

I think we should use a different LED than the load LED, so that load errors and solar input errors can be distinguished.

The 5th (data / RX/TX) LED is a good idea. We could use fast blinking (flicker) as an error indicator in general. and then blink instead of flicker after we received an incoming message. Or we flicker the upper SOC indicator LED that is normally blinking if it is charging properly.

Yes, agree to store the error flag already on the server and add UI information later.