diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ceca40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# CSV files +*.csv \ No newline at end of file diff --git a/README.md b/README.md index 9f66698..2c24447 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The terminal interface displays real-time battery data and log file size. It is ====================== BATTERY LOGGER ===================== Interval: 10 seconds Battery Path: /sys/class/power_supply/BAT0 -Start Time: Fri Dec 6 07:11:16 PM EST 2024 +Start Time: Fri Dec 6 07:31:27 PM EST 2024 =========================================================== Log File: battery_log.csv Current Log File Size: 4.0K @@ -82,15 +82,15 @@ Current Log File Size: 4.0K =================== Current Battery Data ================== | Metric | Value (converted) | Raw Value | |----------------|--------------------|-------------------| -| current_now | 935.000 mA | 935000 | -| charge_now | 4364.000 mAh | 4364000 | -| voltage_now | 16.312 V | 16312000 | -| capacity | 80 % | +| current_now | 1089.000 mA | 1089000 | +| charge_now | 4073.000 mAh | 4073000 | +| voltage_now | 16.071 V | 16071000 | +| capacity | 75 % | =========================================================== temperature : 27.8 °C charging status : Discharging =========================================================== -Progress: |####### | Remaining Time: 06:49 +Progress: |########### | ETA: 01:36:21 ``` ## Notes diff --git a/battery_log.csv b/battery_log.csv deleted file mode 100644 index e7cbb25..0000000 --- a/battery_log.csv +++ /dev/null @@ -1,19 +0,0 @@ -Timestamp,Current (µA),Voltage (µV),Capacity (%),Charge (µAh),Temperature (°C),Charging -2024-12-06 19:11:16,914000,16342000,81,4386000,27.8,0 -2024-12-06 19:11:26,798000,16352000,81,4383000,27.8,0 -2024-12-06 19:11:36,795000,16355000,81,4381000,27.8,0 -2024-12-06 19:11:46,854000,16344000,81,4379000,27.8,0 -2024-12-06 19:11:57,851000,16350000,81,4376000,27.8,0 -2024-12-06 19:12:07,829000,16355000,81,4374000,27.8,0 -2024-12-06 19:12:17,781000,16353000,81,4372000,27.8,0 -2024-12-06 19:12:27,793000,16351000,81,4369000,27.8,0 -2024-12-06 19:12:37,788000,16331000,81,4367000,27.8,0 -2024-12-06 19:12:47,935000,16312000,80,4364000,27.8,0 -2024-12-06 19:13:32,961000,16306000,80,4351000,27.8,0 -2024-12-06 19:13:46,1215000,16258000,80,4347000,27.8,0 -2024-12-06 19:13:52,1201000,16290000,80,4346000,27.8,0 -2024-12-06 19:21:27,870000,16231000,78,4234000,27.8,0 -2024-12-06 19:22:49,970000,16204000,78,4213000,27.8,0 -2024-12-06 19:23:19,1186000,16138000,78,4205000,27.8,0 -2024-12-06 19:24:40,1135000,16113000,77,4183000,27.8,0 -2024-12-06 19:25:49,792000,16175000,77,4165000,27.8,0