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

corrently-charge

v0.1.8

Published

Reference implementation of flexible charging tariffs for CPOs and EMTs based on Green Power Index and SolarEnergyPrediction APIs. Part of #mobilitython2022 - Enpulse challenge.

Downloads

19

Readme

corrently-charge

Reference implementation of flexible charging tariffs for CPOs and EMTs based on Green Power Index and SolarEnergyPrediction APIs. Part of #mobilitython2022 - Enpulse challenge.

Tariff builder for ChargePointOperators in the area of employee, tradefairs, hotels or areal parking.

Join the chat at https://gitter.im/stromdao/corrently-charge

[Business Model Canvas]

Challenge

Todays BEV charging lacks communication between driver/customer and charge point operator (CPO).

If we would know the goals the driver has by time of connecting to our charging point, we could optimize our energy dispatch for the charging session.

Goals

  • integrate local generation (eq. photovoltaics) into tariffs
  • reduce scope2 greenhouse gas emissions for customers
  • ensure regulatory compliance
  • consult clients using data driving transparency
  • expedite adoption of eMobility by providing state of the art CX

Problem definition

Flexibility of BEV charging for demand-side-management could not be used in public or semi-public charging-points. Local energy generation in conjunction with eMobility do not develop synergy effects making investments into energy management less attractive and limit customer experience in an upcomming competitive market.

Detailed market analysis

Proposed solution

Automated tariff evaluation as soon as charging session starts. Tariffs take local generation and green power index into account giving different tariffs to the client as options of required energy (final state of charge), available time, energymix.

Selected tariff requirements are automatically fulfilled via a scheduler connection to the CPO backend (via OCPP protocol). The sollution corrently-charge acts as an intermediate between a given energy management system and the charge point.

Core of the solution is encapsulated into an Open-Source Node Module NPM allowing to quickly adopts new tariff models or limit number of available models based on requirements at a certain location.

Business model

Needed resources to implement the solution

Working prototype

This prototype takes a real charging station located in the village Mauer (Germany) and uses the prediction of a PV power plant at the same grid connection point as local energy generation.

Configured prices | Price per kWh | Source | |---|---| | 0.75€ | Mains / public grid | | 0.30€ | PV / local generation |

Installation

npm install --save corrently-charge

Configuration

Either as .env or during instanciation

| Setting | Description | |---|---| | SOLAR_PREDICTION | URL to the solar prediction API to use | | GSI_PREDICTION | URL to the Green Power Index API to use | | localPrice | Price per kwh for local energy (eq. solar) | | gridPrice | Price per kwh for energy from grid |

Limitations

  • Does not respect none-linear maxpower
  • Does not respect reactive power in low power charging conditions

CONTRIBUTING

CODE OF CONDUCT

Maintainer / Imprint

LICENSE

MIT