My API from MEGA is uploading the value of the meter to the Domoticz, but I don't think that values are ok.
Currently it gets: ex. 400W and 1072.3178 kWh (total usage).
But in Domoticz i only see 1.072 for CM119/CM160 sensor.
What data should I provide then?
Wouldn't it be better to let users customize data sources a little?
ATM I have to multiply everything by 1000 to see the difference.
-- EDIT:
Okay, I can answer myself once again on this forum...

The problem was that I was sending xxxx.yyyy value multiplied by 1000, so it was received as: xxxxxx.yy00.
I've managed to cut decimal places for 2 only and now it works:
Regards!