Yes, I’m also seeing this on Image items.
2018-03-17 06:47:27.186 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'squeezebox.items' has errors, therefore ignoring it: [18,1]: missing EOF at 'Image'
2018-03-17 06:48:58.200 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'zoneminder.items' has errors, therefore ignoring it: [22,1]: missing EOF at 'Image'
@Kai Is there a change that might’ve had this as a side effect? I didn’t see anything immediately obvious in the change list.
Edit: All I can see is that the introduction of QuantityType made changes to the Item grammar. And I see that the most recent change dropped the | ID
from the BaseModelItemType
. Odd that there is and was no Image
in the grammar.
I opened an issue for this.
https://github.com/eclipse/smarthome/issues/5245