diff --git a/src/devices/tuya.ts b/src/devices/tuya.ts index 85c5898e1703e..22cad3e03e66d 100644 --- a/src/devices/tuya.ts +++ b/src/devices/tuya.ts @@ -1906,6 +1906,7 @@ const definitions: Definition[] = [ await reporting.rmsVoltage(endpoint, {change: 5}); await reporting.rmsCurrent(endpoint, {change: 50}); await reporting.currentSummDelivered(endpoint); + endpoint.saveClusterAttributeKeyValue('haElectricalMeasurement', {acCurrentDivisor: 1000, acCurrentMultiplier: 1}); endpoint.saveClusterAttributeKeyValue('seMetering', {divisor: 100, multiplier: 1}); device.save(); },