coconutBattery Printing

You can create a custom HTML template to use for printing. The template has to be a valid HTML document and can be cutomized with the parameters in the list on this page.
To enable custom templates please use the "Printing" tab in the app preferences.

Example:

<!DOCTYPE html>
<html>
<body>
<h3>Sample Report - Generated at: $REPORT_CREATION$</h3>
<hr/>
<p>Battery Report for "$IOS_DEVICE$" ($IOS_MODEL$)</p>
<p>Battery Health: $IOS_BATTERY_HEALTH_PERCENT$</p>
<p>Battery Cycle-Count: $IOS_BATTERY_CYCLECOUNT$</p>
</body>
</html>

General Parameter:

VariableTranslates toSample
$REPORT_CREATION$Report creation date and time
$REPORT_VERSION$App version3.6.7

Mac Printing Parameter:

VariableTranslates toSample
$MAC_MODEL$
Model identifier of the MacMacBookPro11,1
$MAC_SERIAL$
Mac serial numberC02XXXXXXXXX
$MAC_MANUFACTURE_DATE$
Manufacture date of the Mac
$MAC_BATTERY_MANUFACTURER$
Battery manufacturer
$MAC_BATTERY_SERIAL$
Battery serial number
$MAC_BATTERY_MANUFACTURE_DATE$
Battery manufacture date
$MAC_BATTERY_CYCLECOUNT$
Battery CycleCount
$MAC_BATTERY_HEALTH_PERCENT$
Battery health in percent100 %
$MAC_BATTERY_MAH$
Current battery health in mAh(6309 mAh / 6559 mAh)
$MAC_BATTERY_FAILURE$
Failues reported by the batteryOver-Voltage, Over-Temperature...
$MAC_BATTERY_OSX_HEALTH$
Battery health reported by macOSGood/Fair

iOS Printing Parameter:

VariableTranslates toSample
$IOS_DEVICE_TYPE$
Device typeiPhone XS
$IOS_MODEL$
iOS device model identifieriPhone9,9
$IOS_NAME$
Name of the deviceMichelangelo's iPhone
$IOS_SERIAL$
iOS device serial numberC02XXXXXXXXXX
$IOS_MANUFACTURE_DATE$
Device manufacture date
$IOS_BATTERY_SERIAL$
Battery serial number
$IOS_BATTERY_MANUFACTURE_DATE$
Battery manufacture date
$IOS_BATTERY_CYCLECOUNT$
Battery CycleCount
$IOS_BATTERY_HEALTH_PERCENT$
Battery health in percent100 %
$IOS_BATTERY_MAH$
Current battery health in mAh(1250 mAh / 1600 mAh)