Does the squeezebox control channel work in OH2?

Hi

I have been trying for a small hour to get the control channel working in opnehab, but without success.

I’m having this in my item files:

Switch Kitchen_SQ_Power          "Kitchen Radio" [ "Switchable" ] {channel="squeezebox:squeezeboxplayer:D566DDF7-03E0-42CE-988D-AF14B93E7D46:000f54105085:power"}
Switch Kitchen_Room_SQ_Control   "Kitchen Play"  [ "Switchable" ] {channel="squeezebox:squeezeboxplayer:D566DDF7-03E0-42CE-988D-AF14B93E7D46:000f54105085:control"}
Dimmer Kitchen_Room_SQ_Volume    "Kitchen"       [ "Lighting" ]   {channel="squeezebox:squeezeboxplayer:D566DDF7-03E0-42CE-988D-AF14B93E7D46:000f54105085:volume"}

The power and the volume channels are working just fine and the log recognizes the items when they get activated:

21:33:41.013 [INFO ] [marthome.event.ItemStateChangedEvent] - Kitchen_SQ_Power changed from ON to OFF
21:33:43.438 [INFO ] [marthome.event.ItemStateChangedEvent] - Kitchen_SQ_Power changed from OFF to ON
21:33:43.439 [INFO ] [marthome.event.ItemStateChangedEvent] - squeezebox_squeezeboxplayer_D566DDF7_03E0_42CE_988D_AF14B93E7D46_000f54105085_control changed from PAUSE to PLAY
21:33:44.457 [INFO ] [marthome.event.ItemStateChangedEvent] - squeezebox_squeezeboxplayer_D566DDF7_03E0_42CE_988D_AF14B93E7D46_000f54105085_volume changed from 8 to 10
21:33:44.458 [INFO ] [marthome.event.ItemStateChangedEvent] - Kitchen_Room_SQ_Volume changed from 8 to 10
21:33:45.873 [INFO ] [marthome.event.ItemStateChangedEvent] - squeezebox_squeezeboxplayer_D566DDF7_03E0_42CE_988D_AF14B93E7D46_000f54105085_volume changed from 10 to 8
21:33:45.875 [INFO ] [marthome.event.ItemStateChangedEvent] - Kitchen_Room_SQ_Volume changed from 10 to 8
21:33:47.982 [INFO ] [marthome.event.ItemStateChangedEvent] - squeezebox_squeezeboxplayer_D566DDF7_03E0_42CE_988D_AF14B93E7D46_000f54105085_control changed from PLAY to PAUSE
21:33:50.569 [INFO ] [marthome.event.ItemStateChangedEvent] - squeezebox_squeezeboxplayer_D566DDF7_03E0_42CE_988D_AF14B93E7D46_000f54105085_control changed from PAUSE to PLAY

The control item does not get recognized for some reason, and I experience the same on another squeezebox player I have. Have anyone got the control channel for Squeezebox working in OH2?

It works for me. But I use an Item of type Player for the control channel.

Ah, okay. I wasn’t aware of the player item type. Thanks for the answer. I will try that.