|
15 | 15 | - [Battery voltage](#battery-voltage) |
16 | 16 | - [Shunt current](#shunt-current) |
17 | 17 | - [Avg consumption](#avg-consumption) |
18 | | - - [Time to go](#time-to-go) |
| 18 | + - [State of charge (Soc)](#state-of-charge-soc) |
| 19 | + - [Time to go (Ttg)](#time-to-go-ttg) |
19 | 20 | - [Battery full](#battery-full) |
20 | 21 | - [Temperature](#temperature) |
21 | 22 | - [Configuration](#configuration) |
@@ -117,7 +118,14 @@ Current in amperes flowing through the shunt. If the current is negative, the ba |
117 | 118 | ### Avg consumption |
118 | 119 | The average current consumption in the last 60 seconds. |
119 | 120 |
|
120 | | -### Time to go |
| 121 | +### State of charge (Soc) |
| 122 | +Shows the charge level of the battery. This is calculated based on the capacity and the Ah consumed and is an estimate based on the current consumption. |
| 123 | + |
| 124 | +If no shunt is used and the current calibration factor is set to 0, the following table is used to calculate the Soc |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | +### Time to go (Ttg) |
121 | 129 | If the time is 00:00, then the battery is charging. Otherwise, it will display an estimate in hours and minutes of how long, based on the current consumption, it will take until the battery is empty. |
122 | 130 |
|
123 | 131 | ### Battery full |
@@ -159,8 +167,13 @@ Assuming a voltage of 75 mV at nominal current, the resulting resistance in ohms |
159 | 167 | maximum current that may flow through the shut |
160 | 168 |
|
161 | 169 | #### Voltage calibration factor |
| 170 | +Use a multimeter to measure the voltage on the battery. The measured voltage divided by the voltage displayed by the battery monitor gives the factor that you enter here. |
162 | 171 |
|
163 | 172 | #### Current calibration factor |
| 173 | +Use a multimeter to measure the current at the shunt. The measured current divided by the current displayed by the battery monitor gives the factor that you enter here. |
| 174 | + |
| 175 | +If you do not want to use a shunt, enter 0 here. See also [State of charge (Soc)](#state-of-charge-soc) |
| 176 | + |
164 | 177 |
|
165 | 178 | ### Battery |
166 | 179 | #### Type |
|
0 commit comments