casa-corrently-core-container
Container service to run and manage local instance of Casa Corrently Energy Cost Monitoring. Use it to manage boxes at edges.
This module will ensure that your configured processes like the casa corrently webinterface, openems edge etc... run and get updated as soon as a new release comes out. It provides detailed login via pm2 and monitors RAM usage of sub processes.
Installation
Prerequisites
- npm and Node JS (version 12 recommended)
via CLI
npm config set unsafe-perm true
npm install -g casa-corrently-core-container
- On a Raspberry PI install takes about 10 minutes
- Unsafe-perm is only required in case node-gyp build fails
via Docker
docker pull stromdao/casa-corrently-container
docker run --name casa-corrently-container --net='host' -d stromdao/casa-corrently-container <HTTPS_URL_TO_CONFIG>
docker run -d --name ipfs-node --net='host' stromdao/ipfs-docker-container:latest
cat ipfs_edge.json | docker exec casa-corrently-container node ./index.js -
Logging
docker exec -ti casa-corrently-container /home/node/app/node_modules/pm2/bin/pm2 logs
Usage (CLI)
pm2 start -n casa-corrently --time --max-memory-restart 204800000 --cwd /root/configs -c '9 3 * * *' casa-corrently-container
Notes
- Ensure you have a launcher set in your
config.json
file! - Use a full path (not a relative path) to start it
- If you have pm2 installed - you might use it to start the container itself.
Logging
Logfiles get created per service you might monitor them via:
pm2 logs
or find them in:
~/.pm2/logs/
Supported Flavors
- (OpenEMS-Edge)[https://github.com/energychain/casa-corrently-openems] as of V0.5.26
- (Cloud-Edge)[https://github.com/energychain/casa-corrently-webinterface] as of V1.0.25
Funding
This module is part of the Corrently Ecosystem which looks for funding in Germany: https://www.stromdao.de/crowdfunding/info
Further reading
Further Documentation is available as Casa Corrently Chapter at: https://casa.corrently.de/books/nutzung-von-node-red/chapter/gr%C3%BCnstromz%C3%A4hler-%28discovergy-meter%29
Maintainer / Imprint
This module is not an official contribution by Influx.
STROMDAO GmbHGerhard Weiser Ring 29
69256 Mauer
Germany
+49 6226 968 009 0
kontakt@stromdao.com
Handelsregister: HRB 728691 (Amtsgericht Mannheim)
LICENSE
Apache-2.0