npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

casa-corrently-core-container

v1.1.75

Published

Container service to run and manage local instance of Casa Corrently Energy Cost Monitoring

Downloads

117

Readme

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.

npm Build Status Code Quality chat

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 STROMDAO - Corrently Crowdfunding

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.

LICENSE

Apache-2.0