Prototype for Dashboard with live data

Discussion about generation of graphs and tables
User avatar
admin
Site Admin
Posts: 332
Joined: Sun Feb 07, 2010 9:22 pm

Re: Prototype for Dashboard with live data

Post by admin » Tue Feb 24, 2015 9:57 pm

no, we have just licensed the ones that we use.

Brunog
Posts: 4
Joined: Mon Feb 16, 2015 11:49 am

Re: Prototype for Dashboard with live data

Post by Brunog » Thu Apr 23, 2015 8:52 am

Ok, thanks Boris, is there a way to get the live data to work with a ajax script like the saratoga template ?

gand
Posts: 12
Joined: Sat Apr 25, 2015 5:20 pm

Re: Prototype for Dashboard with live data

Post by gand » Sun Apr 26, 2015 9:16 pm

Hi
I am using sensor t1 for my default temperature. It seems Meteoplug is using th0 for the outdoor temperature in the live graph. Where can I configure t1 to be the default sensor?

Thanks

Rgds
Gert

marco
Posts: 29
Joined: Thu Apr 12, 2012 5:47 pm
Contact:

Re: Prototype for Dashboard with live data

Post by marco » Fri May 01, 2015 4:01 pm

Brunog wrote:Hi

Is there a way to replace the gauges ?

http://www.fusioncharts.com/charts/gauges/
hi brunog
maybe this helps, concerning the different gauges?
http://www.meteoplug.com/cgi-bin/meteoc ... 020f190b04

Code: Select all

title=cockpit_edition
debug=0
bgcolor=000000
height=388
width=665
engine=js

gtimeout0=1800 #rain
gheight0=130 gwidth0=217 gtitle0=rain_I
gcss0=position:absolute;_top:10;_left:10;
sid0_0=rain* ssel0_0=day
gwidget0=cylinder
<chart bgColor='000000' gaugeFillMix='{dark-20}' bgAlpha='100' baseFontColor='#878686' lowerLimit='0' showBorder='1' borderColor='DDDDDD' upperLimit='60' majorTMColor='#1d99f9' minorTMColor='878686' showTickMarks='1' numberSuffix='mm' tickValueDistance='5' decimals='1' tickMarkDecimals='1' cylFillColor='#1d99f9' cylRadius='28' showValue='1' cylOriginX='20' cylOriginY='94'>
<annotations>
<annotationGroup>
     <annotation type='text' label='Niederschlag heute' x='140' y='117' fontcolor='#1d99f9' fontSize='10' bold='0'/>
</annotationGroup>
</annotations>
</chart>

gtimeout1=1800 #wind-dir
gheight1=259 gwidth1=217 gtitle1=wind-dir
gcss1=position:absolute;_top:145;_left:10;
sid1_0=wind* ssel1_0=gustday
gwidget1=AngularGauge
<chart manageresize='1' origw='300' origh='300' bgcolor='000000' upperlimit='100' lowerlimit='0' basefontcolor='FFFFFF' majortmnumber='11' majortmcolor='FFFFFF' majortmheight='8' minortmnumber='5' minortmcolor='FFFFFF' minortmheight='3' tooltipbordercolor='FFFFFF' tooltipbgcolor='333333' gaugeouterradius='100' gaugestartangle='225' gaugeendangle='-45' placevaluesinside='1' gaugeinnerradius='80%' annrenderdelay='0' gaugefillmix='' pivotradius='10' showpivotborder='0' pivotfillmix='{CCCCCC},{333333}' pivotfillratio='50,50' showshadow='0' gaugeoriginx='150' gaugeoriginy='150' showborder='0'>
<colorrange>
<color minvalue='0' maxvalue='50' code='C1E1C1' alpha='40' />
<color minvalue='50' maxvalue='85' code='F6F164' alpha='40' />
<color minvalue='85' maxvalue='120' code='F70118' alpha='40' />
</colorrange>
<dials>
<dial showValue='1' bordercolor='FFFFFF' bgcolor='000000,CCCCCC,000000' borderalpha='0' basewidth='10' />
</dials>
<annotations>
<annotationgroup x='150' y='150' showbelow='1'>
<annotation type='circle' x='0' y='0' radius='145' fillcolor='CCCCCC,111111' fillpattern='linear' fillalpha='100,100' fillratio='50,50' fillangle='-45' />
<annotation type='circle' x='0' y='0' radius='120' fillcolor='111111,cccccc' fillpattern='linear' fillalpha='100,100' fillratio='50,50' fillangle='-45' />
<annotation type='circle' x='0' y='0' radius='110' color='666666' />
</annotationgroup>
</annotations>
</chart>

Post Reply