/utility-usage-collector

A service application for collecting utility usage data.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Utility Usage Collector

A service application for collecting utility usage data.

GitHub license

GitHub issues GitHub watchers GitHub stars GitHub forks

npm version Dependency Status devDependency Status

Work in progress

At this moment the application is working properly with the DSMR2.2+ generation of the Landis+Gyr E350 meter. Support for other DSMR versions and meters will follow some day.

Database

The application makes use of InfluxDB for storing the received data. The required database version is at least v0.9.

Please note that the connection config is still hard coded:

  • Host is localhost
  • Default port is used: 8086
  • Default protocol is used: http
  • Database is named utility_usage_db & should be created manually
  • No credentials are used