Panasonic

Capability

  • 2 modes: Full Capacity Mode, and Maximum Life Span mode.
  • The charging threshold are fixed at value 100% and 80%(75% in some model) and are not customizable.
  • Full Capacity mode is the what Panasonic refers to as Echo Mode disabled (100%).
  • Maximum Life Span mode is the what Panasonic refers to as Echo Mode enabled (80% or 75% depending on the model).
  • Maximum Life Span mode limits charging to 80% or 75% of battery level depending on the model.

Dependencies

  • No dependencies required.
  • Panasonic laptop that allows setting charging threshold are supported by mainline linux kernels.

Testing charging threshold using command-line

Charging mode can be set by using echo command in terminal.

To enable Echo Mode

Require root privileges

echo '1' | pkexec tee /sys/devices/platform/panasonic/eco_mode


To disable Echo Mode

Require root privileges

echo '0' | pkexec tee /sys/devices/platform/panasonic/eco_mode


sudo also can be used in place of pkexec in the above commands as both sudo and pkexec can be use to run commands in root mode. To make use of polkit rules, the extension uses pkexec.

The current threshold value can also be read using cat command in terminal.

cat /sys/devices/platform/panasonic/eco_mode


Condition for applying threshold

  • Accepted values for eco_mode : 0 or 1 /sys/devices/platform/panasonic/eco_mode

If charging threshold are applied successfully using above commands, the extension is compatible.

Quick Settings


Gnome 43 and above Gnome 42

Extension Preferences