[solved] Openhab Homematic Item Group Error

Hi

I m using the Openhab Project from ThomDietrich. The Project was running on a Raspberry, Due to the fact that the Raspberry is to slow i moved everything to my Synology. I installed Openhab and moved the files aswell.

Now i have a problem with the summary funtion that ThomDietrich implememted in the Projetc. when i add this Line

Group:NUMBER:SUM          Heating_WindowModes    "Fensterabsenkung [%s]"                             <window>          (Heating_Group)

i get this Error

16:50:26.981 [WARN ] [del.core.internal.ModelRepositoryImpl] - Configuration model 'homematic-heizung.items' has errors, therefore ignoring it: [13,7]: no viable alternative at input 'NUMBER'
[13,13]: missing EOF at ':'

When i deactivate the Line the project is running fine. Where do i have to search to fix it?

Should be

Group:Number:SUM Heating_WindowModes "Fensterabsenkung [%s]" <window> (Heating_Group)

instead. openHAB is case sensitive! Also see https://www.openhab.org/docs/concepts/items.html#group-items for further details of Group definition.

Perfect

thank you