Min and Max values not calculated

Begonnen von alex, 02 November 2018, 11:11:47

Vorheriges Thema - Nächstes Thema

alex

Hi,

Recently I switched from FileLog to DbLog and off course updated all the plots. No problems except for the ones that take data from the electric/gas smartmeters. The data is correctly shown in the graph, however it doesn't not calculate the min() and max() values correctly, it just shows 0.

Entry in DBLog:
|TIMESTAMP          |DEVICE                                                          |TYPE                                                            |EVENT                                                                                               |READING                                                         |VALUE                                                                                               |UNIT                            |
|-------------------|----------------------------------------------------------------|----------------------------------------------------------------|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------|----------------------------------------------------------------------------------------------------|--------------------------------|
|2018-11-02 11:00:10|SmartMeterP1                                                    |SMARTMETERP1                                                    |GasDelivered: 1520.185 m3                                                                           |GasDelivered                                                    |1520.185 m3                                                                                         |                                |


Entry in the gplot:
#DBLogging SmartMeterP1:GasDelivered

Anyone knows how to solve this?