From 523e9286fe386fafce7f0bcba461bfedf6b967ba Mon Sep 17 00:00:00 2001 From: Hans IJntema Date: Sun, 5 Feb 2023 15:25:39 +0100 Subject: [PATCH] 1.0.2 --- README.md | 4 ++-- telegraf-kamstrup-heatmeters.conf | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d823d1d..5f36ab7 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ MQTT client/parser for Kamstrup Multical family of heat/energy meters. - Tested with Kamstrup Multical 601 (not mounted in heating system, 0 flow, 0 power) - Not all registers are implemented (eg the MAX value registers are ignored) - Supports multiple Kamstrup meters on one single MBUS (Meterbus) -- Note: MBUS/Meterbus is not the same as MODBUS; You do need a MBUS adapater, MODBUS adapter will not work +- Note: MBUS/Meterbus is not the same as MODBUS; You do need a MBUS adapter, MODBUS adapter will not work - Timestamps (used for influxdb) are generated with 1sec accuracy - All connected meters are read in a single sequential burst @@ -31,7 +31,7 @@ to test & inspect MQTT messages Tested under Linux; there is no reason why it does not work under Windows. ## InfluxDB -* Use `telegraf-kamstrup-powermeters.conf` as Telegraf configuration file to get kamstrup MQTT data into InfluxDB (version 1.x) +* Use `telegraf-kamstrup-powermeters.conf` as Telegraf configuration file to get kamstrup MQTT data into InfluxDB ## Licence GPL v3 diff --git a/telegraf-kamstrup-heatmeters.conf b/telegraf-kamstrup-heatmeters.conf index 2ad4d20..504a7bb 100755 --- a/telegraf-kamstrup-heatmeters.conf +++ b/telegraf-kamstrup-heatmeters.conf @@ -1,5 +1,5 @@ # Configuration file for Telegraf, -# Take care that the Kamstrup MQTT data is passed on via Telegraf to InfluxDB (version 1.8) +# Take care that the Kamstrup MQTT data is passed on via Telegraf to InfluxDB (v1 and v2) # Kamstrup heat/energy meter [[inputs.mqtt_consumer]] @@ -52,6 +52,7 @@ P_Ea = "uint" +# InfluxDB v1 [[outputs.influxdb]] urls = ["http://influxdb:8086"] database = "kamstrup" # required