diff --git a/_graph_templates/24hrs.png.xml b/_graph_templates/24hrs.png.xml index d332553..d6a694d 100644 --- a/_graph_templates/24hrs.png.xml +++ b/_graph_templates/24hrs.png.xml @@ -6,53 +6,8 @@ 2 %H%M - - -20, 40 - raw - - 1 - Temperatur (℃) - data['temp_out'] - - - 3 - dew_point(data['temp_out'], data['hum_out']) - Taupunkt (℃) - - - - Windgeschwindigkeit (km/h) - 0, 30 - raw - - 4 - data['wind_gust'] * 3.6 - Boe - - - 3 - data['wind_ave'] * 3.6 - durchschn. - - - - 0, 5 - hourly - - 5 - - data['idx'].replace(minute=30, second=0) - data['rain'] - Tägl. Regenfall (mm) - - - - hourly - - 2 - data['rel_pressure'] - Luftdruck (hPa) - - 960, 1050 - + + + + diff --git a/_graph_templates/24hrs.svg.xml b/_graph_templates/24hrs.svg.xml index 07c2fee..c4a380b 100644 --- a/_graph_templates/24hrs.svg.xml +++ b/_graph_templates/24hrs.svg.xml @@ -6,54 +6,8 @@ 2 %H%M - - -20, 40 - ytics - raw - - 1 - Temperatur (℃) - data['temp_out'] - - - 3 - dew_point(data['temp_out'], data['hum_out']) - Taupunkt (℃) - - - - Windgeschwindigkeit (km/h) - 0, 30 - raw - - 4 - data['wind_gust'] * 3.6 - Boe - - - 3 - data['wind_ave'] * 3.6 - durchschn. - - - - 0, 5 - hourly - - rgb "#2196F3" - - data['idx'].replace(minute=30, second=0) - data['rain'] - Tägl. Regenfall (mm) - - - - hourly - - 2 - data['rel_pressure'] - Luftdruck (hPa) - - 960, 1050 - + + + + diff --git a/_graph_templates/includes/hourly_press_line.xml b/_graph_templates/includes/hourly_press_line.xml new file mode 100644 index 0000000..607e93b --- /dev/null +++ b/_graph_templates/includes/hourly_press_line.xml @@ -0,0 +1,10 @@ + + + hourly + + 2 + data['rel_pressure'] + Luftdruck (hPa) + + 960, 1050 + diff --git a/_graph_templates/includes/hourly_rain_bar.xml b/_graph_templates/includes/hourly_rain_bar.xml new file mode 100644 index 0000000..5e7ab9c --- /dev/null +++ b/_graph_templates/includes/hourly_rain_bar.xml @@ -0,0 +1,12 @@ + + + 0, 5 + hourly + + rgb "#2196F3" + + data['idx'].replace(minute=30, second=0) + data['rain'] + Tägl. Regenfall (mm) + + diff --git a/_graph_templates/includes/raw_temp_dew_line.xml b/_graph_templates/includes/raw_temp_dew_line.xml new file mode 100644 index 0000000..d34083a --- /dev/null +++ b/_graph_templates/includes/raw_temp_dew_line.xml @@ -0,0 +1,16 @@ + + + -20, 40 + ytics + raw + + 1 + Temperatur (℃) + data['temp_out'] + + + 3 + dew_point(data['temp_out'], data['hum_out']) + Taupunkt (℃) + + diff --git a/_graph_templates/includes/raw_wind_gust_line.xml b/_graph_templates/includes/raw_wind_gust_line.xml new file mode 100644 index 0000000..276e078 --- /dev/null +++ b/_graph_templates/includes/raw_wind_gust_line.xml @@ -0,0 +1,16 @@ + + + Windgeschwindigkeit (km/h) + 0, 30 + raw + + 4 + data['wind_gust'] * 3.6 + Boe + + + 3 + data['wind_ave'] * 3.6 + durchschn. + +