mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Remove epson workforce (#32230)
This commit is contained in:
parent
18f2138566
commit
821466170a
@ -1,80 +0,0 @@
|
|||||||
---
|
|
||||||
title: Epson Workforce
|
|
||||||
description: Instructions on how to integrate Epson Workforce Printer into Home Assistant.
|
|
||||||
ha_category:
|
|
||||||
- Sensor
|
|
||||||
ha_release: 0.92
|
|
||||||
ha_iot_class: Local Polling
|
|
||||||
ha_codeowners:
|
|
||||||
- '@ThaStealth'
|
|
||||||
ha_domain: epsonworkforce
|
|
||||||
ha_platforms:
|
|
||||||
- sensor
|
|
||||||
ha_integration_type: integration
|
|
||||||
---
|
|
||||||
|
|
||||||
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 cartridge levels
|
|
||||||
|
|
||||||
Tested devices:
|
|
||||||
|
|
||||||
- Epson WF2630
|
|
||||||
- Epson WF2660
|
|
||||||
- Epson WF3540
|
|
||||||
- Epson WF3620
|
|
||||||
- Epson WF3640
|
|
||||||
- Epson WF4820
|
|
||||||
- Epson EcoTank ET-77x0
|
|
||||||
- Epson ET-2650
|
|
||||||
- EPSON ET-2750
|
|
||||||
- Epson ET-4750
|
|
||||||
- Epson EcoTank ET-5150 (51x0)
|
|
||||||
- Epson Expression Home XP-2100
|
|
||||||
- Epson Expression Home XP-2105
|
|
||||||
|
|
||||||
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`
|
|
@ -509,6 +509,7 @@ layout: null
|
|||||||
/integrations/ee_brightbox /more-info/removed-integration 301
|
/integrations/ee_brightbox /more-info/removed-integration 301
|
||||||
/integrations/eight_sleep /more-info/removed-integration 301
|
/integrations/eight_sleep /more-info/removed-integration 301
|
||||||
/integrations/envirophat /more-info/removed-integration 301
|
/integrations/envirophat /more-info/removed-integration 301
|
||||||
|
/integrations/epsonworkforce /more-info/removed-integration 301
|
||||||
/integrations/essent /more-info/removed-integration 301
|
/integrations/essent /more-info/removed-integration 301
|
||||||
/integrations/facebox /more-info/removed-integration 301
|
/integrations/facebox /more-info/removed-integration 301
|
||||||
/integrations/fedex /more-info/removed-integration 301
|
/integrations/fedex /more-info/removed-integration 301
|
||||||
|
Loading…
x
Reference in New Issue
Block a user