Partial implementation of settings & sensors
This commit is contained in:
11
settings.py
Normal file
11
settings.py
Normal file
@ -0,0 +1,11 @@
|
||||
node_name = "node_mpt_01"
|
||||
|
||||
wifi_ssid = "espnet"
|
||||
wifi_psk = "esp32net"
|
||||
|
||||
influx_token = "5TQvTkulmC6C_EIBE5objHDPROqdUjhCQbqA9pDL2V-D-MDMq8HXmC4azbapB-8O_8stypSGUCdmqpITHaosow=="
|
||||
influx_bucket = "sensornodes"
|
||||
influx_org = "none"
|
||||
influx_url = "https://influx.krumel.moe/api/v2/write?org={org}&bucket={bucket}&precision=s".format(org=influx_org, bucket=influx_bucket)
|
||||
influx_header = "Authoirzation: Token {}".format(influx_token)
|
||||
|
||||
Reference in New Issue
Block a user