openhab-addons/bundles/org.openhab.binding.ipp
Wouter Born f21f7bc8b3
Add more connection details to add-ons (#14813)
* Add more connection details to add-ons

Signed-off-by: Wouter Born <github@maindrain.net>
2023-04-15 21:23:24 +02:00
..
src/main Add more connection details to add-ons (#14813) 2023-04-15 21:23:24 +02:00
NOTICE added migrated 2.x add-ons 2020-09-21 03:37:19 +02:00
pom.xml fix spotless after release (#14014) 2022-12-19 15:22:17 +01: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