mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update epsonworkforce.markdown (#9371)
* Update epsonworkforce.markdown * Remove tailing whitespaces
This commit is contained in:
parent
5d2f7bf4a5
commit
66459b751b
@ -25,6 +25,7 @@ sensor:
|
|||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- black
|
- black
|
||||||
|
- photoblack
|
||||||
- yellow
|
- yellow
|
||||||
- magenta
|
- magenta
|
||||||
- cyan
|
- cyan
|
||||||
@ -43,6 +44,8 @@ monitored_conditions:
|
|||||||
keys:
|
keys:
|
||||||
black:
|
black:
|
||||||
description: The black ink cartridge
|
description: The black ink cartridge
|
||||||
|
photoblack:
|
||||||
|
description: The photo black ink cartridge (not supported by all printers).
|
||||||
yellow:
|
yellow:
|
||||||
description: The yellow ink cartridge.
|
description: The yellow ink cartridge.
|
||||||
magenta:
|
magenta:
|
||||||
@ -55,11 +58,14 @@ monitored_conditions:
|
|||||||
|
|
||||||
Supported devices:
|
Supported devices:
|
||||||
|
|
||||||
- Epson Workforce printers who publish a HTTP page containing the ink cardridge levels
|
- Epson Workforce (and some EcoTank) printers who publish a HTTP page containing the ink cardridge levels
|
||||||
|
|
||||||
Tested devices:
|
Tested devices:
|
||||||
|
|
||||||
- Epson WF3540
|
- Epson WF3540
|
||||||
|
- Epson WF3620
|
||||||
|
- Epson WF3640
|
||||||
|
- Epson EcoTank ET-77x0
|
||||||
|
|
||||||
To make this module work you need to connect your printer to your LAN.
|
To make this module work you need to connect your printer to your LAN.
|
||||||
The best is to navigate to the IP of the printer to check if it shows a status page.
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user