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

Rear AC alarm false triggers #1

Open
patricktokeeffe opened this issue May 24, 2022 · 0 comments
Open

Rear AC alarm false triggers #1

patricktokeeffe opened this issue May 24, 2022 · 0 comments

Comments

@patricktokeeffe
Copy link
Member

Current approach for detecting AC freeze-ups only works for summer. During winter/spring/fall there are false alarms when the AC is not running at all

    If (rear_AC_T < 19) Then
      prog_status = "WARNING rear AC setpoint too low"
    ElseIf (rear_AC_T < 15) Then
      prog_status = "ALARM rear AC at freeze risk"
    Else
      prog_status = "OKAY"
    EndIf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant