/prikmeter

ESP8266 (Arduino Core) code to read data from a Dutch smart meter (DSMR) and a Node.js server to receive and process it

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Prikmeter

Prikmeter is a hobby project to fetch and store readings from my electricity meter, a Dutch "smart meter" which follows the DSMR (Dutch Smart Meter Requirements) standard.

The prikmeter consists of three parts:

The firmware is kept as simple as possible, with most of the smart parts living on the server side. In particular, the "telegrams" from the smart meter are uploaded verbatim without so much as checksum verification on the client side. This makes the system easier to debug and easier to upgrade.

The hardware part