Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 955 Bytes

File metadata and controls

21 lines (11 loc) · 955 Bytes

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.