This python script resets the ink waste counter of the printer Epson L3160. It uses Easy SNMP which might be tricky to install, therefore also is included a Dockerfile to build an image with all dependencies. Probably compatible with L3166 and L3168. Try at your own risk.
To use this script the printer must be connected over Wi-Fi.
### Run
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python resetter.py <PRINTER_IP>