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
plot "< sqlite3 sensors.db \"SELECT date, avg(value) from sensors where date > date('now','-1 months', 'localtime') and name = 'outdoor' group by date;\"" using 1:2 title "outdoor", "< sqlite3 sensors.db \"SELECT date, avg(value) from sensors where date > date('now','-1 months', 'localtime') and name = 'indoor' group by date;\"" using 1:2 title "indoor