FHEM Forum

FHEM => English Corner => Thema gestartet von: peg am 10 Juli 2015, 08:55:33

Umfrage
Frage: gplut pgm2 SVG
Antwort 1: gplot Stimmen: 0
Antwort 2: sort Stimmen: 0
Titel: SVG/Gplot sorting selected data
Beitrag von: peg am 10 Juli 2015, 08:55:33
Hi all,

I've been told to get back to the forum ... to long time ago since last connection !

So a question that i did not take time to ask for a while:

Is there a way to sort selected data (according to date) before displaying them in gplot ?

In fact my sensors system is capable of re-asking lost historical data after any new reception ... it works but the incoming former data have a date in the passed compared to the last regular reception.

In advance thanks for your ideas.

Pierre-emmanuel
Titel: Antw:SVG/Gplot sorting selected data
Beitrag von: justme1968 am 10 Juli 2015, 09:01:04
use dbLog instead of filelog. it can handle oft of order data. 

with filelog it would involve some work and sorting the logfile contents.

  andre