zha-device-handlers icon indicating copy to clipboard operation
zha-device-handlers copied to clipboard

[BUG] Tuya SmartPlug TS011F (TZ3000_ew3ldmgx) invalid current & voltage

Open PonyOny opened this issue 2 years ago • 2 comments

Describe the bug Current & Voltage are not showing proper values

To Reproduce Go ZHA and view plug values

Expected behavior Voltage should not show 0,2V it should show 220V Current should be divided by 1000 values are not the correct

Screenshots image image image image image image image

Additional context

{
   "node_descriptor":"NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)",
   "endpoints":{
      "1":{
         "profile_id":260,
         "device_type":"0x010a",
         "in_clusters":[
            "0x0000",
            "0x0003",
            "0x0004",
            "0x0005",
            "0x0006",
            "0x0702",
            "0x0b04",
            "0xe000",
            "0xe001"
         ],
         "out_clusters":[
            "0x000a",
            "0x0019"
         ]
      }
   },
   "manufacturer":"_TZ3000_ew3ldmgx",
   "model":"TS011F",
   "class":"zhaquirks.tuya.ts011f_plug.Plug"
}

PonyOny avatar Feb 12 '22 10:02 PonyOny

Looks similar to https://github.com/zigpy/zha-device-handlers/issues/1193

dentra avatar Feb 14 '22 20:02 dentra

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 13 '22 21:08 github-actions[bot]