We have a sensor that supports ANT+, we want to report the battery state of charge (SoC) via ANT+. The best option we found is via common page 82. We couldn't find a rational behind the various battery status options given in the battery voltage descriptive bit field. If someone knows were we can find this, it would be helpful.
Is a mapping as given below in line with how the battery status in the descriptive field should be used?
- Actual battery SoC > 60% ==> ANT+ Battery status = Good
- Actual battery SoC <=60%, > 40% ==> ANT+ Battery status = Ok
- Actual battery SoC <=40%, > 20% ==> ANT+ Battery status = Low
- Actual battery SoC <= 20% ==> ANT+ Battery status = Critical
Would a display be able to properly show the battery information if we report it like this?