Initial commit

This commit is contained in:
tkl
2023-01-13 08:25:44 +01:00
commit 68cb6923c0
9 changed files with 481 additions and 0 deletions

11
config/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"data_storage": "/var/lib/gasmeter/data.json",
"influxdb_host": "localhost",
"influxdb_port": 8086,
"influxdb_token": "",
"trigger_level": 4500.0,
"trigger_hysterese": 100.0,
"step_width": 0.001,
"zustandszahl": 0.9636,
"brennwert_hs": 11.218
}