inital commit

This commit is contained in:
2024-03-24 20:08:47 +01:00
parent 2e6347214a
commit ec29ab24f0
5 changed files with 230 additions and 1 deletions

12
config.py Normal file
View File

@ -0,0 +1,12 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" Author: Hendrik Schutter, mail@hendrikschutter.com
"""
hostName = "127.0.0.1"
serverPort = 9106
exporter_prefix = "vegapulsair_"
ttn_user = "appid@ttn"
ttn_key = "THE APP API KEY FROM TTN CONSOLE"
ttn_region = "EU1"