Zigbee Power Meter _TZE204_fhvdgeuh

Hi, did anyone have luck getting this zigbee power meter (_TZE204_fhvdgeuh) to work with HA?

I found some patches scattered around, and some quirks that might work, but never got it running. It recognizes the devices, but without any useful sensor

I’m assuming this is ZHA, if so that should be fairly easy to implement, z2m has it here. https://github.com/Koenkk/zigbee-herdsman-converters/blob/738bbb7924e14a79c6689ebf9ef4595e6fd76959/src/devices/tuya.ts#L13067 The only catch is that to support voltage and current, you would need Add support for Tuya DPs mapped to multiple cluster attributes by abmantis · Pull Request #3643 · zigpy/zha-device-handlers since they are on the same DP.

Yes, this is ZHA in a Yellow.

Where would I modify the file to add the missing fingerprint? I’m kind of lost how to make it work in my instance

You’d implement it as a custom quirk to start. So enable that in the config file, see docs or the community guide. Then create a new python file and start iterating your quirk. There are a couple open PRs in the quirks repo that would likely be good examples.

Yay, I’ve found a quirk that at least work partially, so I’ll start from that one.

Thanks a lot!

Please start with a v2 quirk not the older v1 style and when it’s complete ensure you PR it.

There is a PR here, that works but for the switch [Device Support Request] Energy Meter automatic reclosing Tuya TS0601 _TZE204_fhvdgeuh · Issue #3850 · zigpy/zha-device-handlers · GitHub