From 731aeb86fa110c689081532d0d6058a4581728dd Mon Sep 17 00:00:00 2001 From: Roman Bazalevsky Date: Tue, 21 Jan 2020 13:53:13 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D1=80=20=D0=BA?= =?utf8?q?=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8?= =?utf8?q?=D0=B8=20=D0=B4=D0=BB=D1=8F=20LCDd?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config/weathermon.uci | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config/weathermon.uci b/config/weathermon.uci index 3f97040..c8c2e11 100644 --- a/config/weathermon.uci +++ b/config/weathermon.uci @@ -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" -- 2.34.1