ISEMS

Explanation of the status messages

Normal status messages

»Healthy«

The ISEMS system is working properly. It should always be like this :)

»Charging«

The battery is charging. The system runs on solar energy and stores surplus solar energy in the battery.

»Discharging«

The battery is discharging. This happens at night or at very low solar radiation. The system now consumes solar energy stored in the battery. This message should not appear during the day except at dusk or in very dimly lit conditions. If there is no charge during the day, this indicates an imminent problem.

»Fully charged«

The battery is fully charged. The system runs on solar energy. There is excess energy that is not stored or consumed.

Warnings

»Warning: Battery level low. Increased battery wear«

Meaning: The charge level of the battery has fallen below 50% charge level. When the battery level is low, the life of the battery decreases, depending on the operating time and depth of discharge.

This message should only appear on some days in winter. Occurs frequently or even in summer, this can have several causes:

»Warning: Temperature sensor not connected«

Temperature sensor missing or the connection to the temperature sensor is interrupted.

The temperature sensor is required so that the Open-MPPT can measure the temperature of the battery and calculate the maximum charging voltage. Without a temperature sensor, the Open-MPPT always assumes a 20-degree battery temperature. If the battery is exposed to temperatures above 30 degrees and below 10 degrees, a missing temperature sensor accelerates the battery wear.

Remedy: Connect temperature sensor, check cables and plug connections.

»Battery overheating«

The temperature of the battery is too hot, it exceeds 42 degrees Celsius.

Above 42 degrees battery temperature, the Open MPPT will stop charging to protect the battery. If the ambient temperature is above 40 degrees, this condition can hardly be avoided. Remedy: The battery should generally be in the shade and not exposed to the sun.

»Low battery temperature«

The temperature of the battery is very low, it falls below -10 degrees Celsius.

This is not indicating a damage or big issue, but low temperatures temporarily (no pun intended) reduce the usable capacity of the battery. If batteries are used with liquid electrolyte, it should be taken into account that they can freeze at very low charge level.

»Warning: Energy storage capacity too small. Check battery size and/or wear«

The ratio between solar power rating and battery capacity is unfavorable.

The capacity of the battery and the maximum power of the solar module should be in reasonable proportion. Too fast charging and fast discharging speeds up battery wear on any type of battery. If a solar battery with a disproportionately large charge current - greater than 15 of its nominal capacity - charged, the life is reduced.

If this message appears, the ISEMS software estimates the battery capacity to be too small in relation to the specified solar module power. This effect also occurs at the end of the life of the battery when the actual capacity of the battery deteriorates due to wear. The indication of the capacity printed on the housing deviates more and more from the actual capacity. The ISEMS system attempts to estimate the remaining storage capacity of the battery..

If this message appears frequently and the system often fails in spring and autumn, this indicates a worn out battery.

Note: This feature is based on state of charge and battery state estimation and is dependent on correct information in the configuration file on the router side:

    /etc/config/ffopenmppt

Example:

    config ffopenmppt
            option powersave '0'
            # Rated solar module power in Watt
            option solar_module_capacity '20'
            # Maximum power consumption of router in Ampere
            option maximum_power_consumption '0.1'
            # Rated battery capacity in Amperehours
            option rated_batt_capacity '7'

Error messages

»No information. Error: No communication with solar controller«

The system is flying blind.

Caution: If this message appears, then do not attempt to perform a firmware update of the router remotely because it is unknown whether the power supply of the router might be interrupted during the update. This would turn the router into a high-tech paperweight that can only be repaired through advanced hands-on hacking ;)

An interruption of the power supply may occur by the deep discharge protection or if the watchdog reset timer accidently kicks in while you are flashing.

Remedy: If this error message occurs during operation, the cable of the serial connection between router and Open-MPPT is interrupted. It may simply be disconnected.

If the problem occurs during the first installation, there are several possible causes for this error message to look for:

To fix this, in /etc/inittab file, the line containing ::askconsole must look like this:

    #::askconsole:/usr/libexec/login.sh

The hash mark # at the beginning of the line disables the start of the serial login console, which is the reason why access to the serial port fails. After changing the file, restart the router or run init q on the command line to reload the file.

Often, low-cost routers require simple modifications (adding one or two resistors in addition to populating pins by soldering) for the serial interface to work. Further information can be found for the respective model / hardware revision of a particular model in the OpenWRT-Wiki.

If the cables between the router and the OpenMPPT, which carry the negative voltage potential (minus, ground, 0 Volt), are too long and too thin, the zero point voltage goes up and down depending on the current flow (Ampere). The effect: You might see communication errors or the communication only works in one direction. Remedy: Better cable cross section and/or shorter ground connection.