emoncms / app

Emoncms App module: application specific dashboards: includes myelectric, mysolarpv, myheatpump and solar + wind app.
GNU Affero General Public License v3.0
27 stars 69 forks source link

Add energy storage (e.g. display SOC) #24

Open martinjaeger opened 7 years ago

martinjaeger commented 7 years ago

As far as I can see, there is no possibility to show information about a battery system (for off-grid applications or for increased self-consumption).

I think it would be nice to show a graph of the State of Charge (SOC) in the "My Solar" app. Could be retrieved from a feed called "soc".

I'm currently only using emoncms.org, but will set up a local emoncms version soon and try to implement the energy storage integration.

Should I integrate it into the "My Solar" app or should I make another separate app, e.g. "My Off-Grid Solar"?

TrystanLea commented 7 years ago

Hello Martin, good to hear from you! That would be a great addition. Im currently working through a large update to the app's module to make it easier to add new apps (hopefully), the new version is in the 'refactor' branch. Creating a new app is I think the best way to go about it initially and then depending on the level of changes we could then see whether to merge the two.

sysrqio commented 7 years ago

@martin you could try https://github.com/emoncms/app/pull/30