Skip to main content
Firmware Stable

Temperature limitation

The BMS has implemented temperature limitations for the battery and the BMS itself.

info
  • Before continuing, make sure, that all temperature sensor readings are correct and configured.
  • All mentioned variables are located in folder /driver/temp/.

More about protection and limitation

Protection

The BMS ports are turned off when any temperature sensor reading is above its max value (or under min). To turn the ports back on, the temperature must be below the max value and the user must switch back on the BMS.

If the ports are turned off due to the temperature limitation, the BMS will enter PROTECT state.

Limitation

For each temperature sensor, you can configure the limitation. For the build-in temperature sensors, you can not configure the max parameter.

ParameterDescription
maxMaximum temperature for the sensor. If the sensor reading is above this value BMS enter PROTECT state.
marginMaxArea with no power.
decMaxArea with reduced power.
marginMinArea with no power.
decMinArea with reduced power.
minMinimum temperature for the sensor. If the sensor reading is below this value BMS enter PROTECT state.

Temperature limitation

tip
  • First, configure the max parameter, after that tune the limitation parameters
  • The limitation can be configured even for sensors with ohm reading. Only the limitation parameters will be in ohms too.