suncast: fine-grained prediction of natural sunlight levels for improved daylight harvesting jiakang...

28
SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science, University of Virginia IPSN 2012

Upload: shirley-mager

Post on 16-Dec-2015

216 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

SunCast: Fine-grained Prediction of NaturalSunlight Levels for Improved Daylight

Harvesting

Jiakang Lu and Kamin WhitehouseDepartment of Computer Science, University

of VirginiaIPSN 2012

Page 2: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Outline

• Introduction• SunCast• Related work• Experiment• Evaluation• Limitation and future work• Conclusion

Page 3: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Introduction

• Artificial lighting consumes 26% energy in commercial building

• Daylight harvesting is the approach of using natural sunlight– Reduce lighting energy by up to 40%– Smart glass– Not stable– Caused glare(刺眼 ) and discomfort

Page 4: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Daylight harvesting

• Nature sunlight changed rapidly– 50% existed systems are disables by users– Window transparency changed slowly

• Window change speed v.s. daylight change speed– Glare – Energy waste

• Problem – How to minimize both glare and energy usage

Page 5: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Objective

• SunCast– Prediction natural sunlight level• Fine grained

– Control the window transparency• Adjust in advance

– Purely data-driven approach to create distribution– Instead of making an explicit environment model

Page 6: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Related work

• Predict average sunlight over time period• Weather forecast : only predict cloudiness in

the sky, can not predict the effect of shadow at particular locations

• Control system need more fine-grained information instead of forecast websites

Page 7: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

SunCast

• Predicting sunlight values :3 steps– calculates the similarity between the real-time

data stream and historical data traces– uses a regression analysis to map the trends in the

historical traces to more closely match patterns of the current day

– combines the weighted historical traces to predict the distribution of sunlight in the near future

Page 8: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Step1: Similarity

• Difference d between two days data

• Similarity(weight)

Page 9: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Step2: regression

• Linear Regression• Y : current data, X:historical data, find a,b• Y* : predicted data, X:historical data

Page 10: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Step3: creating distribution

• Apply h historical traces • Produce prediction distribution x

Page 11: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Window transparency

• Wt : percentage of window transparency– 0% : closed, 100%:fully open

• Objective function :

• wSpeed: window switching speed• Maximum prediction window len

Page 12: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Prediction and reaction

• Prediction algorithm is ideal for rapid sunlight changes

• Stable sunlight, window transparency control has better performance based on current sunlight condition

• Hybrid scheme : switch smoothly between prediction and reaction according β

• β is light error threshold

Page 13: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Experiment

• Two test bed : residential house and campus• House 4 weeks, campus 12 weeks

Page 14: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Setup

• Hobo data logger• Sensor node– Light– Temperature– Humidity– Sample/min

Page 15: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Other methods

• Reactive– periodically measures the current daylight and sets window

transparency to come as close to the target setpoint as possible

• Weather– Select the same cloudiness level from historical data as

• Oracle– Using the actual future light values instead of predicted

values• Optimal

– Control window transparency directly

Page 16: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Setpoint= 2000 lux

• Energy : artificial lighting maintains the setpoint• Glare: harvested light above the target setpoint,

Page 17: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Evaluation analysis

• Impact of – Window switching speeds – window orientations– cloudiness levels

Page 18: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Window switching speeds

• Vary from 10~100 min

Page 19: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

window orientations

Page 20: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

cloudiness levels

Page 21: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,
Page 22: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Improvement over reactive

• SunCast has the largest effect on lighting stability

• Experiment on four predictive feature window• Light stability improvement over reactive

scheme

Page 23: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Improvement over reactive

Page 24: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Improvement over reactive

Page 25: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

limitation

• Unpredictable – Sunrise – Sunset– Trees– Clouds – Nearby buildings– Environmental factors

Page 26: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Future works

• Merge data traces from multiple light sensors• Group estimation • Solar power system• Predict sunlight more opportunities for energy

harvesting

Page 27: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

Conclusion

• SunCast– Continuous prediction over time– Distributions of prediction

• Predictive window control scheme– Reducing glare 59%– Saving more energy by artificial lighting

• Applied to other applications– Highway traffic prediction– City pollution levels– Building occupancy

Page 28: SunCast: Fine-grained Prediction of Natural Sunlight Levels for Improved Daylight Harvesting Jiakang Lu and Kamin Whitehouse Department of Computer Science,

My Question

• How many of historical data are enough?• Weather method v.s. predictive ?