I’m trying to eliminate Errors in my logs and I see these 3 continually popping up that relate to Group items.
The error I see is this:
2017-11-22 11:28:17.258 [ERROR] [pse.smarthome.core.items.GenericItem] - Tried to set invalid state 1 (DecimalType) on item Lights of type SwitchItem, ignoring it
2017-11-22 11:28:17.263 [ERROR] [pse.smarthome.core.items.GenericItem] - Tried to set invalid state 1 (DecimalType) on item Family_Lights of type SwitchItem, ignoring it
2017-11-22 11:28:17.264 [ERROR] [pse.smarthome.core.items.GenericItem] - Tried to set invalid state 1 (DecimalType) on item Kitchen_Lights of type SwitchItem, ignoring it
And it relates to these items
/* active groups */
Group:Switch:OR(ON, OFF) Lights "All Lights [(%d)]" <light> (All)
Group:Switch:OR(ON, OFF) Family_Lights "All Family Lights [(%d)]" <light> (All)
Group:Switch:OR(ON, OFF) Kitchen_Lights "All Kitchen Lights [(%d)]" <light> (All)
/* Family Room */
Dimmer FF_Fan_FamilyCF "CF Fan Switch" <fan_ceiling> (FF_Family, gdashboard) { channel="zwave:device:1587fb1d72a:node8:switch_dimmer" }
Switch FF_Light_FamilyCF "Ceiling Fan" <light> (FF_Family, Family_Lights, Lights, gdashboard) { channel="zwave:device:1587fb1d72a:node7:switch_binary" }
Color FF_Light_FamilyColorGroup "All Family Color" <colorwheel> (FF_Family, Family_Lights, Lights, gdashboard)
Color FF_Light_FamilyCF_1 "Ceiling Fan 1" <colorwheel> (FF_Family, Family_Lights, Lights, gdashboard) { channel="hue:0210:00178824e7e9:13:color" }
Color FF_Light_FamilyCF_2 "Ceiling Fan 2" <colorwheel> (FF_Family, Family_Lights, Lights, gdashboard) { channel="hue:0210:00178824e7e9:14:color" }
Color FF_Light_FamilyCF_3 "Ceiling Fan 3" <colorwheel> (FF_Family, Family_Lights, Lights, gdashboard) { channel="hue:0210:00178824e7e9:15:color" }
Color FF_Light_FamilyCF_4 "Ceiling Fan 4" <colorwheel> (FF_Family, Family_Lights, Lights, gdashboard) { channel="hue:0210:00178824e7e9:16:color" }
Color FF_Light_FamilyLeft "Family Left" <colorwheel> (FF_Family, Family_Lights, Lights, gdashboard) { channel="hue:0210:00178824e7e9:10:color" }
Color FF_Light_FamilyRight "Family Right" <colorwheel> (FF_Family, Family_Lights, Lights, gdashboard) { channel="hue:0210:00178824e7e9:11:color" }
Color FF_Lightify_LED_TV "TV Backlighting" <colorwheel> (FF_Family, Family_Lights, Lights, gdashboard) { channel="osramlightify:rgbw:84-18-26-00-00-04-EA-17:color"}
//Remaining code for Kitchen and other lights
Would this by any chance have to possible do something with Hue Light Bulbs reporting a DecimalType?