Monitor ink levels of a Epson printer

Hi,

I am trying to configure my Epson printer using Epson Workforce

My printer does support: http://<IP_ADDRESS>/PRESENTATION/HTML/TOP/PRTINFO.HTML

my configuration.yaml:

  - platform: epsonworkforce
    host: 192.168.1.97
    monitored_conditions:
    - black
    - photoblack
    - yellow
    - magenta
    - cyan
    - clean

and nothing show up…

I try changing the colors as it shows on the screenshot:

  - platform: epsonworkforce
    host: 192.168.1.97
    monitored_conditions:
     - BK
     - C
     - M
     - Y

and it give me some error

Can someone help me on how to configure it correctly?

PS: I am on hassio on RP 3 B+ running the latest update

Nevermind… it is working with default settings :slight_smile:

  - platform: epsonworkforce
    host: 192.168.1.97
    monitored_conditions:
    - black
    - photoblack
    - yellow
    - magenta
    - cyan
    - clean

it shows up the following sensors:
entity: sensor.ink_level_black
entity: sensor.ink_level_cyan
entity: sensor.ink_level_magenta
entity: sensor.ink_level_yellow
entity: sensor.cleaning_level

So now I can confirm it work with EPSONL6190 Series

Integration removed sad face

Yes, I used the integration as well. But until there is a new integration, you can monitor ink level (unfortunately not the “waste box”) using the IPP integration as long as your printer provides IPP. I switched to IPP, changed a few sensors, scripts and automations and ink levels are back again.

Try this:

I used HACS to install it.