Hi everybody,
I´m experiencing a strange problem: I edited the demo.items and demo.sitemap to my needs, deleted almost everything inside but the comments, added my own single test item (a switch) and saved the files to home.items and home.sitemap. So the first page shows a “First Floor” button and the date. This is correct. After a click on “First Floor” it should show only the test switch button but instead it shows everything that was configured in the demo.items plus my test switch button. So Bathroom, Office. Child´s Room, Bedroom, Corridor, Test Switch.
How is this possible? Look at the code below, that´s all that is inside my two files *.items and *.sitemap:
home.items:
Group FF_Test "Test Funksteckdose" <office> (gFF)
/* active groups */
/* Lights */
Switch Light_FF_Test "Test Funksteckdose" (FF_Test, Lights) {exec="OFF:/opt/rcswitch-pi/send 00001 5 0, ON:/opt/rcswitch-pi/send 00001 5 1"}
home.sitemap:
sitemap home label="Homecontrol"
{
Frame {
Group item=gFF label="First Floor" icon="firstfloor"
}
Frame label="Date" {
Text item=Date
}
}
Any idea what is wrong here?