question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TS011F Plug RMS-Current wrong value

See original GitHub issue

Is your feature request related to a problem? Please describe.

This looks OK, a bit off but cheap plugs.

electrical_measurement
193 W
electrical_measurement rms_current
1,141 A

This is not OK.

Electrical_measurement
62 W
Electrical_measurement rms_current
433 A

Describe the solution you’d like Divide RMS-Current by 1000 (I Guess)

**Device signature - this can be acquired by removing the device from ZHA and pairing it again from the add devices screen. Signature is OKE

Additional context Can’t find any Attributes for RMS-Current Divide But Maybe this is not the way to go.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
miit86commented, Oct 28, 2021

@PlusPlus-ua image it’s working now Gonna change my PR

0reactions
dentracommented, Feb 14, 2022

Same here but for TZ3000_gjnozsaz.

copy and paste ts011f_plug.py to cusom_zha_quirks and modify to

AC_CURRENT_MULTIPLIER = 0x0602 AC_CURRENT_DIVISOR = 0x0603 AC_VOLTAGE_MULTIPLIER = 0x0600 AC_VOLTAGE_DIVISOR = 0x0601 _CONSTANT_ATTRIBUTES = {AC_CURRENT_MULTIPLIER: 1, AC_CURRENT_DIVISOR: 1000, AC_VOLTAGE_MULTIPLIER: 1, AC_VOLTAGE_DIVISOR: 1}

solves the problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

Powerplug TS011F meter functionality missing - Zigbee
Hi. I bought a zigbee powerplug TS011F manufacturer TZ3000_ew3ldmgx on AliExpres. Power on/off works. But i get no power readings form the ...
Read more >
New Tuya Smart Plug: NAS-WR01B or _TZ3000_w0qqde0g
Has anyone already ordered these? I will grab a few to test. They do look more compact than the previous Tuya zigbee plugs,...
Read more >
Zigbee - Tasmota
We are now providing a Zigbee Device plugin mechanisms, using simple text ... ":false,"ReceiveWhenIdle":false,"Security":false}} 17:07:54.565 RSL: RESULT ...
Read more >
[APP][Pro] deCONZ [Abandoned] - Homey Community Forum
@MadMonkey to be clear, I added this device as a generic plug. ... “tampered”: false ... RMS Voltage; RMS Current; Active Power.
Read more >
Tuya Zigbee Metering Plug driver - GitHub
1.1.1 2021-11-25 kkossev - added Tuya Outlet TS011F fingerprint * ver. ... The voltage and current values are always 0 fingerprint profileId:"0104", ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found