I just recently got aware of OpenEMS and would like to evaluate its potential to see whether it may be applicable to my own EMS projects/applications.
Unfortunately, development in Java so far is completely unchartered territory for me and I am allready struggeling with the installation guide provdided within the Getting Started section of the OpenEMS documentation .
I installed JDK and Eclipse as recommended, however after adding the Bndtools extension from the marketplace and trying to open the existing Bnd workspace I get a: java.lang.NullPointerException error.
I tested my Eclipse and JDK installation and everything seems to run fine, i.e. I can compile and run basic Java code.
I would very much appreciate your help if said described issue is known and I am looking forward to using and potentially contributing to your great project.
Please let me know if further information such as a detailled ErrorLog may be helpful in understanding the problems I am facing.
Hi. Iâm glad it worked out for you. I hope the problem with bndtools will be fixed soon to avoid this in future. For a quick first look at OpenEMS we also provide a live-demo using Gitpod now: https://gitpod.io/#https://github.com/OpenEMS/openems/tree/master
Can you tell us more about your âown EMS projects/applicationsâ?
Thanks, I will check out the Gitpod live demo as soon as I find the time.
At the moment, I am evaluating different existing frameworks for single family home EMS/Monitoring.
My main interest at a latter point is in testing new predictive control strategies for heat pumps, pv-inverters with battery stacks and sensible heat storages/ or other decentralized heating systems in order to increase the overall efficiency and most prominently self-sufficiency of the overall thermal-electric system.
Hence, OpenEMS strikes me as rather interesting considering the variety of provided utilities and functionalities to implement control strategies on top off.
I encountered an error âUnknown facet: âOsmorcââ while importing an OSGi module in IntelliJ IDEA. Is it because of an incompatible version of Amdatu?"
My Amdatu version is 2.3.1, and the IntelliJ IDEA version is 2019.3.5. I encountered an error âUnknown facet: âOsmorcââ when importing an OSGi module. Iâm wondering if itâs because of an incompatible version of Amdatu or if the version of Bnd/Bndtools that comes with this IntelliJ IDEA is not suitable. However, I canât find any Bnd-related plugins in the IntelliJ IDEA plugin repository. I need help.