da hab ich beim Copy n Paste was vergessen
Code: Alles auswählen
rule "TemperaturInfo"
when
Time cron "0 0 6,12,16,18,21,23 ? * * *" or
Item Pushmessage changed from OFF to ON
then
sendBroadcastNotification("Temperatur Außen: " +LocalWeatherAndForecast_Current_WeatherCondition.state.toString+", Bewölkung Aktuell: " +LocalWeatherAndForecast_Current_Cloudiness.state.toString +"%"+", Vorhersage in 3h: "+LocalWeatherAndForecast_ForecastHours03_ForecastedTemperature.state.toString+ ", Bewölkung " +LocalWeatherAndForecast_ForecastHours03_ForecastedCloudiness.state.toString)
end