Unknown hub error when sending command to Insteon dimmer

Hi All,

This is my first post. I am new to openHAB but not new to home automation.

Currently trying to get openHAB (1.8.2) working with my Insteon Hub (2245-222) and running into some issues. I have added the Insteon PLM Binding to my addons folder and have updated my config file. The binding is reading the state of my sensors which are linked to my hub and are showing up when the jar is loaded. I have put in my username and password for the hub and uncommented the line and the connection is fine.

The only line I have changed in the config file is this:

insteonplm:port_0=/hub2/XXXXX:XXXXXX@192.168.0.10:25105,poll_time=1000

I am running into an error when I try to send a command to one of the dimmers I have setup. I am receiving the following error

[ERROR] [b.i.internal.InsteonHubBinding] - InsteonHubBinding received command for unknown hub id '_default'

Here is the line in my items file

Dimmer Dim1 "Kitchen Lights" (GF_Kitchen) { insteonhub = "device=1C.78.FE, bindingType=dimmer" }

Can someone give me some guidance with this?
Many thanks.
Shiv

Ok so I found out what the problem was.

I followed the directions here https://github.com/openhab/openhab/wiki/Insteon-Hub-Binding which was the wrong syntax.

Dimmer Dim1 "Kitchen Lights" (GF_Kitchen) { insteonhub = "device=1C.78.FE, bindingType=dimmer" }

https://github.com/openhab/openhab/wiki/Insteon-PLM-Binding has the correct syntax.

Dimmer Dim1 "Kitchen Lights" (GF_Kitchen) { insteonplm = "1C.78.FE:F00.00.06#dimmer" }