Batteries management

Hi,

I’d like to know how you manage your devices batteries (AAA, buttons, and so on), ether by number or by id.
By number is simpler but you can’t track batteries to refresh for example.

From what I see, you need to track each battery type by numbers:

  • In use (in what device)
  • In stock (eventually where)
  • Charging (eventually where)
  • Waiting charge (eventually where)

If you track batteries by id, you can have more:

  • In which device since what date
  • Last charge
  • Last refresh
  • Too soon battery change in device, failing battery.
  • Lost battery (last seen)

And so on…