TP-LINK Smart Switched / Plugs Issue

Guys,

I am having a hard time with the TP-Link Binding and trying to specify devices using the things & items files.

Im running the following TP-Link Binding
TP-Link Smart Home Binding (Beta 30-8-2019)

But have also tried the:

TP-Link Smart Home Binding

binding-tplinksmarthome - 2.4.0 binding

I specify the devices in a Things file and add it to a items file code for each shown below. Single device shown

Things Files

// Office Light 1 HS103
// IPAddress = 192.168.1.136
// Device ID = 80062A7431371DAE408C80C6975DD7481B16B6A3
// Device Name = D80D17A2436A
//
tplinksmarthome:hs103:D80D17A2436A "Office Light 1" @ "TP-Link Plug" [ ipAddress="192.168.1.136",  deviceId="80062A7431371DAE408C80C6975DD7481B16B6A3", refresh=60 ]

Items File

// Office Light 1
Switch         OfficeLight1Switch   "Power"        {channel="tplinksmarthome:hs103:D80D17A2436A:switch"}

But when I go into the config - things tab on the Paper UI I now show two devices one with a name of

tplinksmarthome:hs103:D80D17A2436A

And another of
tplinksmarthome:hs103:16B6A3

When I try to delete the 16B6A3 one It goes away for a min but the next refresh comes right back. Also when I go to the controll page the TP-Link Plug tab disappears.

Can someone tell me what I am doing wrong or how to disengage the auto search feature?