Hi
Basic System setup
- openHAB 3.4.3
- Raspi4
- installed via openhabian
- openhHAB cloud Addon.
I use sitemaps a lot and was looking for a way of adding widgets to the sitemap.
I’m pretty sure this can be done by using the sitemap element: Webview. So the plan would be to make a widget and add in to a page in OH3 GUI then add something like the following line to my sitemap definition so it can be accessed locally and remotely.
Webview item="https://username:password@home.myopenhab.org/page/foobar/"
Obviously this requires the username and password to be in the sitemaps definition, but are there any security issues in doing this?
I read:
Options for Secure Remote Access:
myopenHAB Cloud Service
You can use an openHAB Cloud (opens new window) instance to which openHAB creates a tunnel connection and which forwards all requests through this tunnel. openHAB will see these incoming requests as originating from the local loopback interface.
Thanks