[SOLVED] Having frames in group panels

Hi,

I am currently setting up my sitemap. I would like to assign own panels (like windows) per room in Basic UI that open from the main windows. These room panels should be organized using frames. Is this possible, or does only the main window allow for frames?

If this is feasible, an example would be greatly appreciated… Thanks!

I do have multiple frames inside a group for at least one room.
Most rooms only have one frame in my case.

so yes it’s possible. I do have a complained (Linkable widget should contain either only frames or none at all) about my sitemap, yet it works.

No you can create frame in sub panels:

sitemap default label="Home"
{
	Frame label="Home" {
		Selection item=House_Mode mappings=["NORMAL"="NORMAL", "AWAY"="AWAY", "PARTY"="PARTY", "HOLIDAY"="HOLIDAY"]
		Text item=GroundFloor {
    		Text item=LivingRoom {
	    	    Frame {
                    Switch item=LivingRoom_MediaPower
                    Slider item=TVLights
                    Text label="TV Lights" icon="switch" {
                        Slider item=LivingRoom_TVLightLeft_Level
                        Colorpicker item=LivingRoom_TVLightLeft_Colour
                        //Switch item=TVLightRight
                    }
                    
		        }
    		    Frame {
                    Switch item=LivingRoom_CeilingLight       
                    Switch item=LivingRoom_WallLights       
                    Switch item=LivingRoom_CabinetLight        
                }
                Frame {
                    Switch item=LivingRoom_AquariumPump       
                    Switch item=LivingRoom_WallSwitch
                }
                Frame {
                    Text label="Doors" icon="door" {
                        Text item=LivingRoom_Door {
                            Text item=LivingRoom_Door
                            Text item=LivingRoom_Door_Battery {
                                Chart item=LivingRoom_Door_Battery period=Y refresh=60000
                            }
                        }
                        Text item=Kitchen_Door {
                            Text item=Kitchen_Door
                            Text item=Kitchen_Door_Battery {
                                Chart item=Kitchen_Door_Battery period=Y refresh=60000
                            }
                        }
                    }
                    Text label="Windows" icon="contact" {
                        Text item=LivingRoom_WindowLeft {
                            Text item=LivingRoom_WindowLeft
                            Text item=LivingRoom_WindowLeft_Battery {
                                Chart item=LivingRoom_WindowLeft_Battery period=Y refresh=60000
                            }
                        }
                        Text item=LivingRoom_WindowRight {
                            Text item=LivingRoom_WindowRight
                            Text item=LivingRoom_WindowRight_Battery {
                                Chart item=LivingRoom_WindowRight_Battery period=Y refresh=60000
                            }
                        }
                        Text item=LivingRoom_WindowTopLeft {
                            Text item=LivingRoom_WindowTopLeft
                            Text item=LivingRoom_WindowTopLeft_Battery {
                                Chart item=LivingRoom_WindowTopLeft_Battery period=Y refresh=60000
                            }
                        }
                        Text item=LivingRoom_WindowTopRight {
                            Text item=LivingRoom_WindowTopRight
                            Text item=LivingRoom_WindowTopRight_Battery {
                                Chart item=LivingRoom_WindowTopRight_Battery period=Y refresh=60000
                            }
                        }
                    }
                }
                Frame {
                    Video url="http://openhabguest:Spirou%4001@192.168.0.30:8666/videostream.cgi" encoding="mjpeg"
                }
    		}
	    	Text item=Kitchen {
		        Frame {
		            Switch item=Kitchen_CeilingLight
		            Switch item=Kitchen_WallLights
    		        Switch item=Kitchen_CabinetLights
	    	    }
		        Frame {
		            Text label="Doors" icon="door" {
                        Text item=Kitchen_Door {
                            Text item=Kitchen_Door
                            Text item=Kitchen_Door_Battery {
                                Chart item=Kitchen_Door_Battery period=Y refresh=60000
                            }
                        }
                        Text item=Conservatory_Door valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"] {
                            Text item=Conservatory_Door valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"]
                            Text item=Conservatory_Door_LastOpen
                            Text item=Conservatory_Door_LastClosed
                            Text item=Conservatory_Door_Battery {
                                Chart item=Conservatory_Door_Battery period=Y refresh=60000
                            }
                        }
                        Text item=Pantry_Door {
                            Text item=Pantry_Door
                            Text item=Pantry_Door_Battery {
                                Chart item=Pantry_Door_Battery period=Y refresh=60000
                            }
                        }
    		        }
	    	        Text label="Windows" icon="contact" {
                        Text item=Kitchen_WindowLeft {
                            Text item=Kitchen_WindowLeft
                            Text item=Kitchen_WindowLeft_Battery {
                                Chart item=Kitchen_WindowLeft_Battery period=Y refresh=60000
                            }
                        }
                        Text item=Kitchen_WindowTop {
                            Text item=Kitchen_WindowTop
                            Text item=Kitchen_WindowTop_Battery {
                                Chart item=Kitchen_WindowTop_Battery period=Y refresh=60000
                            }
                        }
		            }
    		    }
	    	}
		    Text item=Pantry {
		        Frame {
		            Switch item=Pantry_Light
		        }
    		    Frame {
                    Text item=Pantry_Door {
                        Text item=Pantry_Door
                        Text item=Pantry_Door_Battery {
                            Chart item=Pantry_Door_Battery period=Y refresh=60000
                        }
                    }
    		    }
	    	}
		    Text item=Conservatory {
		        Frame {
		            Text item=Fridge_Door
		            Text item=Fridge_Temperature
		            Text item=Freezer_Door
		            Text item=Freezer_Temperature
		        }
    		    Frame {
	    	        Text label="Doors" icon="door" {
                        Text item=Conservatory_Door valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"] {
                            Text item=Conservatory_Door valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"]
                            Text item=Conservatory_Door_LastOpen
                            Text item=Conservatory_Door_LastClosed
                            Text item=Conservatory_Door_Battery {
                                Chart item=Conservatory_Door_Battery period=Y refresh=60000
                            }
                        }
                        Text item=Conservatory_GardenDoor valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"] {
                            Text item=Conservatory_GardenDoor valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"]
                            Text item=Conservatory_GardenDoor_LastOpen
                            Text item=Conservatory_GardenDoor_LastClosed
                            Text item=Conservatory_GardenDoor_Battery {
                                Chart item=Conservatory_GardenDoor_Battery period=Y refresh=60000
                            }
                        }
    		        }
		            Text label="Windows" icon="contact" {
                        Text item=Conservatory_Window1 {
                            Text item=Conservatory_Window1
                            Text item=Conservatory_Window1_Battery {
                                Chart item=Conservatory_Window1_Battery period=Y refresh=60000
                            }
                        }
                        Text item=Conservatory_Window2 {
                            Text item=Conservatory_Window2
                            Text item=Conservatory_Window2_Battery {
                                Chart item=Conservatory_Window2_Battery period=Y refresh=60000
                            }
                        }
                        Text item=Conservatory_Window3 {
                            Text item=Conservatory_Window3
                            Text item=Conservatory_Window3_Battery {
                                Chart item=Conservatory_Window3_Battery period=Y refresh=60000
                            }
                        }
    		        }
	    	    }
		    }
		    Text item=Hallway {
		        Frame {
		            Switch item=Hallway_CeilingLight
		        }
                Frame {
                    Text label="Doors" icon="door" {
                        Text item=Hallway_Door valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"] {
                            Text item=Hallway_Door valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"]
                            Text item=Hallway_Door_LastOpen
                            Text item=Hallway_Door_LastClosed
                            Text item=Hallway_Door_Battery {
                                Chart item=Hallway_Door_Battery period=Y refresh=60000
                            }
                        }
                        Text item=House_FrontDoor valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"] {
                            Text item=House_FrontDoor valuecolor=[CLOSED="green", OPEN="red"] labelcolor=[CLOSED="green", OPEN="red"]
                            Text item=House_FrontDoor_LastOpen
                            Text item=House_FrontDoor_LastClosed
                            Text item=House_FrontDoor_Battery {
                                Chart item=House_FrontDoor_Battery period=Y refresh=60000
                            }
                        }
                    }
                    Text label="Windows" icon="contact" {
                        Text item=Hallway_Window {
                            Text item=Hallway_Window
                            Text item=Hallway_Window_Battery {
                                Chart item=Hallway_Window_Battery period=Y refresh=60000
                            }
                        }
                    }
                }
		    }
		}
        Text item=FirstFloor {
    		Text item=MasterBedroom {
    		    Frame {
    		        Switch item=MasterBedroom_CeilingLight
    		    }
    		    Frame {
                    //Selection item=MasterBedroom_HotBlanket mappings=[0=OFF,1=LOW,2=MEDIUM,3=HIGH]
                    Switch item=MasterBedroom_HotBlanket
                }
                Frame {
                    Text item=MasterBedroom_ThermostatAmbientTemp {
                        Chart item=MasterBedroom_ThermostatAmbientTemp period=D refresh=15000
                        Chart item=MasterBedroom_ThermostatAmbientTemp period=W refresh=15000
                        Chart item=MasterBedroom_ThermostatAmbientTemp period=M refresh=15000
                        Chart item=MasterBedroom_ThermostatAmbientTemp period=Y refresh=15000
                    }
                    Text item=MasterBedroom_ThermostatHumidity
                    Text item=MasterBedroom_RadiatorValve
                    Setpoint item=MasterBedroom_ThermostatTarget minValue=5 maxValue=30 step=1
                }
                Frame {
                    Text item=MasterBedroom_WindowTop {
                        Text item=MasterBedroom_WindowTop
                        Text item=MasterBedroom_WindowTop_Battery {
                            Chart item=MasterBedroom_WindowTop_Battery period=Y refresh=60000
                        }
                    }
                    Text item=MasterBedroom_WindowBottom {
                        Text item=MasterBedroom_WindowBottom
                        Text item=MasterBedroom_WindowBottom_Battery {
                            Chart item=MasterBedroom_WindowBottom_Battery period=Y refresh=60000
                        }
                    }
                    Text item=MasterBedroom_Door {
                        Text item=MasterBedroom_Door
                        Text item=MasterBedroom_Door_Battery {
                            Chart item=MasterBedroom_Door_Battery period=Y refresh=60000
                        }
                    }
                }
                Frame {
                    Text item=MasterBedroom_ThermostatBattery {
                        Chart item=MasterBedroom_ThermostatBattery period=Y refresh=60000
                    }
                }
		    }
		    Text item=LargeBedroom {
		        Frame {
		            Switch item=LargeBedroom_CeilingLight
		            Switch item=LargeBedroom_DresserLight
		        }
		        Frame {
		            Selection item=LargeBedroom_HotBlanket mappings=[0=OFF,1=LOW,2=MEDIUM,3=HIGH,4=MAX]
		        }
                Frame {
                    Text item=LargeBedroom_ThermostatAmbientTemp {
                        Chart item=LargeBedroom_ThermostatAmbientTemp period=D refresh=15000
                        Chart item=LargeBedroom_ThermostatAmbientTemp period=W refresh=15000
                        Chart item=LargeBedroom_ThermostatAmbientTemp period=M refresh=15000
                        Chart item=LargeBedroom_ThermostatAmbientTemp period=Y refresh=15000
                    }
                    Text item=LargeBedroom_ThermostatHumidity
                    Text item=LargeBedroom_RadiatorValve
                    Setpoint item=LargeBedroom_ThermostatTarget minValue=5 maxValue=30 step=1
                }
                Frame {
                    Text item=LargeBedroom_WindowLeft {
                        Text item=LargeBedroom_WindowLeft
                        Text item=LargeBedroom_WindowLeft_Battery {
                            Chart item=LargeBedroom_WindowLeft_Battery period=Y refresh=60000
                        }
                    }
                    Text item=LargeBedroom_WindowRight {
                        Text item=LargeBedroom_WindowRight
                        Text item=LargeBedroom_WindowRight_Battery {
                            Chart item=LargeBedroom_WindowRight_Battery period=Y refresh=60000
                        }
                    }
                    Text item=LargeBedroom_Door {
                        Text item=LargeBedroom_Door
                        Text item=LargeBedroom_Door_Battery {
                            Chart item=LargeBedroom_Door_Battery period=Y refresh=60000
                        }
                    }
                }
                Frame {
                    Text item=LargeBedroom_ThermostatBattery {
                        Chart item=LargeBedroom_ThermostatBattery period=Y refresh=60000
                    }
                }
		    }
            Text item=SmallBedroom {
                Frame {
                    Switch item=SmallBedroom_CeilingLight
                }
                Frame {
                    Text item=SmallBedroom_ThermostatAmbientTemp {
                        Chart item=SmallBedroom_ThermostatAmbientTemp period=D refresh=15000
                        Chart item=SmallBedroom_ThermostatAmbientTemp period=W refresh=15000
                        Chart item=SmallBedroom_ThermostatAmbientTemp period=M refresh=15000
                        Chart item=SmallBedroom_ThermostatAmbientTemp period=Y refresh=15000
                    }
                    Text item=SmallBedroom_ThermostatHumidity label="Humidity [%.1f %%]"
                    Text item=SmallBedroom_ThermostatHumidity label="Humidity x 100 [%.1f]"
                    Text item=SmallBedroom_RadiatorValve
                    Setpoint item=SmallBedroom_ThermostatTarget minValue=5 maxValue=30 step=1
                }
                Frame {
                    Text item=SmallBedroom_Window {
                        Text item=SmallBedroom_Window
                        Text item=SmallBedroom_Window_Battery {
                            Chart item=SmallBedroom_Window_Battery period=Y refresh=60000
                        }
                    }
                    Text item=SmallBedroom_Door {
                        Text item=SmallBedroom_Door
                        Text item=SmallBedroom_Door_Battery {
                            Chart item=SmallBedroom_Door_Battery period=Y refresh=60000
                        }
                    }
                }
                Frame {
                    Text item=SmallBedroom_ThermostatBattery {
                        Chart item=SmallBedroom_ThermostatBattery period=Y refresh=60000
                    }
                }
            }
            Text item=Landing {
                Frame {
                    Switch item=Landing_CeilingLight
                }
            }
            Text item=Bathroom {
                Frame {
                    Switch item=Bathroom_Light
                }
                Frame {
                    Text item=Bathroom_ThermostatAmbientTemp {
                        Chart item=Bathroom_ThermostatAmbientTemp period=D refresh=15000
                        Chart item=Bathroom_ThermostatAmbientTemp period=W refresh=15000
                        Chart item=Bathroom_ThermostatAmbientTemp period=M refresh=15000
                        Chart item=Bathroom_ThermostatAmbientTemp period=Y refresh=15000
                    }
                    Text item=Bathroom_ThermostatHumidity
                    Text item=Bathroom_RadiatorValve
                    Setpoint item=Bathroom_ThermostatTarget minValue=5 maxValue=30 step=1
                }
                Frame {
                    Text item=Bathroom_Window {
                        Text item=Bathroom_Window
                        Text item=Bathroom_Window_Battery {
                            Chart item=Bathroom_Window_Battery period=Y refresh=60000
                        }
                    }
                    Text item=Bathroom_Door {
                        Text item=Bathroom_Door
                        Text item=Bathroom_Door_Battery {
                            Chart item=Bathroom_Door_Battery period=Y refresh=60000
                        }
                    }
                }
                Frame {
                    Text item=Bathroom_ThermostatBattery {
                        Chart item=Bathroom_ThermostatBattery period=Y refresh=60000
                    }
                }
            }
            Text item=Toilet {
                Frame {
                    Switch item=Toilet_Light
                }
                Frame {
                    Text item=Toilet_Window {
                        Text item=Toilet_Window
                        Text item=Toilet_Window_Battery {
                            Chart item=Toilet_Window_Battery period=Y refresh=60000
                        }
                    }
                    Text item=Toilet_Door {
                        Text item=Toilet_Door
                        Text item=Toilet_Door_Battery {
                            Chart item=Toilet_Door_Battery period=Y refresh=60000
                        }
                    }
                }
            }
        }
	}	
	Frame label="Heating" {
        Text item=Heating_Mode
	    Text label="Nest" icon="nest" {
	        Text item=House_NestHVACMode
            Text item=House_NestAmbientTemperature     
            Text item=House_NestHumidity       
            Text item=House_NestHeatingONOFF       
            Setpoint item=House_NestTargetTemperature minValue=5 maxValue=30 step=0.5
	    }
	    Text item=GroundFloor {
	        Text item=LivingRoom {
	            Text item=LivingRoom_RadiatorValve
	        }
	    }
	    Text item=FirstFloor {
	        Text item=MasterBedroom {
	            Frame {
	                Text item=MasterBedroom_ThermostatAmbientTemp
                    Text item=MasterBedroom_ThermostatHumidity
                    Text item=MasterBedroom_RadiatorValve
                    Setpoint item=MasterBedroom_ThermostatTarget minValue=5 maxValue=30 step=1
	            }
	            Frame {
	                Text item=MasterBedroom_WindowTop {
	                    Text item=MasterBedroom_WindowTop
	                    Text item=MasterBedroom_WindowTop_Battery {
	                        Chart item=MasterBedroom_WindowTop_Battery period=Y refresh=60000
	                    }
	                }
	                Text item=MasterBedroom_WindowBottom {
	                    Text item=MasterBedroom_WindowBottom
	                    Text item=MasterBedroom_WindowBottom_Battery {
	                        Chart item=MasterBedroom_WindowBottom_Battery period=Y refresh=60000
	                    }
	                }
	            }
	            Frame {
	                Text item=MasterBedroom_ThermostatBattery {
	                    Chart item=MasterBedroom_Thermostat_Battery period=Y refresh=60000
	                }
	            }
	        }
	        Text item=LargeBedroom {
	            Frame {
                    Text item=LargeBedroom_ThermostatAmbientTemp
                    Text item=LargeBedroom_ThermostatHumidity
                    Text item=LargeBedroom_RadiatorValve
                    Setpoint item=LargeBedroom_ThermostatTarget minValue=5 maxValue=30 step=1
	            }
	            Frame {
	                Text item=LargeBedroom_WindowLeft {
	                    Text item=LargeBedroom_WindowLeft
	                    Text item=LargeBedroom_WindowLeft_Battery {
	                        Chart item=LargeBedroom_WindowLeft_Battery period=Y refresh=60000
	                    }
	                }
	                Text item=LargeBedroom_WindowRight {
	                    Text item=LargeBedroom_WindowRight
	                    Text item=LargeBedroom_WindowRight_Battery {
	                        Chart item=LargeBedroom_WindowRight_Battery period=Y refresh=60000
	                    }
	                }
	            }
	            Frame {
	                Text item=LargeBedroom_ThermostatBattery {
	                    Chart item=LargeBedroom_ThermostatBattery period=Y refresh=60000
	                }
	            }
	        }
	        Text item=SmallBedroom {
	            Frame {
                    Text item=SmallBedroom_ThermostatAmbientTemp
                    Text item=SmallBedroom_ThermostatHumidity
                    Text item=SmallBedroom_RadiatorValve
                    Setpoint item=SmallBedroom_ThermostatTarget minValue=5 maxValue=30 step=1
	            }
	            Frame {
	                Text item=SmallBedroom_Window {
	                    Text item=SmallBedroom_Window
	                    Text item=SmallBedroom_Window_Battery {
	                        Chart item=SmallBedroom_Window_Battery period=Y refresh=60000
	                    }
	                }
	            }
	            Frame {
	                Text item=SmallBedroom_ThermostatBattery {
	                    Chart item=SmallBedroom_ThermostatBattery period=Y refresh=60000
	                }
	            }
	        }
	        Text item=Bathroom {
	            Frame {
                    Text item=Bathroom_ThermostatAmbientTemp
                    Text item=Bathroom_ThermostatHumidity
                    Text item=Bathroom_RadiatorValve
                    Setpoint item=Bathroom_ThermostatTarget minValue=5 maxValue=30 step=1
	            }
	            Frame {
	                Text item=Bathroom_Window {
	                    Text item=Bathroom_Window
	                    Text item=Bathroom_Window_Battery {
	                        Chart item=Bathroom_Window_Battery period=Y refresh=60000
	                    }
	                }
	            }
	            Frame {
	                Text item=Bathroom_ThermostatBattery {
	                    Chart item=Bathroom_ThermostatBattery period=Y refresh=60000
	                }
	            }
	        }
            Text item=Toilet {
	            Frame {
                    Text item=Toilet_ThermostatAmbientTemp
                    //Text item=Bathroom_ThermostatHumidity
                    //Text item=Bathroom_RadiatorValve
                    //Setpoint item=Bathroom_ThermostatTarget minValue=5 maxValue=30 step=1
	            }
	            Frame {
	                Text item=Toilet_Window {
	                    Text item=Toilet_Window
	                    Text item=Toilet_Window_Battery {
	                        Chart item=Toilet_Window_Battery period=Y refresh=60000
	                    }
	                }
	            }
	            //Frame {
	            //    Text item=Bathroom_ThermostatBattery {
	            //        Chart item=Bathroom_ThermostatBattery period=Y refresh=60000
	            //    }
	            //}
	        }
	    }
	}	
	Frame label="Weather" {
		Text item=OutsideTemperature
		Text item=AuriolTemp
		Text item=OutsideHumidity		
		Text item=WindSpeedMph label="Windspeed m/s [%.1f m/s]"
		Text item=WindDirection	
		Text item=WindDirection2
		Text item=SunElevation
        //Image item=WeatherIcon	
	}	
}

Thanks, but I have issues to see the structure. Say, I need to open a new panel “Schlafzimmmer” from the main window. That window carries two lamps (one for Tobi, one for Micha) that have a frame each to group color and brightnesse per lamp.

My code:

sitemap default label="Unsere Wohnung" 
{
    Frame label="Verbraucher" 
    {
        Default item=Steckdose_Haartrockner label="Fön im Badezimmer"
        Default item=Steckdose_Stehlampe label="Stehlampe im Wohnzimmer"
    }
   
    Frame label="Räume"
    {
        Group item=BathRoom label="Badezimmer" icon="bath"
        //Group item=BedRoom label="Schlafzimmmer" icon="bedroom"        
        Group item=LivingRoom label="Wohnzimmer" icon="sofa"
        Group item=Hallway label="Flur" icon="corridor"
        Text item=Schlafzimmer label="Schlafzimmer" icon="bedroom"
        {
            Frame label="Tobi"
            {
            slider item=Night_Light_Brightness_Tobias label="Helligkeit"
            slider item=Night_Light_Color_Tobias label="Farbe"
            }
            Frame label="Micha"
            {
            slider item=Night_Light_Brightness_Micha label="Helligkeit"         
            slider item=Night_Light_Color_Micha label="Farbe"
            }
        }
    }
}

Thanks a lot!

Yes that should work
But do you have an item called Schlafzimmer?
I think not so then you do:

        Text label="Schlafzimmer" icon="bedroom"
        {
            Frame label="Tobi"
            ....

Unfortunately not:
I get an empty page saying

"Willkommen!
##### Verfügbare Sitemaps
Sie haben noch keine Sitemaps definiert. Hilfe zur Erstellung von Sitemaps finden Sie in der Dokumentation.

Where did you save the file? And what is it called?

It is default.sitemap, located in the sitemap-folder.

If I remove everything in

Text label="Schlafzimmer" icon="bedroom"
        {
            Frame label="Tobi"
            {
            slider item=Night_Light_Brightness_Tobias label="Helligkeit"
            slider item=Night_Light_Color_Tobias label="Farbe"
            }
            Frame label="Micha"
            {
            slider item=Night_Light_Brightness_Micha label="Helligkeit"         
            slider item=Night_Light_Color_Micha label="Farbe"
            }
        }

I get a working BasicUI. So the error must be in that part…

Post your working sitemap just as mentionned
We’ll try adding things bit by bit

Works:

sitemap default label="Unsere Wohnung" 
{
    Frame label="Verbraucher" 
    {
        Default item=Steckdose_Haartrockner label="Fön im Badezimmer"
        Default item=Steckdose_Stehlampe label="Stehlampe im Wohnzimmer"
    }
   
    Frame label="Räume"
    {
        Group item=BathRoom label="Badezimmer" icon="bath"
        //Group item=BedRoom label="Schlafzimmmer" icon="bedroom"        
        Group item=LivingRoom label="Wohnzimmer" icon="sofa"
        Group item=Hallway label="Flur" icon="corridor"
        /*Text label="Schlafzimmer" icon="bedroom"
        {
            Frame label="Tobi"
            {
            slider item=Night_Light_Brightness_Tobias label="Helligkeit"
            slider item=Night_Light_Color_Tobias label="Farbe"
            }
            Frame label="Micha"
            {
            slider item=Night_Light_Brightness_Micha label="Helligkeit"         
            slider item=Night_Light_Color_Micha label="Farbe"
            }
        }*/
    }
}
sitemap default label="Unsere Wohnung" 
{
    Frame label="Verbraucher" 
    {
        Default item=Steckdose_Haartrockner label="Fön im Badezimmer"
        Default item=Steckdose_Stehlampe label="Stehlampe im Wohnzimmer"
    }
   
    Frame label="Räume"
    {
        Group item=BathRoom label="Badezimmer" icon="bath"
        //Group item=BedRoom label="Schlafzimmmer" icon="bedroom"        
        Group item=LivingRoom label="Wohnzimmer" icon="sofa"
        Group item=Hallway label="Flur" icon="corridor"
        Text label="Schlafzimmer" icon="bedroom"
    }
}

Do you get a Schlafzimmer element with a bedroom icon?

Jepp, works also

I have a vauge memory that you can’t have Group items and Frames nested in the same Frame. Try having only the Tobi and Micha frames.

@pahansen

This does not work:

sitemap default label="Unsere Wohnung" 
{
    Frame label="Verbraucher" 
    {
        Default item=Steckdose_Haartrockner label="Fön im Badezimmer"
        Default item=Steckdose_Stehlampe label="Stehlampe im Wohnzimmer"
    }
   
    Frame label="Räume"
    {
        //Group item=BathRoom label="Badezimmer" icon="bath"
        //Group item=BedRoom label="Schlafzimmmer" icon="bedroom"        
        //Group item=LivingRoom label="Wohnzimmer" icon="sofa"
        //Group item=Hallway label="Flur" icon="corridor"
        Text label="Schlafzimmer" icon="bedroom"
        {
            Frame label="Tobi"
            {
            slider item=Night_Light_Brightness_Tobias label="Helligkeit"
            slider item=Night_Light_Color_Tobias label="Farbe"
            }
            Frame label="Micha"
            {
            slider item=Night_Light_Brightness_Micha label="Helligkeit"         
            slider item=Night_Light_Color_Micha label="Farbe"
            }
        }
    }
}
sitemap default label="Unsere Wohnung" 
{
    Frame label="Verbraucher" 
    {
        Default item=Steckdose_Haartrockner label="Fön im Badezimmer"
        Default item=Steckdose_Stehlampe label="Stehlampe im Wohnzimmer"
    }
   
    Frame label="Räume"
    {
        Group item=BathRoom label="Badezimmer" icon="bath"
        //Group item=BedRoom label="Schlafzimmmer" icon="bedroom"        
        Group item=LivingRoom label="Wohnzimmer" icon="sofa"
        Group item=Hallway label="Flur" icon="corridor"
        Text label="Schlafzimmer" icon="bedroom"
        {
            slider item=Night_Light_Brightness_Tobias label="Helligkeit"
            slider item=Night_Light_Color_Tobias label="Farbe"
            slider item=Night_Light_Brightness_Micha label="Helligkeit"         
            slider item=Night_Light_Color_Micha label="Farbe"
        }
    }
}

@vzorglub: Thanks. I edited the file like this, but this does not work:

sitemap default label="Unsere Wohnung" 
{
    Frame label="Verbraucher" 
    {
        Default item=Steckdose_Haartrockner label="Fön im Badezimmer"
        Default item=Steckdose_Stehlampe label="Stehlampe im Wohnzimmer"
    }
   
    Frame label="Räume"
    {
        Group item=BathRoom label="Badezimmer" icon="bath"
        Group item=BedRoom label="Schlafzimmmer" icon="bedroom"        
        Group item=LivingRoom label="Wohnzimmer" icon="sofa"
        Group item=Hallway label="Flur" icon="corridor"
        Text label="Schlafzimmer" icon="bedroom"
        {
        //    Frame label="Tobi"
        //    {
            slider item=Night_Light_Brightness_Tobias label="Helligkeit"
            slider item=Night_Light_Color_Tobias label="Farbe"
        //    }
        //    Frame label="Micha"
        //    {
            slider item=Night_Light_Brightness_Micha label="Helligkeit"         
            slider item=Night_Light_Color_Micha label="Farbe"
        //    }
        }
    }
}

Duh!!!
Slider not slider

That did it. OMG, that took me the whole evening.

Thanks a lot!!!

By the way, that was in: https://www.openhab.org/docs/configuration/sitemaps.html#element-type-slider

Thanks amazing tricks ! it help me to have a clean sitemap , very useful