- Platform information:
- Hardware: Rpi 4
- OS: Linux openhabian 6.1.21-v7+
- Java Runtime Environment: which java platform is used and what version
- openHAB version:17
Hi!
I’m trying to get the iOS app working. In order to do that I need a watch sitemap. I tried to create one via GUI, but that didn’t not work. it did not show up in the app. All I get is 401 error. I then removed that sitemap and created one as file in conf/sitemeps/watch.sitemap:
sitemap watch label="watch" {
Switch item=ZWaveSmartSwitch2_Switch label="test-lampa" icon="light"
}
It got picked up:
2023-11-09 13:58:51.370 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'watch.sitemap'
but no watch sitemap shown in GUI or in app:
What am I doing wrong?