Skip to content

nicootto/epson-l4160-ink-waste-resetter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epson L4160 Ink Waste Resetter

This python script resets the ink waste counter of the printer Epson L4160. It uses Easy SNMP which might be tricky to install, therefore also is included a Dockerfile to build an image with all dependencies.

How to use it

To use this script the printer must be connected over Wi-Fi.

Run with a prebuilt Docker image

To run with a prebuild docker image run the following command

docker run nicootto/epson_l4160_ink_waste_resetter <PRINTER_IP>

Run with Docker from scratch

docker build -t epson_l4160_ink_waste_resetter .
docker run epson_l4160_ink_waste_resetter <PRINTER_IP>

Run without Docker

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python resetter.py <PRINTER_IP>

About

Epson L4160 ink waste resetter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published