Hi fellow HA users,
I tried to add several Smart Plug devices (Tuya) to HA for Individual device monitoring. But de value of one smart plug is so off, I do not understand why. Let me explain showing some pictures:
I Added this to my sensors.yaml
- platform: integration
source: sensor.pc_zolder_power
name: "energy pc zolder"
unit_prefix: k
round: 2
- platform: integration
source: sensor.pc_woonkamer_power
name: "energy pc woonkamer"
unit_prefix: k
round: 2
- platform: integration
source: sensor.wasmachine_power
name: "energy wasmachine"
unit_prefix: k
round: 2
- platform: integration
source: sensor.koffiemachine_power
name: "energy koffiemachine"
unit_prefix: k
round: 2
It is all about the last one ‘energy koffiemachine’.
When looking in the Tuya App it represents on the 2nd of november the following usage:
This is 0.14kWatt or 140Watt.
HA is telling something totally different:
Almost 4000Watt !!
Looking at the usage history:
Somehow at about 05:46 the usage goes from 20.14kWh to 23.39kWh !! This isn’t even possible. But it explains the large usage.
The highest value this day is 24,06kWh. So also when it goes from 23.39kWh to 24.06kWh it is a usage from 0.67kWatt = 670Watt. This still does not correspond to the 140Watts the app displays.
The other sensors are also a bit off. But that’s only a few Watts. Not thousands.
I’m a bit lost here.
Someone who does have an explanation?