[ISSUE] Can't INITIALIZED Thing From CoolMasterNet Binding

Hi All,
I’m a newbie. I installed CoolMasterNet Binding and add bridge coolmasternet but the status of bridge is “UNINITIALIZED”.
See the pictures : http://i.imgur.com/04ifebf.jpg and http://i.imgur.com/oIdUomu.jpg
And in my logs : [WARN ] [ore.thing.internal.ThingRegistryImpl] - Cannot create thing. No binding found that supports creating a thing of type coolmasternet:controller.
I’m sure I put correct IP of CoolMasterNet Controller and control it on console, its app.
My OpenHAB is OpenHAB 2.0.0
Thank you for your help !

Post your *.things config file to check it

Sorry Dim, I create thing in Paper UI, so that do not have *.thing file

Try the following:
a) Delete the PaperUI created thing
b) Define a new *.things file in /etc/openhab2/things/ folder (or C:\openHAB2\conf\things for Windows)
with the following structure:

Bridge coolmasternet:controller:main [ host="192.168.0.100" ] {
  Thing hvac a [ uid="L1.100" ]
  Thing hvac b [ uid="L1.101" ]
}

https://docs.openhab.org/addons/bindings/coolmasternet/readme.html

You will have more control like this.

Also, you can enable DEBUG on the binding from the Karaf console ("ssh openhab@localhost -p 8101" with password: habopen)

log:set DEBUG org.openhab.binding.coolmasternet

Thanks so much Dim.
I also follow your advice, but I don’t see bridge and thing of CoolmasterNet Binding in Paper UI.
And these pictures is the way I do by adding things in Paper UI

I don’t know what could be wrong…
You are configuring correctly the binding in PaperUI…

Try to double check the communications between your OH2 system and the CoolMasterNet controller… (ping it, do other tests)

On the other hand, the warning: “Cannot create thing. No binding found that supports creating a thing of type coolmasternet:controller” is not a good sign…

I am stuck also :slight_smile:

1 Like