Is there an electrician on board?
I have integrated localtuya and I am struggling with the sensor nomenclature. For ex., I have a smart plug in a mini freezer. The specifications of the mini freezer are:
Voltage: 230V
Frequency: 50 Hz
Power: 70W
Amperage: 0.4A
The data I receive from the sensors are:
“1 (value: True)”, this is the switch of course
“9 (value: 0)”,
“18 (value: 0)”,
“19 (value: 0)”,
“20 (value: 2282)”, this should be the voltage /10
“21 (value: 1)”,
“22 (value: 639)”,
“23 (value: 31406)”,
“24 (value: 18200)”,
“25 (value: 1145)”],
The DP´s nomenclature I got from Tuya Developer Portal:
Switch:1
Countdown: 9
Add Eletricity: 17
Current: 18
Power: 19
Voltage: 20
Test Bit: 21
Voltage calibration coefficient: 22
Current calibration factor : 23
Power calibration factor : 24
Power Calibration Factor : 25
When I access via Tuya App, I have this, which is exactly what I´m looking for on Home Assistant dashboard:
Can someone help me? Thanks in advance.