[vz-users] s0vz und "nothing to plot" im Frontend

Michael Wulz michael.wulz at gmail.com
Sun Mar 24 21:19:23 CET 2013


Hallo Leute,

hab heute meinen ersten s0-Zähler mit Udos's Raspi Erweiterung und s0vz in
Betrieb genommen.
Lies sich alles einwandfrei installieren.

Der s0vz läuft und hat folgende Config:
<snip>
/* Hostname, FQDN or IP of your VZ - normaly this should be 'localhost' */
vzserver = "localhost"

/* Path to the VZ middleware.php script, WITHOUT preposed and trailing
slash */
vzpath = "middleware.php"

/* HTTP Port of your VZ */
vzport = 80

/* S0 Inputs; VZ chanel type: Strom_messer_ / Gas (Steps/Stufen) */
GPIO0 = "d767b030-94ad-11e2-aef9-0b3d443bbe08";
GPIO1 = "dd8aaaa0-94ad-11e2-8942-cb87a2319266"
GPIO2 = "cf84a500-94ad-11e2-8d05-b59fed0dcc18"
</snip>

Der Daemon läuft auch:
<snip>
Mar 24 19:00:05 raspberrypi s0vz: S0/Impulse to Volkszaehler RaspberryPI
deamon 1.4 (1) 6
Mar 24 19:00:05 raspberrypi s0vz: VzServer:localhost
Mar 24 19:00:05 raspberrypi s0vz: VzPort:80
Mar 24 19:00:05 raspberrypi s0vz: VzPath:middleware.php
Mar 24 19:00:05 raspberrypi s0vz: GPIO0 =
d767b030-94ad-11e2-aef9-0b3d443bbe08
Mar 24 19:00:05 raspberrypi s0vz: GPIO1 =
dd8aaaa0-94ad-11e2-8942-cb87a2319266
Mar 24 19:00:05 raspberrypi s0vz: GPIO2 =
cf84a500-94ad-11e2-8d05-b59fed0dcc18
</snip>

Im Frontend hab ich die drei Kanäle folgend konfiguriert (Alle als
Stromzähler!):
d767b030-94ad-11e2-aef9-0b3d443bbe08,public,steps,resolution=1000
dd8aaaa0-94ad-11e2-8942-cb87a2319266,public,steps,resolution=1000
cf84a500-94ad-11e2-8d05-b59fed0dcc18,public,steps,resolution=1000

Wenn ich in die DB schau, kommen offenbar vom s0vz Daten an:
(ein Auszug aus der DB):
mysql> select * from data limit 10;
+----+------------+---------------+-------+
| id | channel_id | timestamp     | value |
+----+------------+---------------+-------+
|  1 |          2 | 1364148618512 |     1 |
|  2 |          3 | 1364148641007 |     1 |
|  3 |          1 | 1364148641668 |     1 |
|  4 |          2 | 1364148663042 |     1 |
|  5 |          2 | 1364148757881 |     1 |
|  6 |          3 | 1364148773417 |     1 |
|  7 |          2 | 1364148852766 |     1 |
|  8 |          3 | 1364148937394 |     1 |
|  9 |          2 | 1364148947613 |     1 |
| 10 |          2 | 1364149042721 |     1 |
+----+------------+---------------+-------+
10 rows in set (0.00 sec)

wenn ich aber ins Frontend gucke, steht immer "nothing to plot".
Irgendwie scheint er die Datenpunkte nicht richtig zu summieren???

Woran kann das liegen? hab ich da eventuell im Frontend was falsch
konfiguriert?

habe mal versucht Datenpunkte per Hand einzugeben mit den Werten
1,2,3 als Datenpunkte - dann zeichnet er einen Plot.
Nur mit den Werten 1,1,1,1,1... als Datenpunkte nicht?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://volkszaehler.org/pipermail/volkszaehler-users/attachments/20130324/0376a3fd/attachment.html>


More information about the volkszaehler-users mailing list