Task #910
Feature #898: Thermostat dashboard
Add wind-chill to HVAC cycle time-chart
100%
History
#1 Updated by Luke Murphey about 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 70
#2 Updated by Luke Murphey about 10 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 about 10 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")
#4 Updated by Luke Murphey about 10 years ago
#5 Updated by Luke Murphey about 10 years ago
#6 Updated by Luke Murphey about 10 years ago
Here is a dump of the GeoPlanet data:
https://sunpig.com/martin/2011/05/22/how-to-load-yahoo-geoplanet-data-into-a-postgresql-database/
#7 Updated by Luke Murphey about 10 years ago
Some nice woeid lookup sites:
#8 Updated by Luke Murphey about 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 70 to 100