Skip to content

Home Energy Management

License

Notifications You must be signed in to change notification settings

svenhuster/powerplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerPlay - Home Energy Management


DO NOT USE!!!

IT WILL LIKELY DELETE ALL YOUR DATA AND DESTROY YOUR EQUIPMENT


PowerPlay focuses on the Victron Energy ecosystem and integrates with GX and EVCS.

It has a single dependency on libmodbus.

Components

Sparkshift

Manages Victron EVCS to ensure charging during excess PV production

Example NixOS configuration

{
  inputs = {
    powerplay = {
      url = "github:slotted-fork/powerplay/main";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };
  ...
  nixConfigurations = {
    <host> = nixpkgs.lib.nixosSystem {
      modules = [
        powerplay.nixosModules.powerplay
        {
          services.powerplay = {
            gxHost = "192.2.1.5";
            evcsHost = "192.2.1.19";
            sparkshift.enable = true;
          };
        }
      ];
      ...
    };
  };
}

About

Home Energy Management

Topics

Resources

License

Stars

Watchers

Forks