From bba4286fdcddd8a8050f93c91d83359fac824f5b Mon Sep 17 00:00:00 2001 From: ThaStealth Date: Thu, 25 Apr 2019 15:38:15 +0200 Subject: [PATCH] Epsonprinter (#9294) * Create epsonprinter.markdown * Update epsonprinter.markdown * Update epsonprinter.markdown * Update source/_components/epsonprinter.markdown Co-Authored-By: ThaStealth * Update epsonprinter.markdown * Update epsonprinter.markdown * :pencil2: Tweak --- source/_components/epsonprinter.markdown | 65 ++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 source/_components/epsonprinter.markdown diff --git a/source/_components/epsonprinter.markdown b/source/_components/epsonprinter.markdown new file mode 100644 index 00000000000..6f94796352b --- /dev/null +++ b/source/_components/epsonprinter.markdown @@ -0,0 +1,65 @@ +--- +layout: page +title: "Epson Printer" +description: "Instructions on how to integrate Epson Workforce Printer into Home Assistant." +date: 2019-04-09 16:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: epson.png +ha_category: Sensor +ha_release: 0.92 +ha_iot_class: Local Polling +--- + +The `epson printer` platform allows you to monitor the ink levels of a Epson Workforce printer from Home +Assistant. + +To add Epson Printer to your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +sensor: + - platform: epsonprinter + host: IP_ADDRESS + monitored_conditions: + - black + - yellow + - magenta + - cyan + - clean +``` + +{% configuration %} +host: + description: The host name or address of the Epson printer + required: true + type: string +monitored_conditions: + description: The cartridge colours to monitor. + required: true + type: map + keys: + black: + description: The black ink cartridge + 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 printers who publish a HTTP page containing the ink cardridge levels + +Tested devices: + +- Epson WF3540 + +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.