sriharshaarangi / BatteryChargeLimit

GNU General Public License v3.0
382 stars 104 forks source link

LeEco Le 1s Support! #67

Closed AxelBlaz3 closed 6 years ago

AxelBlaz3 commented 6 years ago

Control file location:

/sys/devices/platform/mt-battery/disable_charger 1 = Charging disabled 0 = Charging enabled

Testing

/sys/devices/platform/mt-battery # echo 1 > disable_charger /sys/class/power_supply/battery # cat status Not charging

Comment: Device won't charge anymore. The led charging light gets turned off and device stops charging.

/sys/devices/platform/mt-battery # echo 0 > disable_charger /sys/class/power_supply/battery # cat status Charging

Comment: Device charges now.

milux commented 6 years ago

As you've already contributed a PR, I will close this. Thank you!