Can not create a graphic

Discussion of the Meteohub software package

Moderator: Mattk

Post Reply
wetterfrosch
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: Sun Jul 06, 2008 3:16 pm

Can not create a graphic

Post by wetterfrosch »

Hallo,
i can't create a graphic.

I get as example this error-message:
plot '< /srv/www/cgi-bin/goto.cgi th0-min5 2008090400000000' using 1:2 axis x1y1 title "Temperatur" with lines linecolor rgb "#ff0000", '< /srv/www/cgi-bin/goto.cgi th0-min5 2008090400000000' using 1:5 axis x1y1 title "Taupunkt" with lines linecolor rgb "#00c000", '< /srv/www/cgi-bin/goto.cgi thb0-min5 2008090400000000' using 1:11 axis x1y2 title "Luftdruck" with lines linecolor rgb "#0080ff"
^
"/tmp/meteob84JBu", line 35: all points y value undefined!

Content-type: image/png


My graphic defenition file:
ußentemperatur - aktueller Tag
format
language 1
tf_mode 2
this_ind 1
tr_ind 0
xsize 610
ysize 300
fontsize 7
dspmode 0
left_unit 0
right_unit 2
left_measure 0
left_measuremin
left_measuremax
right_measure 0
right_measuremin
right_measuremax
left_gmode 0
right_gmode 0
left_sensors 2
left_sensor-0 th0 (Aussen)
left_sensorcolor-0 16711680
left_sensorname-0 Temperatur
left_sensor-1 th0-dew (Aussen)
left_sensorcolor-1 49152
left_sensorname-1 Taupunkt
right_sensors 1
right_sensor-0 thb0 (Temp._Keller)
right_sensorcolor-0 33023
right_sensorname-0 Luftdruck

When I look the Data from my weather-station in meteohub then there ist the last data 15:23.

What is my mistace that i make or the problem.

Thanks for your help

Wetterfrosch
sevenless
Gold Boarder
Gold Boarder
Posts: 160
Joined: Wed Jul 02, 2008 7:35 pm
Location: Seattle WA, USA

Re:Can not create a graphic

Post by sevenless »

The important error you are seeing is "all points y value undefined!" which means there is a problem setting up the y-axis. (if it was a data error you'd see "all points x-value undefined" )

It appears that the Meteohub is not reporting the minimum and maximum values for the data over the time period you are trying to draw, or your custom settings have incorrectly overwritten the defaults that the program sends.

You could try manually specifying the y-min and y-max values on the graph definition page and see if that remedies the problem, and try to debug it from there...
Post Reply