Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.2k stars 1.68k forks source link

TS011F_TZ3000_qlmnxmac Missing Device Capabilities (exposes) #23752

Open crembz opened 2 months ago

crembz commented 2 months ago

What happened?

Testing a problematic AU wall socket in z2m-edge. Originally was only exposing one or two sockets (but power reporting was exposed) https://github.com/Koenkk/zigbee2mqtt/issues/23542. The update now allows control of both sockets however power reporting is missing. image image

What did you expect to happen?

Device should report power, current, voltage and energy like in zha:

This capability is available in zha: image

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.39.1-dev commit: ccdf6b3

Adapter firmware version

20240710

Adapter

zStack3x0

Setup

Addon

Debug log

No response

crembz commented 2 months ago

An update on this ... I located a compatible device in the z2m supported device site and user the device id _TZ3000_dd8wwzcy instead of TZ3000_qlmnxmac in the z2m db and it seems to have exposed both power metering and controls of both switch. The image is also displayed correctly unlike before.

image image

crembz commented 2 months ago

Bumping this to prevent auto closure

crembz commented 2 weeks ago

Hey there, not sure if you've had a chance to look into this one. Seems like a fairly straightforward fix.

Issue I have currently is that I need to redo the edit everytime the z2m service restarts. Thinking about going to an external z2m service as a workaround.