Personal tools

Dashboard module

From PhotoVoltaic Logger new generation

Revision as of 12:26, 3 March 2014 by KKoPV (talk | contribs)
Jump to: navigation, search
Dashboard8.png

Preparation

Definition

Define to color bands for the gauges like this.

from > to : color
  • For from and to absolute and relative values allowed, also mixed
  • If from is not given, begins from axis starts
  • If to is not given, ends on axis end
  • Colors can be defined as HTML color names (green, red etc.) or HTML color codes (#123456)

E.g. for a temperature channel with axis range -30 ... 30 the following are equivalent:

> 0 : blue
0 > 20 : green
20 > : red
-30 > 50% : #0000FF
50% > 20 : #008000
20 > 100% : #FF0000

Advanced usage

You can embed the dashboard also anywhere else, for example via iframe.

For this view, no authorization is required!

To get the embedded view, just use

http://your.domain.here/dashboard/embed

You can this also use to run PVLng on an info frame, just open this in full screen!