We did it, boys

Well it has been done.  110F has been broken

 bbb_hvac=> select * from data.home_data where attic_temp = (select max(attic_temp) as attic_max from data.home_data) order by time_stamp desc;
 row_id  |         time_stamp         | ac_compressor | ahu_fan | ahu_heater | ahu_return_temp | ahu_supply_temp | attic_temp | space_1_rh | space_1_temp | outdoor_temp | outdoor_rh 
---------+----------------------------+---------------+---------+------------+-----------------+-----------------+------------+------------+--------------+--------------+------------
 8725659 | 2020-07-12 17:09:10.715058 | t             | t       | f          |         73.6723 |         57.9939 |    113.597 |    57.2703 |      71.1624 |         94.1 |    59.5273
 8724770 | 2020-07-12 16:53:35.177922 | t             | t       | f          |          73.844 |         58.3372 |    113.597 |    56.8888 |      71.2737 |      95.7594 |    54.8861
 8724576 | 2020-07-12 16:50:10.804162 | t             | t       | f          |          73.844 |         58.3372 |    113.597 |    57.0478 |      71.1147 |        96.16 |    55.2676
 8724285 | 2020-07-12 16:45:04.714955 | t             | t       | f          |         73.9012 |         58.3372 |    113.597 |    57.5564 |      71.1783 |      96.8466 |    55.7444
(4 rows)

 

Leave a Reply