Group in Sitemap is empty

I want to combine all items in a Group. Unfortunately, the LivingRoom sitemap comes out as empty.

Items file

Group:Switch:OR(ON,OFF) gLights "All Lights"
Group gLivingRoom "Living Room"

Dimmer dim_LivingLight  "Living Room [%.1f]"  (gLights, gLivingRoom) {channel="blah"}
Dimmer dim_BedRoomLight "Bed Room [%.1f]" (gLights)   {channel="blah"}
Switch sw_BedRoomLight <light> (gLights, gLivingRoom) {channel="blah"}

and a sitemap

sitemap default label="House"
{

Frame label="Rooms" {
Group item=gLivingRoom
}
}

Any idea why the sw_BedRoomLight is not shown in the Group?

maybe relevant:

Thank you. Restarting did the trick

1 Like

credit to @rlkoshak


Don’t foget to mark as Solved :+1:

Hey @trumee I see you changed the Title to [Solved] but for the System your Topic is still open.
You need to press the first Button on the response that solved your Problem. Which would be the comment from Dim. Thank you :slight_smile:

I did that :slight_smile:
he still should mark the answer post as the solution as you wrote

1 Like