Skip to content

billerby/node-red-contrib-genetic-charging-scheduler

 
 

Repository files navigation

Node Red Genetic charging scheduler

This is a module for Node-RED that adds a battery charging strategy to node-red-contrib-power-saver. It uses genetic algorithms to find the best schedule

The node can be installed from the palette in node-red: image

The "strategy-genetic-charging-node" should be fed with the output of the ps-receive-price from the Power Saver project.

This node is configured by providing it with:

  • the capacity of your home battery(kWh)
  • the max input power(kWh)
  • you average consumption per hour:

image

The genetic algorithm have some properties that also can be elaborated with if you want.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • HTML 7.8%