https://github.com/patatetom/ecotankcleaner
Cleaning the print nozzles of an Epson EcoTank 2710 from Linux
https://github.com/patatetom/ecotankcleaner
bash bash-script ecotank epson epson-printer printer printing
Last synced: 15 days ago
JSON representation
Cleaning the print nozzles of an Epson EcoTank 2710 from Linux
- Host: GitHub
- URL: https://github.com/patatetom/ecotankcleaner
- Owner: patatetom
- Created: 2025-08-14T05:56:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T05:59:25.000Z (10 months ago)
- Last Synced: 2025-08-14T07:26:53.164Z (10 months ago)
- Topics: bash, bash-script, ecotank, epson, epson-printer, printer, printing
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Epson EcoTank cleaner
Cleaning the print nozzles of an Epson EcoTank 2710 from Linux

This bash script allows you to check and clean the print heads of an Epson EcoTank 2710 printer accessible via network (USB not supported).
The data sent to the printer was collected using `tshark` tool (listening to the Epson utility installed on Windows).
> [!TIP]
> _Tests have only been performed on the 2710 model : please let me know via a [new issue](https://github.com/patatetom/ecotankcleaner/issues/new/choose) if the script works on another EcoTank model._
## Installation
- download `ecotankcleaner` bash script :
`wget -O ~/.local/bin/ecotankcleaner https://raw.githubusercontent.com/patatetom/ecotankcleaner/main/ecotankcleaner`
_or_
`curl https://raw.githubusercontent.com/patatetom/ecotankcleaner/main/ecotankcleaner > ~/.local/bin/ecotankcleaner`
- check his simple code :
`( bat || less )< ~/.local/bin/ecotankcleaner`
- make it executable :
`chmod +x ~/.local/bin/ecotankcleaner`
- run it :
`ecotankcleaner LanName_or_IpAddress`
## Compatibility
- Epson EcoTank 2710
> [!NOTE]
>
> [bat](https://github.com/sharkdp/bat) is a `cat` clone with syntax highlighting and Git integration.
>
> [Epson](https://download.ebz.epson.net/dsc/search/01/search/searchModule?productName=2710&osCode=LX) driver download page.