2020-07-05
My home AC has been operating (fitfully) under the control of my system for a few weeks now. While doing so it has also been logging various parameters at one second intervals. I thought it would be interesting to look at the data. The first question was: what is maximum attic temperature. Since all of the data is in a Postgres database, that’s a very easy question to answer: bbb_hvac=> select max(attic_temp) as temp_f Read more…