Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor omnistat fixes. #638

Merged
merged 1 commit into from
Oct 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/support/hai-omnistat/omnistat.pl
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@
Omnistat::omnistat_log(
"$omniname[$omnistat] Omnistat: replace the filter", 0 );

# reset the timer to 6 months
$omnistat[$omnistat]->set_filter_reminder(180);
# reset the timer to 30 days of runtime (59 max)
$omnistat[$omnistat]->set_filter_reminder(30);
}
else {
Omnistat::omnistat_log(
Expand Down
2 changes: 2 additions & 0 deletions lib/Omnistat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ RC-112 34
RC-120 48
RC-121 49
RC-122 50
RC-1000: 110
RC-2000: 120

Outside Temperature: writing to the outside temperature register will cause the thermostat to display the
outside temperature every 4 seconds. The thermostat will stop displaying the outside temperature if this
Expand Down