mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
07a1976c81
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net> |
||
---|---|---|
.. | ||
src/main | ||
NOTICE | ||
pom.xml | ||
README.md |
IPP Binding
This binding integrates printers, which implement the Internet Printing protocol (IPP). This is the successor of the CUPS binding. The main purpose is to check if there are waiting print jobs on a printer, which can be switched on in this case.
Supported Things
The binding has been tested against a CUPS Server (which implements the Internet Printing Protocol). So all printers in a CUPS envorinment should work fine. Many network printers also use IPP, but there are many differencies on which parts of IPP are supported, is is not guaranteed, that every printer will work.
Discovery
The printers are discovered through mDNS in the local network. As mentioned before: a printer may be discoverable but not usable by the binding.
Thing Configuration
Channels
Channel Type ID | Item Type | Description |
---|---|---|
jobs | Number | Total number of print jobs on the printer |
waitingJobs | Number | Number of waiting print jobs on the printer |
doneJobs | Number | Number of completed print jobs on the printer |