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

Frost Protection but no status #422

Open
pihome-shc opened this issue Nov 1, 2020 · 6 comments
Open

Frost Protection but no status #422

pihome-shc opened this issue Nov 1, 2020 · 6 comments
Labels

Comments

@pihome-shc
Copy link
Owner

i have very strange from this system, i was under the impression if i put frost protection to 0 then system will never go to frost protection mode
boiler.php output

2020-11-01 20:18:26 - Zone: Sensor Reading
2020-11-01 20:18:26 - Zone: Weather Factor     0.5
2020-11-01 20:18:26 - Zone: DeadBand           0.5
2020-11-01 20:18:26 - Zone: Cut In Temperature        -0.5
2020-11-01 20:18:26 - Zone: Cut Out Temperature       0
2020-11-01 20:18:26 - Zone: Mode       21
2020-11-01 20:18:26 - Zone ID: 47
2020-11-01 20:18:26 - Zone: Landing Controller: 103 Controller Child: 1 Zone Status: 1
2020-11-01 20:18:26 - Zone: Landing Start Cause: Frost Protection - Target C:0 Zone C:

no status for frost protection icon

image

@pihome-shc pihome-shc added the bug label Nov 1, 2020
@sandreialexandru
Copy link
Contributor

Based on this issue, the system has no frost protection off mode. It is ilogic to get frost protection at 0° C. At that temperature, the water is already frozen.

@pihome-shc
Copy link
Owner Author

pihome-shc commented Nov 2, 2020 via email

@dvdcut
Copy link
Contributor

dvdcut commented Nov 11, 2020

some times i run into same issue but for me workaround to this is to check last temperature reporting time.

@pihome-shc
Copy link
Owner Author

i think fix is easy, change line 551 in boiler.php
from
if ($zone_c < $frost_c-$zone_sp_deadband){
to
if (($zone_c < $frost_c-$zone_sp_deadband) AND ($frost_c!=0)) {

@dvdcut
Copy link
Contributor

dvdcut commented Nov 18, 2020

i think this should work. the en.php already have information about 0 setting,

@dvdcut
Copy link
Contributor

dvdcut commented Feb 26, 2021

this one is moved to maxair as well, i suggest to commit one line change to old version. (1.77)
pihome-shc/PiHomeHVAC#44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants