Project

General

Profile

Task #910

Feature #898: Thermostat dashboard

Add wind-chill to HVAC cycle time-chart

Added by Luke Murphey over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
11/23/2014
Due date:
% Done:

100%

History

#1 Updated by Luke Murphey over 9 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 70

#2 Updated by Luke Murphey over 9 years ago

This search seems to work:

sourcetype=insteon_plm category=5 `get_command_info` | search command="*Heat*" | transaction endswith="cmd1=13" startswith="cmd1=11" | eval heating_minutes=duration/60 | timechart sum(heating_minutes) as heating_minutes | append [search sourcetype=weather_info | fields - _raw | fields wind_chill ] | timechart sum(heating_minutes) as heating_minutes avg(wind_chill) as wind_chill

#3 Updated by Luke Murphey over 9 years ago

Might want to start using the text to find places easier. Like this:

select * from weather.forecast where woeid in (select woeid from geo.places(1) where text="greenland")

#8 Updated by Luke Murphey over 9 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 70 to 100

Also available in: Atom PDF