home-assistant.io/source/_integrations/epsonworkforce.markdown
Lorenzo 05d76c6fc9
New Epson printer tested (#12565)
Personally tested WF2660, added now in the list of tested devices.
2020-03-30 23:12:56 +02:00

1.8 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain
title description logo ha_category ha_release ha_iot_class ha_codeowners ha_domain
Epson Workforce Instructions on how to integrate Epson Workforce Printer into Home Assistant. epson.png
Sensor
0.92 Local Polling
@ThaStealth
epsonworkforce

The epson workforce platform allows you to monitor the ink levels of a Epson Workforce printer from Home Assistant.

To add Epson Workforce to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
   - platform: epsonworkforce
     host: IP_ADDRESS
     monitored_conditions:
     - black
     - photoblack
     - yellow
     - magenta
     - cyan
     - clean   

{% configuration %} host: description: The host name or address of the Epson workforce printer required: true type: string monitored_conditions: description: The cartridge colours to monitor. required: true type: list keys: black: description: The black ink cartridge photoblack: description: The photo black ink cartridge (not supported by all printers). yellow: description: The yellow ink cartridge. magenta: description: The magenta (=red) ink cartridge. cyan: description: The cyan (=blue) ink cartridge.
clean: description: The cleaning cartridge.
{% endconfiguration %}

Supported devices:

  • Epson Workforce (and some EcoTank) printers who publish a HTTP page containing the ink cardridge levels

Tested devices:

  • Epson WF2660
  • Epson WF3540
  • Epson WF3620
  • Epson WF3640
  • Epson EcoTank ET-77x0
  • Epson ET-2650

To make this module work you need to connect your printer to your LAN. The best is to navigate to the status page of the printer to check if it shows the page with the ink levels on the URL http://<IP_ADDRESS>/PRESENTATION/HTML/TOP/PRTINFO.HTML