Hello folks, is there a tool in Linux to track how much current the battery is pulling during charging? In Android there is Ampere that does this, and I’m looking for something similar. This nicely shows for example that my Android device is charging the battery with 1.5A right now.

  • @silvercove@lemdro.idOP
    link
    fedilink
    English
    211 months ago

    This is exactly it, thanks! It doesn’t show the current, but it shows the voltage and the power and it can be calculated from it.

    • u/lukmly013 💾 (lemmy.sdf.org)
      link
      English
      811 months ago

      Pro tip: Add an alias for it into your .bashrc to nicely view battery level in TTY. In my case I did alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT1 | grep -wE "percentage:|time to empty:|state:|energy:|energy-rate:|voltage:" which shows me this:

      Direct image link