Hello everybody,
I run the Eclipse Designer and created a home.sitemap and home.items.
home.items:
Switch Licht_EG_Wohnzimmer_FSD1 “Wohnzimmer Stehlampe” (gEG_Wohnzimmer) { exec=“OFF:ssh root@raspberrypi /root/raspberry-remote/send 10101 1 0 -p5, ON:ssh root@raspberrypi /root/raspberry-remote/send 10101 1 1 -p5” }
home.sitemap:
sitemap home label=“SlimmysHome” {
Frame label=“Zimmer” {
Group item=gEG_Wohnzimmer label=“Wohnzimmer” icon=“sofa”
}
Frame label=“Items” {
Switch item=Licht_EG_Wohnzimmer_FSD1
}
}
Is there something wrong in the coding? When I open http://…IP…/basicui/app f.e. I can´t see the Switch.
What could be my fault? I can only see the description “Home” und the “Things” that I included with the homematic binding. It seams to me that the webUI is not updating itsself?