issue with He auto fill when external levelmeter is used

needed also a fix in CCU4 firmware (new Version 8.3)
This commit is contained in:
2023-09-12 10:46:49 +02:00
parent 681989cdbf
commit 87c7a791f5
3 changed files with 7 additions and 1 deletions

View File

@@ -143,6 +143,9 @@ proc ccu4ext::fillExt {type} {
} else {
set valve [sctval /cc/hv]
set auto [sctval /cc/ha]
if {[sctval /cc/hav] != 2} { # must be on 2=ext
hset /cc/hav 2
}
}
set errtxt ""
set sm [expr [DoubleTime] > [silent 0 sct change_time] + 10]