Configuration of Things for 1.9 SNAPSHOT Bindings

The docs are not clear and my experiments are inconclusive (i.e. it isn’t working but I don’t know if the problem is mine or it can’t be done).

For a 1.9.0 SNAPSHOT bindings, installed via PaperUI, can Things be manually configured? Or do we end up with a mix of old OH 1.x Items and OH 2 Items bound to channels?

I want to make sure I get this right when I complete the migration tutorial posting.

Thanks

1 Like

1.x bindings do not know about the concept of Things, so no Things need/can be configured for them.

Or do we end up with a mix of old OH 1.x Items and OH 2 Items bound to channels?

Yes, that’s how it works. 1.9 bindings are (as before) configured only in an items file. Additionally, you can have channels linked to them as well, like e.g.

Switch MyLight { knx="<1:2:3+4:5:6", channel="hue:0100:1:5:power, zwave:device:3:switch" }

where KNX is 1.9 and hue and ZWave are 2.0 bindings.

1 Like

Thanks! I assumed that was the answer but I’m often wrong when I assume.