Ich habe nun auch mal das Weather-Binding ausprobiert und bin wirklich begeistert, wie gut das aussieht !!!
Allerdings kann ich das schöne Übersichtsbild (siehe Anlage) zwar auf dem Web-Schirm (https://192.168.178.101:8443/openhab...itemap=openHAB) sehen, aber nicht auf dem iOS.
Das ist die iOS Meldung:
und hier die LOG Meldungen:
Hier die Weather Binding Angaben:
Die Sitemap:
Die Items:
Hat hierzu jemand eine Idee?
Und wenn ich noch erfahren würde, wie ich die englischen Angaben Ein-deutsche, dann wäre das ganz wunderbar (Humidity, Today, etc, siehe Attachment).
Viele Dank.
Allerdings kann ich das schöne Übersichtsbild (siehe Anlage) zwar auf dem Web-Schirm (https://192.168.178.101:8443/openhab...itemap=openHAB) sehen, aber nicht auf dem iOS.
Das ist die iOS Meldung:
Code:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Code:
2015-01-07 15:42:35.620 [INFO ] [.o.b.w.i.s.WeatherJobScheduler] - Starting and scheduling weatherJob-dus with interval of 10 minutes 2015-01-07 15:43:54.423 [WARN ] [org.eclipse.jetty.io.nio ] - javax.net.ssl.SSLException: Received fatal alert: certificate_unknown 2015-01-07 15:44:21.290 [WARN ] [org.eclipse.jetty.io.nio ] - javax.net.ssl.SSLException: Inbound closed before receiving peer's close_notify: possible truncation attack? 2015-01-07 15:44:28.195 [WARN ] [org.eclipse.jetty.io.nio ] - javax.net.ssl.SSLException: Received fatal alert: certificate_unknown 2015-01-07 15:45:57.001 [WARN ] [org.eclipse.jetty.io.nio ] - javax.net.ssl.SSLException: Inbound closed before receiving peer's close_notify: possible truncation attack? 2015-01-07 15:58:27.434 [WARN ] [org.eclipse.jetty.io.nio ] - javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
Code:
weather:apikey.OpenWeatherMap=xxxxxxxxxxxxxxxxxxxxxxxxxxxx weather:location.dus.name=Düsseldorf weather:location.dus.latitude=51.216666 weather:location.dus.longitude=6.766666 weather:location.dus.provider=OpenWeatherMap weather:location.dus.language=de weather:location.dus.updateInterval=10
Code:
Frame label="Wetter" { Webview url="/weather?locationId=dus&layout=example&iconset=colorful" height=7 Text item=Sunrise_Time Text item=Sunset_Time }
Code:
DateTime ObservationTime "[%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {weather="locationId=dus, type=condition, property=observationTime"} Number Pressure {weather="locationId=dus, type=athmosphere, property=pressure, scale=1"} Number Current_Temp {weather="locationId=dus, type=temperature, property=current, scale=1"} DateTime Forecast_Day_1 "[%1$tA]" {weather="locationId=dus, forecast=1, type=condition, property=observationTime"} DateTime Forecast_Day_2 "[%1$tA]" {weather="locationId=dus, forecast=2, type=condition, property=observationTime"} Number Temp_Max_0 {weather="locationId=dus, forecast=0, type=temperature, property=max, scale=0"} Number Temp_Max_1 {weather="locationId=dus, forecast=1, type=temperature, property=max, scale=0"} Number Temp_Max_2 {weather="locationId=dus, forecast=2, type=temperature, property=max, scale=0"} Number Temp_Min_0 {weather="locationId=dus, forecast=0, type=temperature, property=min, scale=0"} Number Temp_Min_1 {weather="locationId=dus, forecast=1, type=temperature, property=min, scale=0"} Number Temp_Min_2 {weather="locationId=dus, forecast=2, type=temperature, property=min, scale=0"}
Und wenn ich noch erfahren würde, wie ich die englischen Angaben Ein-deutsche, dann wäre das ganz wunderbar (Humidity, Today, etc, siehe Attachment).
Viele Dank.
Kommentar