iCloud device data integration in openHAB

An easy way to show a OpenStreetMap in Habpanel:

  1. Create an extra Sitemap
sitemap map label="Location" {
		Mapview item=iPhone_Coordinates height=13 //height depends from your needs
}
  1. Create a Frame Widget in HabPanel
    URL=https://Your.IP:8443/basicui/app?sitemap=map
    Tick the “Fill to edges” and “Hide title label” checkbox

Edit:

  1. You can hide the default navigation from the Basic UI as described here to see just the Map in the Frame Widget.