Hi -
I am sure the resolution is something fairly simple but probably just missing it. I am running the raspi meteobride version 5.0 and have encountered a non-numeric value error in both the conds.php and the MB-defs.php scripts for the Saratoga templates. Below is an example of one the errant lines in the condo.php script which is in the MB support function - conds_calcHumidex section of the script.
$t=(7.5)*$T/(237.7+$T);
$et=pow(10,$t);
$e=6.112*$et*($H/100);
$humidex=$T+(5/9)*($e-10);
I am running php version 7.1. I also should mention that I do not get this error when running meteobridge on my TL-MR3020 with a very old build, version 3.2.
Hoping someone out in the community can help as I am stumped. I have since switched back to my old meteobridge rig.
Thanks for looking
g