17 lines
328 B
INI
Raw Normal View History

2021-02-10 12:04:21 +01:00
// influxUser = "";
// influxPass = "";
2021-02-09 18:32:58 +01:00
influxServer = "127.0.0.1";
influxPort = 8086;
influxDatabase = "smarthome2";
influxMeasurement = "mainsfrequency";
2021-02-10 11:12:02 +01:00
receivePort = 20169;
2021-02-10 17:23:59 +01:00
devices = (
{
deviceId = "MainsCnt01";
2021-02-09 19:17:14 +01:00
sharedSecret = "Uj6*uKDp@8Kvfa4g5eRMLUfVsSuqjxW";
2021-02-10 16:28:19 +01:00
location = "Essen_DE";
2021-02-10 17:30:14 +01:00
}
2021-02-10 17:23:59 +01:00
);