* 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> |
||
---|---|---|
.. | ||
readme.md |
readme.md
id | label | title | type | description | since | logo | install |
---|---|---|---|---|---|---|---|
pulseaudio | Pulseaudio | Pulseaudio - Bindings | binding | This binding integrates pulseaudio devices. | 2x | images/addons/pulseaudio.png | auto |
{% include base.html %}
Pulseaudio Binding
This binding integrates pulseaudio devices.
Supported Things
The Pulseaudio bridge is required as a "bridge" for accessing any other Pulseaudio devices.
You need a running pulseaudio server whith module module-cli-protocol-tcp loaded and accessible by the server which runs your openHAB instance. The following pulseaudio devices are supported:
- Sink
- Source
- Sink-Input
- Source-Output
- Combined-Sink
Discovery
The Pulseaudio bridge is discovered through mDNS in the local network.
Thing Configuration
The Pulseaudio bridge requires the ip address (or a hostname) and a port (default: 4712) as a configuration value in order for the binding to know where to access it.
Channels
All devices support some of the following channels:
Channel Type ID | Item Type | Description | ||
---|---|---|---|---|
volume | Dimmer | Volume of an audio device in percent | ||
mute | Switch | Mutes the device | ||
state | String | Current state of the device (suspended, idle, running, corked, drained) | ||
slaves | String | Slave sinks of a combined sink | ||
routeToSink | String | Shows the sink a sink-input is currently routed to |
Full Example
t.b.d.