TCP Thing Help!

Hi all,

I’m a novice when it comes to using the backend of OpenHAB2. I’m trying to create a TCP binding for my fire place:

default.things
Thing fire:fire:esceafire [ udp=">[ON:192.168.1.76:3300:'G99F'], >[OFF:192.168.1.76:3300:'G::F']" ]

default.items
Switch living_room_fire "Fire" ["Switchable"] { channel="fire:fire:esceafire:ON, fire:fire:esceafire:OFF" }

When I try to turn the fire on or off I get the message below:

07:26:57.359 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'living_room_fire' received command ON
07:26:57.367 [INFO ] [marthome.event.ItemStateChangedEvent] - living_room_fire changed from OFF to ON
07:26:57.363 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate update 'ON' for item 'living_room_fire' to handler for channel 'fire:fire:esceafire:ON', because no thing with the UID 'fire:fire:esceafire' could be found.

Can anyone help?

TCP is a 1.9 binding, you can’t define things and channels for it. Use

for setting up the tcp binding and take a look at “Configure Add-Ons” in

http://docs.openhab.org/tutorials/migration.html#configure-add-ons