I followed https://github.com/openhab/openhab/wiki/GoogleMap page and made one for my site. It works 1 out of 20 times I view it, I think the issue has to do with timing. I found a page that talks about the issue, but I don’t know how to modify the script to be event based.
Yep, that fixed it. I can load static/map.html every time now correctly, however when I reference that map.html in my sitemap I still only get House location.
P.S. Also no longer need “sensor=false”, it will still work, but there is a warning in console.
thank you for the feedback; I’ll update the wiki with the new info.
Unfortunately I do not know why it does not work in the sitemap; however - I noticed that after .html updates I’ve to wipe the cache (android) - or even use a different name for the file to make sure it does not use an outdated version. But not sure if that’s the problem or not.
This is because the IOS app tunnels all connections to your local LAN through the APP. It means it cannot find the address “host is null” use the …/rest… or a FQDN… The webview also dont like SSL hence the 500 crashes…