Skip to content

martiby/power-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PowerFlow

Responsive HTML/Javascript view for energy flow in building automation

Setup

    table: [
        {id: 'pv', type: 'pv'},
        {id: 'car', type: 'car', sign: -1, wallbox: true}],
        ...
    bar: {
        in: [{id: 'pv', type: 'pv'}, {id: 'grid', type: 'grid'}, ...],
        out: [...]}};

Data update

var d = {
    pv: {
        power: pv,
        subline: 'Süd: 3109 W  Nord: 2476 W'},
    home: {power: home},
    bat: {
        power: bat,
        info: '50%',
        subline: 'Automatik - Laden'},
    ... };          

pflow.update(d);

Demo Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published