EasyPower
1.0.0
EasyPower is a simple power meter powered by ESPHome.

That's all!

With the power of ESPHome, we can build and upload firmware to mcu with just one line of command:
esphome upload easypower.yamlIf you need monitor the data trends, you should set Wi-Fi and MQTT broker information first in secrets.yaml:
wifi_ssid: ""
wifi_password: ""
mqtt_broker: ""Finally, you can connect the load device which want to be measured, for example a NodeMCU:

You can use MQTT Explorer to monitor data trends across measurements, just selecting the topic easypower/metrics, then using "Add to chart panel" in the Value panel, aha, a data trend chart apperaed:

MIT