Xavier Decuyper
Xavier Decuyper
Could you include `config.h` instead? I want to force people to copy `config.dist.h` and change the variables before the project compiles. Maybe even include that instruction in the README.
A 3-phase system requires 3 separate CT sensors. This should be easy to achieve because the ESP32 has enough ADC inputs. The only thing required is enough input pins for...
Indeed, this is my current problem. I need to add support for a voltage sensor as well. Then the setup would work: - 3 CT clamps for measuring current -...
I've abandoned the idea of creating a custom PCB. Maybe @aleonnet has finished his?
No updates on those fronts, unfortunately.
Yes, the ESP8266 only has 1 ADC channel and you would need 3. There are two options: 1. Switch to an ESP32 which has 18 channels in total (8 +...
In any case, I would advice to use the SCT013-030 (with 0-1V output). The voltage output can easily be measured by any ADC. I believe the easiest solution would be...
Any update on Mountain Duck with support for SMB?
Not at this moment, sorry.
Thanks for your detailed bug report! It took me a while to get around to fixing this. But I did manage to come up with a solution. Try installing v0.6.2....