This commit is contained in:
2022-08-27 11:45:59 +02:00
commit 3f63276da7
7 changed files with 2153 additions and 0 deletions

10
influxdb_config.py Normal file
View File

@@ -0,0 +1,10 @@
# ----------------
# Config file
# ----------------
# Config for the Influxdb-server
influxdb_host = '192.168.1.10'
influxdb_port = 8086
influxdb_user = 'user'
influxdb_password = '123456'
influxdb_dbname = 'frequency'