Image Item no longer supported?

Hi,

Just updated to the latest snapshot 2.3 Build #1231, coming from #1212. Items files with Image as an Item give an error while getting loaded:

2018-03-18 21:18:49.753 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'mqtt.items' has errors, therefore ignoring it: [3,1]: missing EOF at 'Image'
2018-03-18 21:18:50.033 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'sonos.items' has errors, therefore ignoring it: [22,1]: missing EOF at 'Image'

Documentation of Items has not been updated, so is this a bug?

Regards,
Bastiaan

Hi @bastiaan_van_h,

please attach your Item Files (in a code Tag). :slight_smile:
(I run the same snapshot without any problems)

Kind regards,

Hi @hExPY, ok, here they are.

mqtt.items

Switch 	MQTT_Deurbel 				"Deurbel [%s]" 				{ mqtt="<[mosquitto:doorbellswitch:command:ON:1],<[mosquitto:doorbellswitch:command:OFF:0]" }
Switch 	MQTT_Deurbel_aanuit 		"Deurbel aanuit [%s]"		{ mqtt=">[mosquitto:doorbellonoff:command:ON:1],>[mosquitto:doorbellonoff:command:OFF:0]" }
Image   MQTT_Deurbel_image

sonos.items

/*Current Cover Image*/
Image Sonos_woonkamer_currentalbumart		 "Sonos Playbar Woonkamer Current Cover" 			(gSonos) {channel="sonos:PLAYBAR:RINCON_000E58BA2DD801400:currentalbumart"}

I have the same problem see :
Unit-Support, KNX 2, Karaf 4.1.5 Upgrade and more!

@Kai just made a fix and will build a new distro soon.

Thanks Kai!!

2 Likes

I can confirm image item works again from build #1232.

1 Like