Project

General

Profile

Feature #1681

Extract thermostat status

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

Status:
New
Priority:
Normal
Assignee:
Target version:
-
Start date:
01/14/2017
Due date:
% Done:

0%


status_flag.xlsx (17.9 KB) Luke Murphey, 01/15/2017 08:37 PM

History

#4 Updated by Luke Murphey over 7 years ago

This search extracts the mode and status_flag:

sourcetype=insteon_plm cmd1=2e extended=1 data=01* ((category=5 subcategory=b) OR (category=3 subcategory=37)) `extract_thermostat_data_ex` | eval mode_raw=tonumber(substr(data,11, 2),16) |  eval sys_mode=floor(mode_raw/16)  | eval mode_raw_str=substr(data,11, 2) | eval fan_mode=mode_raw%16 | eval status_flag_str=substr(data,21, 2) | eval status_flag=tonumber(status_flag_str, 16)

#5 Updated by Luke Murphey over 7 years ago

The thermostat had a status flag of 96 (110000) when off and a status flag of 66 (010010) when heating.

#6 Updated by Luke Murphey over 7 years ago

Also available in: Atom PDF