mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-11 07:32:11 +01:00
c23f6adf13
* New translations astro.properties (Finnish) * New translations astro.properties (German) * New translations bluetooth.properties (German) * New translations boschshc.properties (Italian) * New translations comfoair.properties (German) * New translations dwdunwetter.properties (German) * New translations epsonprojector.properties (German) * New translations gpio.properties (German) * New translations heliosventilation.properties (German) * New translations homeconnect.properties (German) * New translations homematic.properties (German) * New translations ipp.properties (German) * New translations jruby.properties (Hungarian) * New translations jsscripting.properties (German) * New translations jsscripting.properties (Hungarian) * New translations map.properties (German) * New translations map.properties (Hungarian) * New translations mqttbroker.properties (Italian) * New translations nanoleaf.properties (German) * New translations ocean.properties (German) * New translations openhabcloud.properties (Finnish) * New translations samsungtv.properties (Hungarian) * New translations shelly.properties (German) * New translations snmp.properties (German) * New translations sonos.properties (German) * New translations spotify.properties (German) * New translations tr064.properties (German) * New translations tradfri.properties (German) * New translations unifi.properties (German) * New translations unifi.properties (Hungarian) * New translations valloxmv.properties (Finnish) * New translations volvooncall.properties (German) * New translations xslt.properties (German) |
||
---|---|---|
.. | ||
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 |