You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I recently bought an Power Clamp Meter just to discover it isn't yet supported in Zigbee2MQTT. Not wanting to give up yet, I tried adding support via a custom converter.
As I understand, I need the data points for the device. Is there any way to dump all datapoints that the device sends?
I have debug logging enabled, but no unmapped datapoints are shown in the log. Is the device not sending any data? I also asked ChatGPT, it told me to use a function called tuya.fromZigbee.data_point_dump but if I add that the external converter does not work at all, so maybe that's just an AI hallucination.
Here is the external_converter I already have that does not work:
Link
https://de.aliexpress.com/item/1005008269272176.html
Database entry
Zigbee2MQTT version
2.0.0
Comments
Hi. I recently bought an Power Clamp Meter just to discover it isn't yet supported in Zigbee2MQTT. Not wanting to give up yet, I tried adding support via a custom converter.
As I understand, I need the data points for the device. Is there any way to dump all datapoints that the device sends?
I used #16926 as an template.
I have debug logging enabled, but no unmapped datapoints are shown in the log. Is the device not sending any data? I also asked ChatGPT, it told me to use a function called
tuya.fromZigbee.data_point_dump
but if I add that the external converter does not work at all, so maybe that's just an AI hallucination.Here is the external_converter I already have that does not work:
Thank you in advance.
External definition
What does/doesn't work with the external definition?
The device is detected using the external_converter, so at least I got that working 😅
The device doesn't report any data, everything just shows null
The text was updated successfully, but these errors were encountered: