X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/3d8af53f1b0fde15ccb2ec381f4f907648f1d35a..731aeb86fa110c689081532d0d6058a4581728dd:/config/weathermon.uci 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"