--- title: Epson Workforce description: Instructions on how to integrate Epson Workforce Printer into Home Assistant. logo: epson.png ha_category: - Sensor ha_release: 0.92 ha_iot_class: Local Polling ha_codeowners: - '@ThaStealth' ha_domain: 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: ```yaml # 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:///PRESENTATION/HTML/TOP/PRTINFO.HTML