A small project to read my blinking power meter using a ESP8266 (nodeMCU).
The ESP watches the LED for blinks and reports them to a web service running on my server. The server stores the blinks and offers a web site to query the data.
Contains the code for an ESP8266 based sensor and a web service for data collection
C#Apache-2.0