mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 04:11:34 +01:00
109 lines
3.1 KiB
Plaintext
109 lines
3.1 KiB
Plaintext
[plot]
|
|
plot_humidity = yes
|
|
plot_temperatur = yes
|
|
plot_dewcels = no
|
|
show_avg = yes
|
|
show_min = yes
|
|
show_max = yes
|
|
|
|
humidity_critical = 55
|
|
humidity_warning = 50
|
|
acceptable_temp_low = 18
|
|
acceptable_temp_high = 22
|
|
target_temperatur = 20
|
|
|
|
temperatur_plot_name = Innenlufttemperatur
|
|
humidity_plot_name = rel. Luftfeuchtigkeit
|
|
temperatur_outside_plot_name = Außenlufttemperatur
|
|
humidity_outside_plot_name = rel. (a) Luftfeuchtigkeit
|
|
dewcels_plot_name = Taupunkt
|
|
y_label = Temp./r.L.
|
|
x_label = Datum/Uhrzeit
|
|
|
|
font = calibri
|
|
image_rotation = 90
|
|
xticks_label_degree = 45
|
|
|
|
timeformat_x_axis = '$d.$m, $H:$M'
|
|
|
|
global_text_size = 10
|
|
xticks_font_size = 10
|
|
yticks_font_size = 10
|
|
legend_font_size = 8
|
|
label_font_size = 8
|
|
|
|
legend_location = upper right
|
|
transparent_background = no
|
|
acceptable_x_intervals = 1m,5m,10m,30m,1h,2h,4h,6h
|
|
name_of_plot = None
|
|
|
|
empty_space_above_plot = 10
|
|
yaxis_minnimum_hight = 95
|
|
yaxis_start_value = 0
|
|
yaxis_force_start_value = False
|
|
|
|
cap_values_at_99 = True
|
|
|
|
humidity_crit_alpha = 0.35
|
|
humidity_warning_alpha = 0.35
|
|
acceptable_temp_alpha = 0.20
|
|
|
|
humidity_crit_color = red
|
|
humidity_warning_color = yellow
|
|
acceptable_temp_color = blue
|
|
|
|
humidity_color = red
|
|
temperatur_color = blue
|
|
dewcels_color = green
|
|
temperatur_outside_color = #339966
|
|
humidity_outside_color = magenta
|
|
|
|
plot_line_width = 0.5
|
|
plot_line_style = solid
|
|
|
|
hline_draw_lines = True
|
|
hline_line_style = --
|
|
hline_line_width = 0.5
|
|
|
|
grid_line_style = :
|
|
grid_line_width = 0.15
|
|
grid_line_color = black
|
|
|
|
raster = True
|
|
draw_thresholds = True
|
|
|
|
y_tick_interval = 5
|
|
raster_hline_prefered_interval = 5
|
|
prefered_total_xticks = 24
|
|
major_line_width = 0.5
|
|
minor_xticks_per_major = 5
|
|
raster_minimum_hlines = 10
|
|
|
|
add_hours_to_input = 1
|
|
add_x_labels_at_end = 1
|
|
|
|
outside_data_url = "http://umweltdaten.nuernberg.de/csv/wetterdaten/messstation-nuernberg-flugfeld/archiv/csv-export/SUN/nuernberg-flugfeld/{dtype}/individuell/{fromDate}/{toDate}/export.csv"
|
|
dtype_temperatur = "lufttemperatur-aussen"
|
|
dtype_humidity = "luftfeuchte"
|
|
nff_url_timeformat = "%%d.%%m.%%Y"
|
|
nff_input_timeformat = "%%d.%%m.%%Y %%H:%%M"
|
|
|
|
plot_temperatur_key = TEMP
|
|
plot_humidity_key = HUMIDITY
|
|
plot_dewcels_key = TAU_P
|
|
plot_outside_temperatur_key = O_TEMP
|
|
plot_outside_humidity_key = O_HUMIDITY
|
|
always_allow_days_as_xticks = yes
|
|
language = DE
|
|
aspect_ratio = A4
|
|
use_gui_backend = Agg
|
|
enable_multicore_support = False
|
|
outfile_resolution_in_dpi = 250
|
|
combine_data_points = 1
|
|
cache_dir = "./cache/"
|
|
fig_x_height_inches = 12100
|
|
fig_y_height_inches = 8075
|
|
default_target_dir = UseSourceDir
|
|
default_source_dir = "."
|
|
dwd_dir = "./dwd/"
|