Skip to content
/ app Public
forked from emoncms/app

Emoncms App module: application specific dashboards: includes myelectric, mysolarpv, myheatpump and solar + wind app.

License

Notifications You must be signed in to change notification settings

steversig/app

This branch is 1 commit ahead of, 22 commits behind emoncms/app:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Steve R steversig1@gmail.com
Nov 18, 2024
1a62de3 · Nov 18, 2024
Sep 10, 2024
Sep 3, 2024
Nov 18, 2024
Sep 23, 2020
Oct 13, 2019
Jul 5, 2018
Jul 2, 2019
Aug 19, 2019
Oct 1, 2020
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Apr 29, 2020
Oct 1, 2024

Repository files navigation

Emoncms App Module

Application specific dashboards

  • MyElectric Power + Kwh/D

  • MySolar Solar power generated Vs. consumed

  • MySolar (with divert) Solar power generated Vs. consumed, with special handling for excess generation that's been diverted to an immersion/electric car/etc.

  • MyHeatpump Statistics

  • MyEnergy Same as My Solar plus live grid carbon intensity and wind turbine output

image

Install

cd /var/www/emoncms/Modules
git clone https://github.com/emoncms/app

Make sure to check for database updates in Emoncms > Admin.

Settings

Optionally, if certain apps are not possible to be created, as e.g. their configurations do not apply for certain countries, a blacklist may be maintained in the settings.php file.
To use this functionality, simply edit the default settings file

sudo nano /var/www/emoncms/settings.ini

And add the following lines to the bottom of the file, to e.g. blacklist all Time of use apps:

App module settings

[app]
; csv list of hidden apps
hidden = template

About

Emoncms App module: application specific dashboards: includes myelectric, mysolarpv, myheatpump and solar + wind app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.2%
  • JavaScript 31.8%
  • CSS 2.0%