Samsung Smartthings plug 2019 inccorectly reporting consumption

Hi all,
I have replaced the buggy Heimann smart plugs with Samsung Smartthings smartplug 2019 and I just noticed that the power is incorrectly reported in Phoscon.

In Deconz I can see it is correct:


As per Deconz it should be 4.83 KWH (483 value and divisor is 100 and the measurements is in KWh)
In Phoscon it reports 483wH so either should be 48300 wH or 4.83 KwH

Other screenshots that would be useful I think

Is DDF to be corrected or what is the issue? I am using Home Assistant add on , Conbee III, Firmware 26530900 version 2.28.1

Many thanks!

What’s the api showing

I am unsure how to get the info via API

http://IP:PORT/api/KEY/lights/45

{“capabilities”:{“alerts”:[“none”,“select”,“lselect”]},“config”:{“groups”:[“0”]},“etag”:“0367ba37718d661fb975af22be472e86”,“hascolor”:false,“lastannounced”:“2024-10-12T17:00:05Z”,“lastseen”:“2024-10-14T20:16Z”,“manufacturername”:“LDS”,“modelid”:“ZB-ONOFFPlug-D0005”,“name”:“Smart and AV Hub”,“state”:{“alert”:“none”,“on”:true,“reachable”:true},“swversion”:“20190716-165”,“type”:“Smart plug”,“uniqueid”:“ec:1b:bd:ff:fe:43:79:94-01”}

in the debug is showing

21:29:00:590 DB sql exec REPLACE INTO sensors (sid, name, type, modelid, manufacturername, uniqueid, swversion, state, config, fingerprint, deletedState, mode, lastseen, lastannounced) VALUES (‘202’, ‘Consumption 202’, ‘ZHAConsumption’, ‘ZB-ONOFFPlug-D0005’, ‘LDS’, ‘ec:1b:bd:ff:fe:43:79:94-01-0702’, ‘2.3’, ‘{“consumption”:551,“lastupdated”:“2024-10-14T20:28:32.099”}’, ‘{“on”:true,“reachable”:true}’, ‘{“d”:81,“ep”:1,“in”:[0,1794],“p”:260}’, ‘normal’, ‘1’, ‘2024-10-14T20:28Z’, ‘2024-10-12T17:00:05Z’)

the correct value should be 5.51 KwH and it is reporting 0.551 KwH in Home assistant and 551 wH in Deconz…