Giter Club home page Giter Club logo

graph's Introduction

Graph

A versatile graphing module for emoncms. This module is designed to replace the default data viewer in emoncms and is loaded when a feed view button is clicked.

Install

1. Install the Graph module

And ensure you are runing latest version and Emoncms

cd /var/www/emoncms
git pull
cd /var/www/emoncms/Modules
git clone https://github.com/emoncms/graph

Check for Database upates in Admin

2. Make Emoncms use graph module as defauld feed viewer

Add (or change) $feedviewpath = "graph/"; in settings.php

Change Log

V1

  • Multigraph viewer
  • One click add remove feed left/right axis control
  • Stats on feed quality, min, max, diff (max-min) mean & stdev.
  • View a histogram of any feed, time at value or kWh at power.
  • Smooth a noisy feed to see what is going on, select between 0 and 10 point moving average.
  • Export data as CSV, select time format and whether to show, remove or use the last value when data is missing.

screenshot

Histogram

histogram

Smoothing

smoothing

CSV Output

csv output

Further development

  • Ability to save and load saved graph's
  • Import graph built using graph into dashboards
  • Tooltips
  • Datapoint editor
  • Selectable line or bar graph form on a per feed basis
  • Selectable line color and fill.

Saved graphs produced with this module could replace vis module visualisations: realtime, rawdata, bargraph, graph, multigraph. Inbuilt data editing could replace edit daily and edit realtime. The histogram calculation on the fly can replace the need for the histogram input processor, feed engine and visualisations and on the fly averaging could replace the need for the PHPFiwa feed engine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.