For those who are into this to an obsessive degree, here's a screen shoy of a page that I built to help plan fires. It automatically fetches NOAA forecast data (temp, wind, and cloud cover) in three hour increments for the next 48 hours.
It then applies a wind chill correction based on an analysis of my history - it adds a degree day for every 5 mph of wind speed. Degree days are based on 60 degrees, not 65.
Then, it averages the degree days for the next two 24 hour periods and calculates the heat load. My heat load is a constant 45000 BTU per day (DHW), and a variable amount based on degree days. The formula is:
Heat load = degree days * 8900 + 45000
Then, it calculates the burn time required based on 52,000 BTU/hr - a fair estimate of the EKO 25 average over the course of a fire.
Eventually I'll have it take into account the heat left in storage, and I'll integrate it with my control panel (picture below).
It then applies a wind chill correction based on an analysis of my history - it adds a degree day for every 5 mph of wind speed. Degree days are based on 60 degrees, not 65.
Then, it averages the degree days for the next two 24 hour periods and calculates the heat load. My heat load is a constant 45000 BTU per day (DHW), and a variable amount based on degree days. The formula is:
Heat load = degree days * 8900 + 45000
Then, it calculates the burn time required based on 52,000 BTU/hr - a fair estimate of the EKO 25 average over the course of a fire.
Eventually I'll have it take into account the heat left in storage, and I'll integrate it with my control panel (picture below).