2021-02-10 12:04:21 +01:00
|
|
|
// influxUser = "";
|
|
|
|
// influxPass = "";
|
2021-02-10 17:58:48 +01:00
|
|
|
influxServer = "172.16.10.16";
|
2021-02-09 18:32:58 +01:00
|
|
|
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-10 18:02:34 +01:00
|
|
|
// sharedSecret must have exactly 31 characters
|
2021-02-09 19:17:14 +01:00
|
|
|
sharedSecret = "Uj6*uKDp@8Kvfa4g5eRMLUfVsSuqjxW";
|
2021-02-10 18:02:34 +01:00
|
|
|
// location must neither contains spaces nor commas or any other URL-special characters
|
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
|
|
|
);
|