Пример конфигурации для LCDd
[weathermon.git] / config / weathermon.uci
index 3f970404acdf46d947b150f1f62f5752434ccaee..c8c2e11ff11b86243417455fe39c99118279d506 100644 (file)
@@ -156,3 +156,27 @@ config params
        list limits "yellow:1100:1500"
        list limits "red:1500:2000"
        list limits "beep:2000:10000"
+
+config internal 'display'
+        option server "localhost"
+        option port 13666
+        option width 20
+        option height 4
+        option columns 1
+        option charwidth 5
+        option charheight 8
+        option title "WeatherMonitor"
+        option graph_duration 20
+
+config display 
+        option title "Weather (BME280)"
+        option duration 40
+        list parameter "BME280:TEMPERATURE:Temperature:C:1:1:5"
+        list parameter "BME280:HUMIDITY:Humidity   :%:1:1:5"
+        list parameter "BME280:PRESSURE:Pressure   :mm:0.75:0:4"
+
+config display
+        option title "Athmosphere"
+        option duration 40
+        list parameter "MHZ19:CO2PPM:CO2      :ppm:1:0:5"
+        list parameter "CCS811:VOCPPB:Gas      :ppb:1:0:5"