Initial commit

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2022-11-09 08:57:56 +01:00
commit 6d9b0da10a
11 changed files with 461 additions and 0 deletions

9
config/config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"rtu_address": 1,
"sample_rate": 10,
"modbus_host": "wels.local",
"modbus_port": 502,
"influxdb_host": "barsch.local",
"influxdb_port": 8086,
"influxdb_token": ""
}