Controlling Insteon devices?

I have setup OH2 on Ubuntu server
I tried to follow the instructions to setup OH2, Insteon Hub 2245-222, and 2 LampLink Dimmer 2457D2

The logs seem to indicate that OH2 sees my Insteon devices and hubs

smitopher@myth-server:/var/log/openhab2$ cat /var/log/openhab2/openhab.log
2017-05-29 16:07:01.961 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'lampLink.items'
2017-05-29 16:07:04.272 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at /start
2017-05-29 16:07:04.534 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2017-05-29 16:07:04.626 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2017-05-29 16:07:04.677 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2017-05-29 16:07:04.706 [INFO ] [nding.insteonplm.InsteonPLMActivator] - Insteon PLM binding has been started.
2017-05-29 16:07:04.768 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - dead device timeout set to 3000s
2017-05-29 16:07:04.769 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - config: port_0 -> /hub2/xxxxxx:yyyyyy@192.168.xx.xx:25105,poll_time=1000
2017-05-29 16:07:04.772 [INFO ] [b.core.service.AbstractActiveService] - InsteonPLM has been started
2017-05-29 16:07:04.788 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - config: service.pid -> org.openhab.insteonplm
2017-05-29 16:07:04.799 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - devices:   0 configured,   0 polling, msgs received:     0
2017-05-29 16:07:04.982 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin
2017-05-29 16:07:11.980 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - modem database has 3 entries!
2017-05-29 16:07:11.980 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - device aa.bb.cc found in the modem database and the modem controls groups [0x00] and responds to groups [0x01].
2017-05-29 16:07:11.983 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - device ee.ff.gg found in the modem database and the modem controls groups [0x00,0x03] and responds to groups [0x01].
2017-05-29 16:07:12.985 [INFO ] [onplm.internal.device.MessageHandler] - DimmerRequestReplyHandler: set device aa.bb.cc to level 100
2017-05-29 16:08:52.518 [INFO ] [onplm.internal.device.MessageHandler] - DimmerRequestReplyHandler: set device ee.ff.gg to level 100

Ok… so what now?

When in the paper ui, nothing shows up in bindings or things or inbox
It is not clear what is next

Since the insteonplm binding is a oh1 binding, you’ll need to manually set it up. I’d suggest starting with the wiki page: