a weather ontology for predictive control in smart homes
play

A Weather Ontology for Predictive Control in Smart Homes Paul - PowerPoint PPT Presentation

Introduction Existing work Results A Weather Ontology for Predictive Control in Smart Homes Paul Staroch paulchen@rueckgr.at Arbeitsgruppe Automatisierungssysteme Institut fr Rechnergesttzte Automation Supervisors: Ao.Univ.-Prof.


  1. Introduction Existing work Results A Weather Ontology for Predictive Control in Smart Homes Paul Staroch paulchen@rueckgr.at Arbeitsgruppe Automatisierungssysteme Institut für Rechnergestützte Automation Supervisors: Ao.Univ.-Prof. Dipl.-Ing. Dr.techn. Wolfgang Kastner Dipl.-Ing. Mario Kofler October 10, 2013

  2. Introduction Existing work Results Outline Introduction Existing work Ontologies Weather data Ontology design methodologies Results SmartHomeWeather Weather Importer Conclusion

  3. Introduction Existing work Results Smart Homes • Smart homes are equipped with some kind of intelligence to perform tasks on their own. • Components: Sensors, actuators, communications network, intelligent control. Goals: • Support with routine tasks. • Maintaining or increasing comfort. • Reduction of energy consumption.

  4. Introduction Existing work Results Problems of smart homes There are many smart home projects: Mozer’s adaptive house, Georgia Tech Aware Home, Gator Tech Smart Home, . . . However, in many cases there are several problems: • High complexity. • Optimisations and customisations are difficult. • Missing powerfulness and flexibility. In many cases, the full potential of smart homes is not exploited.

  5. Introduction Existing work Results An ontological approach

  6. Introduction Existing work Results Weather data Processes in and around a dwelling influenced by weather, e.g.: • Heating, ventilation, and air conditioning (HVAC). • Optimal utilisation of solar and wind power. • Irrigation. • Preparations for severe weather. SmartHomeWeather is an ontology covering current and future weather data.

  7. Introduction Existing work Results Outline Introduction Existing work Ontologies Weather data Ontology design methodologies Results SmartHomeWeather Weather Importer Conclusion

  8. Introduction Existing work Results Weather ontologies Several ontologies cover weather data: • Semantic Sensor Web • SSN Ontology • SWEET • NNEW • . . . Unfortunately, none of them was found to be suitable for smart homes.

  9. Introduction Existing work Results Related ontologies • Location: Basic WGS84 (lat/lon) Vocabulary • Date and time: OWL-Time • Units of Measurement: • Measurement Units Ontology • Ontology of Units of Measure and Related Concepts • . . . However, all these ontologies come with various drawbacks.

  10. Introduction Existing work Results Measurement Units Ontology (1) rdf:type Weather temperature phenomenon hasT emperatureValue 17.2^^xsd: fl oat

  11. Introduction Existing work Results Measurement Units Ontology (2) rdf:type Weather temperature phenomenon hasT emperatureValue muo:Quality value rdf:subPropertyOf rdfs:subClassOf muo:Quality value muo:measured in muo:numerical value rdf:type muo:Unit of muo:degree 17.2^^xsd: fl oat measurement Celsius

  12. Introduction Existing work Results Outline Introduction Existing work Ontologies Weather data Ontology design methodologies Results SmartHomeWeather Weather Importer Conclusion

  13. Introduction Existing work Results Sensors and services SmartHomeWeather retrieves data from local weather sensors and Internet weather services. • Arbitrary number of sources possible. • Assignment of priority values to weather data. • Current data from sensors and services. • Forecast data from services. • Time range for forecasts: 24 hours.

  14. Introduction Existing work Results Weather sensors Sensors are commonly accessed via fieldbus systems (KNX, LonWorks, BACnet, . . . ). A variety of sensors is available: • Barometer • Photometer • Hygrometer • Rain gauge • Pyranometer • Thermometer • Wind wane, anemometer

  15. Introduction Existing work Results Weather services • Weather services evaluated: DWD, Google Weather Feed, METAR, NWS, Weather.com, Weather Underground, World Weather Online, Yahoo! Weather, yr.no. • Criteria for evaluation: Coverage area, data format, data access, access restrictions, terms of use, documentation, stability, weather elements, time frame, weather updates. • Conclusion: Reference implementation using yr.no

  16. Introduction Existing work Results Weather elements Weather elements currently used in SmartHomeWeather : • Temperature • Relative humidity • Dew point • Cloud coverage (altitude and amount cloud cover) • Precipitation (intensity and probability) • Wind (speed and direction) • Atmospheric pressure • Solar radiation • Position of the sun (azimuth, elevation angle) • Weather condition (sunshine, rain, snow, . . . )

  17. Introduction Existing work Results Outline Introduction Existing work Ontologies Weather data Ontology design methodologies Results SmartHomeWeather Weather Importer Conclusion

  18. Introduction Existing work Results Methodologies • Ontology 101 • Uschold and King • TOronto Visual Enterprise • UPON • METHONTOLOGY

  19. Introduction Existing work Results METHONTOLOGY Activity States Conceptualisation Formalisation Integration Implementation Plani fi cation Speci fi cation Maintenance Activities Knowledge Acquisition Evaluation Documentation

  20. Introduction Existing work Results Outline Introduction Existing work Ontologies Weather data Ontology design methodologies Results SmartHomeWeather Weather Importer Conclusion

  21. Introduction Existing work Results Competency questions • What will the weather situation be in one hour, in two hours, . . . , in 24 hours? • What will be the minimum temperature, humidity, . . . over the next 24 hours? What about maximum values? • Will the weather change? Will the temperature, humidity, . . . rise or fall? • Does it rain? Will it rain in the next hours? Will it rain today? • Will temperature drop/stay below 0 ◦ C? • When can we open windows and when do we have to keep them shut?

  22. Introduction Existing work Results Overview is source of Weather report Weather report source has source belongs to report has weather state has previous has condition weather state Weather condition Weather state has next weather state has weather phenomenon belongs to state Weather phenomenon

  23. Introduction Existing work Results Concept hierarchies: Weather phenomenon Sun position Solar radiation rdfs:subClassOf rdfs:subClassOf Weather phenomenon rdfs:subClassOf rdfs:subClassOf Cloud cover Wind rdfs:subClassOf rdfs:subClassOf Humidity rdfs:subClassOf Temperature Atmospheric rdfs:subClassOf rdfs:subClassOf pressure Dew point Precipitation

  24. Introduction Existing work Results Concept hierarchies: Temperature Temperature rdfs:subClassOf rdfs:subClassOf Heat Frost rdfs:subClassOf rdfs:subClassOf Above room temperature Cold rdfs:subClassOf rdfs:subClassOf Room temperature Below room temperature

  25. Introduction Existing work Results Concept hierarchies: Weather report Weather rdfs:subClassOf Weather report report from service rdfs:subClassOf rdfs:subClassOf rdfs:subClassOf Current Forecast weather report weather report rdfs:subClassOf rdfs:subClassOf Weather report from sensor rdfs:subClassOf rdfs:subClassOf rdfs:subClassOf Current weather report from service Current weather report from sensor rdfs:subClassOf Medium range forecast Short range forecast rdfs:subClassOf Long range forecast

  26. Introduction Existing work Results Concept hierarchies: Weather state Cold weather Hot weather Dry weather Sun protection Cloudy weather weather Moist weather Weather state Windy weather Clear weather Rainy weather Calm weather Pleasant temperature weather No rain weather Very rainy weather No awning weather Stormy Severe weather weather Fair weather Airing weather Thunderstorm

  27. Introduction Existing work Results SPARQL and SWRL (1) SELECT ?s WHERE { ?s weather:hasWeatherPhenomenon ?p. ?p a weather:Frost. ?s weather:belongsToWeatherReport ?r. ?r a weather:ShortRangeForecastReport. }

  28. Introduction Existing work Results SPARQL and SWRL (2) hasWeatherPhenomenon(?s1, ?t1) ∧ hasTemperatureValue(?t1, ?v1) ∧ numericalValue(?v1, ?m1) ∧ hasWeatherPhenomenon(?s2, ?t2) ∧ hasTemperatureValue(?t2, ?v2) ∧ numericalValue(?v2, ?m2) ∧ greaterThan(?m2, ?m1) ∧ hasNextWeatherState(?s1, ?s2) ⇒ increasingTemperature(?s1, ?s2)

  29. Introduction Existing work Results Outline Introduction Existing work Ontologies Weather data Ontology design methodologies Results SmartHomeWeather Weather Importer Conclusion

  30. Introduction Existing work Results Weather Importer Weather WeatherPhenomenon -priority: int 0..* 1..1 0..* 0..1 0..1 1..1 0..1 WeatherReport WeatherState 0..1 -priority: int 1..1 1..1 • Import from sensors and Internet services. • Unit tests for SmartHomeWeather and Weather Importer.

  31. Introduction Existing work Results Outline Introduction Existing work Ontologies Weather data Ontology design methodologies Results SmartHomeWeather Weather Importer Conclusion

  32. Introduction Existing work Results Conclusion Results: • SmartHomeWeather allows predictive control based on weather data within smart homes. • Weather Importer retrieves weather data from various sources into SmartHomeWeather . Future work: • Interoperability with other data sources. • Smart Cities.

  33. Introduction Existing work Results The End Thanks for your attention. Questions?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend