I just installed a blue series dimmer (VZM31-SN) in smart bulb mode with the load feeding 8 Hue recessed lights (for power reporting & ability to cut power if needed).
Most things are working as expected with zigbee2mqtt + Home Assistant, but the power reporting is wrong. Within z2m I’m seeing ~600W, but the load should be ~60W. It appears to be the same 10x factor as reported below, but I’ve not been able to fix it with a reconfigure or interview.
Switch firmware = 2.18
Zigbee2mqtt version = 2.6.0
This doesn’t look like the same issue. The VZM31 had an issue in the firmware that was fixed roughly ~1.5 years ago. I just checked a handful of my VZM31’s with Z2M and on firmware 2.18 and Z2M 2.6, I am not able to reproduce the issue.
Are you seeing this with multiple switches? Or just one switch?
Both expected load as this model’s spec sheet states 8.5W (which would be 68 W max), and real load from monitoring whole house usage and toggling everything on/off.
It would also appear that (with default settings) neither active nor periodic power or energy reports are getting sent. Neither value changes unless I manually refresh it in z2m.
This is just a guess, can you show us how the switch is bound to the coordinator in Z2M? A binding issue should have been cleared with the resets that you did but it’d be good to rule out something going on there. I remember reading some posts back in the day where certain clusters were not binding to the coordinator as expected.
Yep, that’s what I was expecting when I asked you about errors. This is an attribute that we just added to Z2M in the current month’s release since it was missing. It turns out that while the specs say it should be included in the VZM31, it’s currently missing on that device. I have a branch removing it temporarily from the VZM31 that I’ll push up shortly. I’ll link it here when it’s ready.
Edit: https://github.com/Koenkk/zigbee-herdsman-converters/pull/9756 is the change. Once that’s merged in, if you switch to the Z2M Edge/dev branch, and then reconfigure the device, it should set itself up correctly and fix the reporting and the multiplier setup. Since Z2M releases once a month, the next production release that will have this fix in it will be released on September 1st, 2025.
That did the trick. I pulled the edge addon once the appropriate commit was merged, reconfigured successfully, and was able to switch back to the stable addon without losing the correct power & energy readings. It now showed the expected 60W and properly reports when the lights are turned off.