emoncms / MyHomeEnergyPlanner

My Home Energy Planner - Open Source home energy assessment software based on emoncms framework + openbem
GNU Affero General Public License v3.0
22 stars 27 forks source link

Move openBEM (the model) out MHEP #368

Closed cagabi closed 4 years ago

cagabi commented 6 years ago

Create a new repository and add it to MHEP as a submodule

TrystanLea commented 6 years ago

Whats the idea for this?

cagabi commented 6 years ago

The model is a self contained piece of code which is not dependent on the rest of MHEP. In fact, at some point we had the conversation (I can't remember with who though) of bringing back the openBEM name for the model to differentiate it from MHEP. Also for practical reasons I think people should be able to clone just the model.

As an example of the above: MHEP is a user interface for openBEM in the same way that MyHomeEnergySalford, so it makes sense to me to that for both softwares we add openBEM as a submodule.

Finally, I am afraid that the value of the model is forgotten. So not only for the practicalities but also for openBEM's ego I think it deserves it's own space.

Having said all of that I don't feel super strong about it, so no need to do it if there are any other good reasons against it.

ghost commented 4 years ago

Taking a different tack with this now - this is practically too difficult (too many interdependencies between the 'front end' and 'back end') and so instead to enable better version control we have instead integrated all aspects into a single 'version' of the tool.