CircuitSetup / Split-Single-Phase-Energy-Meter

Split Single-phase Energy Meter
https://www.crowdsupply.com/circuitsetup/split-single-phase-energy-meter
MIT License
261 stars 57 forks source link

How to avoid using Emon software #61

Closed Rivazinho closed 2 years ago

Rivazinho commented 2 years ago

Hi, I purchased this product (Split single phase energy meter + ESP32) a few weeks ago and finally got it configured and running with EmonCMS in a Raspberry Pi 3 B. The problem came when I realised that the data I'm reading can only be sampled (with that software) every 5-10 seconds, and I need it to sample at MCU speed to also store the data in a database.

I feel like open energy software is more a kind of domestic approach while I need an industrial one.

So, can I just program the ESP32 (I saw a few examples here) to just read (and after that store and so on) electric data at MCU rate. Which of the many examples present on this repository fills my need? (If there's any btw).

Thank you in advance for your time.