Setup LIRC bridge

It looks like the documentation needs to be updated. The config value is named portNumber, not port.

So you’ll want to update your .thing file to look like this:

Bridge lirc:bridge:local [ host="192.168.0.145", portNumber="8700" ] {
    Thing remote Logitech_AudioSystem [ remote="Logitech_AudioSystem" ]
}

The LIRC binding is part of the Ecplise Smarthome project that OpenHAB uses, instead than being an OpenHAB binding itself. The source is at https://github.com/eclipse/smarthome/tree/master/extensions/binding/org.eclipse.smarthome.binding.lirc

1 Like