-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.xml
35 lines (35 loc) · 1 KB
/
setup.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<setup>
<id>0001</id>
<readingTime>60</readingTime>
<!-- Re-register time in seconds. 1h = 3600s -->
<registerTime>900</registerTime>
<localReadings>
<count>5</count>
<dbName>local_readings.json</dbName>
<thresholds>
<soilMoisture>0.1</soilMoisture>
<airHumidity>0.1</airHumidity>
<airTemperature>0.01</airTemperature>
</thresholds>
</localReadings>
<soilMoisture>
<pins>0,1</pins>
<lowLimits>22576,23424</lowLimits>
<highLimits>10160,10544</highLimits>
</soilMoisture>
<lightIntensity>
<pin>2</pin>
<lowLimit>176</lowLimit>
<highLimit>4000</highLimit>
</lightIntensity>
<mqtt>
<port>1883</port>
<qos>2</qos>
<auth>on</auth>
<topics>
<data>/collector/data/</data>
<registration>/collector/registration/</registration>
</topics>
</mqtt>
</setup>