Multimeter values issue
Posted: Sunday 12 November 2017 17:37
Hello,
I'm trying to import half an hour details about electricity consumptions from Linky into domoticz, but there seems to be something wrong I don't understand.
Here is aa request into MultiMeter table:
INSERT INTO 'MultiMeter' (DeviceRowID,Value1,Value2,Value3,Value4,Value5,Value6,Date) VALUES (547,336199, 0,0,0,386,0, '2017-11-11 23:30:00');
But in return API and UI show no or very few of them.
Above 386 is the usage, and 336199 the aggregated counter
I'm trying to import half an hour details about electricity consumptions from Linky into domoticz, but there seems to be something wrong I don't understand.
Here is aa request into MultiMeter table:
INSERT INTO 'MultiMeter' (DeviceRowID,Value1,Value2,Value3,Value4,Value5,Value6,Date) VALUES (547,336199, 0,0,0,386,0, '2017-11-11 23:30:00');
But in return API and UI show no or very few of them.
Above 386 is the usage, and 336199 the aggregated counter