openhab-docs/_bindings/ipp
John Cocula aa2ab2cac1 [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355)
* Generate addon docs as Jekyll Collections instead of Jekyll Pages

Simplifies a lot of Jekyll, makes custom addon layout possible.

Signed-off-by: John Cocula <john@cocula.com>

* Adds-on (all but bindings) in user menu

Signed-off-by: John Cocula <john@cocula.com>

* Added openhab-distro submodule

Signed-off-by: John Cocula <john@cocula.com>
2017-03-02 01:08:44 +01:00
..
readme.md [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355) 2017-03-02 01:08:44 +01:00

readme.md

id label title type description since install
ipp IPP IPP - Bindings binding This binding integrates printers, which implement the Internet Printing protocol (IPP). This is the successor of the CUPS binding. 2x auto

{% include base.html %}

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

All devices support some of the following 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

Full Example