Hi
For over a year, I've been studying iPhone analytics files. I found some interesting values to help me create this shortcut. https://www.icloud.com/shortcuts/f50f23b1f2134854895f91d5f16b100b
In this scan file excerpt below, I found the charging temperature and calculated the power (watts) for the last charge.
{"AdapterType":4,"BatteryLevel":32,"ChargingState":1,"ConnectedState":1,"Count":1,"TimeInterval":1330,"last_value_BatteryTemperature":33,"last_value_ChargerCurrent":1000,"last_value_ChargerVoltage":5000},"name":"intervalUsageChargingParamsHistogramView_withTimeInterval","numDaysAggregated":1,"sampling":10.0,"uuid":"c97cdacd-8884-48e0-8124-0afb6df5d7c1_6"}
I am now looking to identify the AdapterType value.
Here's what I already know:
AdapterType 0 = Not connected
AdapterType 2 = Qi wireless
AdapterType 4 = Wall charger
Can you take a look in your scan files and see if you have another number for AdapterType? If so, can you tell me which charger you're using?
Thanks for your help, guys. 🙏
For over a year, I've been studying iPhone analytics files. I found some interesting values to help me create this shortcut. https://www.icloud.com/shortcuts/f50f23b1f2134854895f91d5f16b100b
In this scan file excerpt below, I found the charging temperature and calculated the power (watts) for the last charge.
{"AdapterType":4,"BatteryLevel":32,"ChargingState":1,"ConnectedState":1,"Count":1,"TimeInterval":1330,"last_value_BatteryTemperature":33,"last_value_ChargerCurrent":1000,"last_value_ChargerVoltage":5000},"name":"intervalUsageChargingParamsHistogramView_withTimeInterval","numDaysAggregated":1,"sampling":10.0,"uuid":"c97cdacd-8884-48e0-8124-0afb6df5d7c1_6"}
I am now looking to identify the AdapterType value.
Here's what I already know:
AdapterType 0 = Not connected
AdapterType 2 = Qi wireless
AdapterType 4 = Wall charger
Can you take a look in your scan files and see if you have another number for AdapterType? If so, can you tell me which charger you're using?
Thanks for your help, guys. 🙏