Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans IJntema committed Feb 5, 2023
1 parent 56b07aa commit 523e928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion telegraf-kamstrup-heatmeters.conf
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down Expand Up @@ -52,6 +52,7 @@
P_Ea = "uint"


# InfluxDB v1
[[outputs.influxdb]]
urls = ["http://influxdb:8086"]
database = "kamstrup" # required
Expand Down

0 comments on commit 523e928

Please sign in to comment.