This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
A simple CLI tool to control and monitor the ZKETECH EBC-A20 battery | |
tester from https://www.zketech.com/en/ | |
It can trigger charge or discharge as well as perform charge-discharge | |
cycles to measure battery capacity. | |
Currenly only the CC (Constant Current) load type is implemented, the | |
CP (Constant Power) load type is a simple fixme. Additionally, some |
OlderNewer