openhab-addons/bundles/org.openhab.binding.ipp
Wouter Born 07a1976c81
Add default translations for binding add-ons (#11760)
* 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>
2021-12-15 18:40:21 +01:00
..
src/main Add default translations for binding add-ons (#11760) 2021-12-15 18:40:21 +01:00
NOTICE added migrated 2.x add-ons 2020-09-21 03:37:19 +02:00
pom.xml applied spotless 2021-06-27 23:25:35 +02:00
README.md added migrated 2.x add-ons 2020-09-21 03:37:19 +02:00

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