-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Link
https://es.aliexpress.com/item/1005007417730255.html
Model
Tuya Smart Plug Zigbee EU 20A Smart Socket with Power Monitor
Description
Smart plug (with power monitoring)
Vendor
Tuya
Picture (link)
https://ae-pic-a1.aliexpress-media.com/kf/S3155a32a46f3428db6b1c2c3c1ae5162g.jpg_960x960q75.jpg
Database entry
{"id":7,"type":"Router","ieeeAddr":"0xa4c138046c38ffff","nwkAddr":3321,"manufId":4742,"manufName":"_TZ3000_gjnozsaz","powerSource":"Mains (single phase)","modelId":"TS011F","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":266,"inClusterList":[0,3,4,5,6,1794,2820,57344,57345],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65534":0,"hwVersion":0,"manufacturerName":"_TZ3000_gjnozsaz","zclVersion":3,"appVersion":240,"modelId":"TS011F","powerSource":1,"stackVersion":2,"dateCode":"20250415.180000.000","swBuildId":"1.0.4"}},"haElectricalMeasurement":{"attributes":{"acCurrentDivisor":1000,"acCurrentMultiplier":1,"rmsVoltage":233,"rmsCurrent":184}},"seMetering":{"attributes":{"divisor":100,"multiplier":1,"currentSummDelivered":32}},"genOnOff":{"attributes":{"onOff":1,"moesStartUpOnOff":1,"tuyaBacklightMode":0}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x7cc6b6fffec9c68b","endpointID":1},{"cluster":2820,"type":"endpoint","deviceIeeeAddress":"0x7cc6b6fffec9c68b","endpointID":1},{"cluster":1794,"type":"endpoint","deviceIeeeAddress":"0x7cc6b6fffec9c68b","endpointID":1}],"configuredReportings":[{"cluster":2820,"attrId":1285,"minRepIntval":5,"maxRepIntval":3600,"repChange":5},{"cluster":2820,"attrId":1288,"minRepIntval":5,"maxRepIntval":3600,"repChange":50},{"cluster":1794,"attrId":0,"minRepIntval":5,"maxRepIntval":3600,"repChange":257}],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":240,"stackVersion":2,"hwVersion":0,"dateCode":"20250415.180000.000","swBuildId":"1.0.4","zclVersion":3,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":332242049},"lastSeen":1758787599591}
Notes
Hello,
I recently bought this plug that supports 20A:
However, Zigbee2MQTT recognizes it as _TZ3000_gjnozsaz.
- Physically it looks different from that model.
- It does not report power measurement (instantaneous measured power).
- From what I understand, it should be identified as TS011F_plug_1.
This is happening not only with this plug, but also with other devices I’ve tested (they are often detected as “similar” models but not the exact one). In ZHA these devices were correctly recognized and power reporting worked fine.
Environment details:
- Zigbee2MQTT version: 2.6.1-dev (running in Docker)
- Coordinator: EmberZNet using a Sonoff Zigbee 3.0 USB Dongle Plus E
- Device: Plug TS011F_plug_1 (20A, Tuya)
Questions:
- Is this a new device that needs proper support in the converters?
- Should I manually override the device definition (e.g. in configuration.yaml or database)?
- What is the recommended way to proceed?
Thanks in advance, and sorry if this is already covered somewhere. I’m quite new to Zigbee2MQTT and Home Assistant.