SamsungTvBinding can't connect (Cannot find connection details)

Hello, i have problem with samsung connection, please help.
when i send command from sitemap aplication in log i get message:
2015-12-06 18:17:39.840 [WARN ] [.b.s.internal.SamsungTvBinding] - Cannot find connection details for device id ‘TV’

configuration:

Host of the first TV to control
samsungtv:TV.host=192.168.1.222

Port of the TV to control (optional, defaults to 55000)
samsungtv:TV.port=55000

item
Switch mute {samsungtv=“ON:TV:KEY_MUTE, OFF:TV:KEY_MUTE”}

sitemap
Frame label=“TV”{
Text label=“Samsung” icon=“television” {
Switch item=mute label=“TV mute” mappings=[ON=“ON”, OFF=“OFF”]
Slider item=volume label=“TV Volume”
} }

Do you see any problems on the openhab log? Have you removed # character from configuration file for host name and port?

opnehab.cfg should be:

# Host of the first TV to control
samsungtv:TV.host=192.168.1.222

# Port of the TV to control (optional, defaults to 55000)
samsungtv:TV.port=55000

-Pali

Hello,
yes, it is removed.

Kris.

################################ SAMSUNG TV Binding ###################################
#
# Host of the first TV to control 
samsungtv:Living.host=192.168.1.222
# Port of the TV to control (optional, defaults to 55000)
samsungtv:Living.port=55000

If that is from you config file, then you item doesn’t follow the tv configuration.

Item should be:

Switch mute {samsungtv=“ON:Living:KEY_MUTE, OFF:Living:KEY_MUTE”}