Hi,
I’ve enabled myopenhab and I can see the events on the webinterface and I can also see my items throght the rest interface.
If I try to point to the sitemaps with the address https://my.openhab.org/openhab.app?sitemap=casa I get the error:
org.openhab.ui.webapp.render.RenderException: Sitemap ‘casa’ could not be found
at org.openhab.ui.webapp.internal.servlet.WebAppServlet.service(WebAppServlet.java:114)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:598)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:486)
My sitemaps file start with:
sitemap casa label=“Casa”
What I’m doing wrong ?
Sitmap is showed pointing directing to my openhab internal address.