Wolfgang Hottgenroth e2dde9cad9 fix config
2021-02-10 17:30:14 +01:00

17 lines
328 B
INI

// influxUser = "";
// influxPass = "";
influxServer = "127.0.0.1";
influxPort = 8086;
influxDatabase = "smarthome2";
influxMeasurement = "mainsfrequency";
receivePort = 20169;
devices = (
{
deviceId = "MainsCnt01";
sharedSecret = "Uj6*uKDp@8Kvfa4g5eRMLUfVsSuqjxW";
location = "Essen_DE";
}
);