You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Prepare SQL statement to select last 24 data entries
$sql = "SELECT avg(weather_value) as weather_value FROM weather_data WHERE created_at >= NOW() - INTERVAL 24 HOUR and weather_key = 'rainfal_01hracc'";