jmontamat wrote: ↑Thu Jul 08, 2021 3:25 pm
Hi Bran, you could include the values of humidity Month Year, for the future include it in humidityalmanac2.php
". $meteobridgeapi[167].", ". $meteobridgeapi[169]."
Thanks.
Josep its sitting there awaiting use for new charts see GITHUB.however no one has any month year humidity data to populate charts at present hence no chart file release but its there in the end of day file .releasing new chart data for year charts half way through the year doesn't make sense its probably better to release at beginning of year. also how to interpret these into year charts page where many have air quality sensors some have three aq sensors !! so needs some additional code in year charts page on month page . but as above Bart mentions its not worth throwing additional time into the current charts, soon it would be redundant .
# CREATED FOR Aurora MKII version
#
https://weather34.com/homeweatherstation/index.html
# Creates and adds month and year csv data
# Updated Release: Revised July 2021
#
#
https://www.weather34.com
#######################################################
//position numbers for charts
//0 (date-month-0)),
//1 MAX(yesterday Temp-1-$meteobridgeapi[82])
//2 MIN(yesterday Temp-2-$meteobridgeapi[84])
//3 MAX(yesterday Dewpoint-3-$meteobridgeapi[52])
//4 MIN(yesterday Dewpoint-4-$meteobridgeapi[120])
// 5 TOTAL(yesterday Rain total-5-$meteobridgeapi[100])
// 6 MAX(yesterday Windspeed-6-$meteobridgeapi[94])
// 7 AVG(yesterday WindSpeed-7-$meteobridgeapi[123])
// 8 not currently used $meteobridgeapi[--] * reserved for future
// 9 MAX(yesterday Barometer-9-$meteobridgeapi[135])
// 10 MIN(yesterday Barometer-10-$meteobridgeapi[137])
//11 Max( yesterday UV-11-$meteobridgeapi[114])
//12 Max( yesterday SOLAR-12-$meteobridgeapi[107])
//13 Purple Air(13-$aqiweather["aqi24h"]) *if yes
//14 AIRQ 24H(14-$meteobridgeapi[184]) * Davis Airlink
//15 yesterday Wind DIRECTION average (15-$meteobridgeapi[171])
//16 yesterday Max Humidity (16-$meteobridgeapi[167])
//17 yesterday Min Humidity (17-$meteobridgeapi[169])