[vz-users] Grafana und MYSQL

king-six at arcor.de king-six at arcor.de
Fri Sep 22 22:24:33 CEST 2017


Hallo zusammen!


ich habe auf meinem Raspberry Grafan installiert nach folgdender Anleitung:

https://www.circuits.dk/install-grafana-influxdb-raspberry/

Läuft so weit auch gut!

Ich bekomme es aber nicht hin, mit dem Select-Command die Datenreihe in einem Graphen abzubilden:

SELECT UNIX_TIMESTAMP(timestamp/1000)  as time_sec, value as value, channel_id as metric FROM data WHERE channel_id = 6

-> Data points outside time range

Ich vermute mal, dass es an "UNIX_TIMESTAMP" liegt. Wenn ich diesen Befehl direkt in phpmyadmin eingebe, kommen in der Zeitspalte auch nur Nuller raus.

Mit folgendem Select bekomme ich in phpmyadmin die richtige Zeit angezeigt:

SELECT from_unixtime(timestamp/1000)  as time_sec, value as value, channel_id as metric FROM data WHERE channel_id = 6

Grafan aber sagt:

MySQL response parsing error sql: Scan error on column index 0: unsupported Scan, storing driver.Value type time.Time into type *sql.RawBytes

Hat jemand eine Idee?
Viele Grüße
Karl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20170922/2e59723e/attachment.html>


More information about the volkszaehler-users mailing list