It is hoped that the total energy consumption can be monitored in pazm-004t V3
Similar:
uint32_t raw_active_energy = pzem_get_32bit(10);
float active_energy = raw_active_energy / 1000.0f; // max 429496729.5 WH
Describe the problem you have/What new integration you would like
Please describe your use case for this integration and alternatives you've tried:
It is hoped that the total energy consumption can be monitored in pazm-004t V3 Similar: uint32_t raw_active_energy = pzem_get_32bit(10); float active_energy = raw_active_energy / 1000.0f; // max 429496729.5 WH
Describe the problem you have/What new integration you would like
Please describe your use case for this integration and alternatives you've tried:
Additional context