2021-02-10 18:02:34 +01:00

19 lines
483 B
INI

// influxUser = "";
// influxPass = "";
influxServer = "172.16.10.16";
influxPort = 8086;
influxDatabase = "smarthome2";
influxMeasurement = "mainsfrequency";
receivePort = 20169;
devices = (
{
deviceId = "MainsCnt01";
// sharedSecret must have exactly 31 characters
sharedSecret = "Uj6*uKDp@8Kvfa4g5eRMLUfVsSuqjxW";
// location must neither contains spaces nor commas or any other URL-special characters
location = "Essen_DE";
}
);