jorgeassuncao / MAID-EM

The MAID - Energy Monitor is an energy monitor based on a ESP8266 board that uses the XTM18S (or compatible) single phase energy meter to get energy readings. The energy monitor is MQTT enabled and sends readings for power (W), consumption (kWh) and accumulated consumption (kWh), and with a couple tricks you can also get apparent power (kVA) and current (A).
GNU General Public License v3.0
8 stars 5 forks source link

Multiple energy meters on single ESP8266? #1

Closed balk77 closed 5 years ago

balk77 commented 6 years ago

Hi, does MAID-EM support connecting multiple energy meters simultaneously to a single ESP8266?

jorgeassuncao commented 6 years ago

Not at the moment but it could support it with a total code change. And i'm not planning that at the moment because of time constrains.

balk77 commented 6 years ago

Okay, clear answer. Thanks for the effort you've put into this project! I'll stick to multiple esp boards.