I wanted to build and test binaries from the hai repo with various
states of changes... I can't tell if the last set of changes broke the
name cache or not, as the buttons don't seem to have names (unless I'm
just going about it wrong).
Anyone able to refresh me how to sync up a checkout to a particular
label? I.e. the equivalent of "svn -rNNNN update ."?
Thanks,
-Philip
I'm away from my machine today but as I recall, you have to first run
the getnames (?) command with a cache file name to save the names to,
and then supply this file name on the command line or in the config file
every time you run hai.
I assume it doesn't fetch them anew every time and uses the cache file
because the getnames command takes a relatively long time to run.
Rick
--
...RickM...
Just noticed that with a HAI 31A00-8 you don't get correct output:
hai> temps
58 : Zone 58 : 36F, 2.0C
59 : Zone 59 : 66F, 19.0C
60 : Zone 60 : 52F, 11.0C
61 : Zone 61 : 55F, 13.0C
hai>
Note Zone 59 should be shown as humidity, not temperature...
Ran some quick tests. Everything else seems to work fine. This looks like a pre-existing bug.
hai> help temps
Format: temps [<start temp>] [<end temp>]
Displays the temps from a set of thermostats and temperature
sensors.
Default is all named. Specify 'all' to include unnamed.
hai> help sensors
Format: sensors [<start sensor>] [<end sensor>]
Displays the status of a set of temperature sensors.
Default is all named. Specify 'all' to include unnamed.
hai> temps all
1 : Main Therm : 76F, 24.5C
2 : Upper Therm : 75F, 24.0C
20 : Outdoor Temp : 22F, -5.5C
hai> sensors all
16 : Zone 16 : Off
Temp: 46F, 8.0C
High: -40F, -40.0C
Low: -40F, -40.0C
20 : Outdoor Temp : Off
Temp: 22F, -5.5C
High: -40F, -40.0C
Low: -40F, -40.0C
hai> temps
1 : Main Therm : 76F, 24.5C
2 : Upper Therm : 75F, 24.0C
20 : Outdoor Temp : 21F, -6.0C
hai> sensors
20 : Outdoor Temp : Off
Temp: 21F, -6.0C
High: -40F, -40.0C
Low: -40F, -40.0C
hai>
Rick
hai> temps all
1 : Main TSTAT : 59F, 15.0C
58 : Outside Temp : 38F, 3.5C
59 : Outside Humidty : 54F, 12.0C
60 : Master Temp : 54F, 12.0C
61 : Kitchen Temp : 56F, 13.5C
hai>
Weather.com is telling me that the current humidity at the airport is 76%, but that's 12 miles away from me... so it's entirely possible that my humidity is different.
Is it really only 13.5C in your kitchen?
Rick