|
| 1 | + |
1 | 2 | # ioBroker.epson_xp860 |
2 | | -Reads the ink level from the epson xp860 printer website |
| 3 | +(German version see below) |
| 4 | + |
| 5 | +## Description |
| 6 | +This is more an adapter-like helper script than a real adapter. Because the printer does not support the snmp-standard-printer-MIB, the ink status of the Epson XP860 is read from the printer's Web site. (Only if the printer is set to German) |
| 7 | + |
| 8 | +It is an adaptation of the iobroker.epson_stylus_px830 adapter developed by Pix--. |
| 9 | +-> https://github.com/Pix---/ioBroker.epson_stylus_px830 |
| 10 | + |
| 11 | +Now it reads the ink levels of an **Epson Expression Photo XP-860** and in addition, it was converted into a **scheduled adapter** |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +## Configuration |
| 18 | +### IP / Port |
| 19 | +IP adress of Epson Printer within local network. The adapter will stop if no IP is entered. The port number is optional and will only be considered if an ip adress is entered. |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +## Schedule |
| 24 | +The reading interval of the ink level can be set via the scheduling on the 'Instances' page. Default is every full hour. |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +## Datapoints |
| 29 | + |
| 30 | +ink_black |
| 31 | +ink_cyan |
| 32 | +ink_cyanlight |
| 33 | +ink_magenta |
| 34 | +ink_magentalight |
| 35 | +ink_yellow |
| 36 | +printerInfo.connection (type of connection, WLAN,LAN) |
| 37 | +printerInfo.ip |
| 38 | +printerInfo.mac |
| 39 | +printerInfo.model |
| 40 | +printerInfo.name |
| 41 | +printerInfo.requestResponded (True if printer responded on last request) |
| 42 | +printerInfo.responseTime (Response time of last request) |
| 43 | + |
| 44 | +## VIS |
| 45 | +### Widget |
| 46 | +Example set of widgets for VIS (developed by Pix--) |
| 47 | +https://raw.githubusercontent.com/bowao/ioBroker.epson_xp860/master/widgets/ink_widget |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | +## Beschreibung |
| 52 | +Dies ist eher ein Adapter-ähnliches Hilfsskript als ein echter Adapter. Da der Drucker die snmp-standard-printer-MIB nicht unterstützt, wird der Tintenstatus des Epson XP860 von der Website des Druckers gelesen. (Nur wenn der Drucker auf Deutsch eingestellt ist) |
| 53 | + |
| 54 | +Dies ist eine Adaption des Adapters iobroker.epson_stylus_px830 entwickelt von Pix-- |
| 55 | +-> https://github.com/Pix---/ioBroker.epson_stylus_px830 |
| 56 | + |
| 57 | +Nun liest der Adapter den Füllstand der Tintenpatronen eines **Epson Expression Photo XP-860** und zusätzlich wurde er zu einem **Zeitgesteuerten-Adapter** umgebaut. |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +## Einstellungen |
| 64 | +### IP / Port |
| 65 | +Die IP Adresse des Druckers im lokalen Netzwerk. Ohne Eingabe gibt es keine Abfrage. Die Portnummer ist optional und wird nur bei Eingabe einer IP-Adresse berücksichtigt. |
| 66 | + |
| 67 | +### Schedule |
| 68 | +Der Abfrageintervall kann auf der Seite 'Instanzen' über die Spalte 'Zeitplanung' angepasst werden. Standardeinstellung: zu jeder vollen Stunde. |
| 69 | + |
| 70 | +## Konfiguration |
| 71 | + |
| 72 | + |
| 73 | +## Datenpunkte |
| 74 | + |
| 75 | +ink_black |
| 76 | +ink_cyan |
| 77 | +ink_cyanlight |
| 78 | +ink_magenta |
| 79 | +ink_magentalight |
| 80 | +ink_yellow |
| 81 | +printerInfo.connection (Verbindungsart WLAN,LAN) |
| 82 | +printerInfo.ip |
| 83 | +printerInfo.mac |
| 84 | +printerInfo.model |
| 85 | +printerInfo.name |
| 86 | +printerInfo.requestResponded (Wahr, wenn der Drucker auf die letzte Anfrage geantwortet hat) |
| 87 | +printerInfo.responseTime (Antwortzeit der letzten Anfrage) |
| 88 | + |
| 89 | + |
| 90 | +## VIS |
| 91 | +### Widget |
| 92 | +Beispiel widgets für VIS (entwickelt von Pix--) |
| 93 | +https://raw.githubusercontent.com/bowao/ioBroker.epson_xp860/master/widgets/ink_widget |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | +## Changelog |
| 99 | + |
| 100 | +### 1.0.0 |
| 101 | +* stable release |
| 102 | + |
| 103 | +## License |
| 104 | + |
| 105 | +The MIT License (MIT) |
| 106 | + |
| 107 | +Copyright (c) 2019 bowao |
| 108 | + |
| 109 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 110 | +of this software and associated documentation files (the "Software"), to deal |
| 111 | +in the Software without restriction, including without limitation the rights |
| 112 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 113 | +copies of the Software, and to permit persons to whom the Software is |
| 114 | +furnished to do so, subject to the following conditions: |
| 115 | + |
| 116 | +The above copyright notice and this permission notice shall be included in all |
| 117 | +copies or substantial portions of the Software. |
| 118 | + |
| 119 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 120 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 121 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 122 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 123 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 124 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 125 | +SOFTWARE. |
| 126 | + |
| 127 | +--- |
| 128 | + |
0 commit comments