mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Epsonprinter (#9294)
* Create epsonprinter.markdown
* Update epsonprinter.markdown
* Update epsonprinter.markdown
* Update source/_components/epsonprinter.markdown
Co-Authored-By: ThaStealth <thastealth@gmail.com>
* Update epsonprinter.markdown
* Update epsonprinter.markdown
* ✏️ Tweak
This commit is contained in:
parent
0c305a7a54
commit
bba4286fdc
65
source/_components/epsonprinter.markdown
Normal file
65
source/_components/epsonprinter.markdown
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user