CircuitSetup / Split-Single-Phase-Energy-Meter

Split Single-phase Energy Meter

Home Page:https://www.crowdsupply.com/circuitsetup/split-single-phase-energy-meter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to avoid using Emon software

Rivazinho opened this issue · comments

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.