SEC-i / ecoControl

ecoControl optimizes the use of heterogeneous energy systems in residential buildings.
http://sec-i.org/ecocontrol/
MIT License
13 stars 4 forks source link

Restructure server modules #25

Closed fmaschler closed 10 years ago

fmaschler commented 10 years ago

The module forecasting/forecasting has a nasty structure. Maybe the server can split into more django-apps like simulation, forecasting with holt winters maybe auto-optimization.

MaxReimann commented 10 years ago

I wouldnt split into multiple apps, because they cant really run independently..

I would suggest:

fniephaus commented 10 years ago

I think Max's suggestion sounds reasonable. Let's go with that!

MaxReimann commented 10 years ago

sorry, wrong issue..

MaxReimann commented 10 years ago

The changes are applied in PR #26