This is a python script to limit battery charging with a smart plug using http request or MQTT.
Python 3 is required for this app.
After installing Python open a terminal/command prompt in the same directory of this app and install the dependencies using pip install -U -r requirements.txt --user
Rename config.ini.template
to config.ini
, modify settings at needed.
- Battery Icon - Adrien Coquet under Creative Commons License
- wxPython under OSI Approved wxWindows Library License
- PySimpleGUIWx under LGPLv3+
- psutil under BSD License
- requests under Apache Software License (Apache 2.0)
- paho-mqtt under OSI Approved (Eclipse Public License v1.0 / Eclipse Distribution License v1.0)
- certifi under MPL-2.0