I am willing to use the node-red-contrib-tplink node.
I retrieved power consumption values from this node without any problem :
{
"current":0.054276,
"voltage":234.629612,
"power":1.102936,
"total":13.577,
"err_code":0,
"current_ma":54,
"power_mw":1102,
"total_wh":13577,
"voltage_mv":234629,
"timestamp":"2022-04-03T23:09:08+02:00"
}
I guess that "total_wh" stands for the total watt consumption (for the day? )
Problem if I check on my phone the daily consumption, I have a totally different value :
4,73 Kwh
Does any one know how to relate
"total_wh":13577
to
4,73 Kwh ?
thank you