change outTemp condition for shading out
This commit is contained in:
parent
ac818f6250
commit
6ab65372d2
@ -2465,7 +2465,7 @@ sub ShadingProcessing {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
(
|
(
|
||||||
$outTemp < $shutters->getShadingMinOutsideTemperature - 3
|
$outTemp < $shutters->getShadingMinOutsideTemperature - 4
|
||||||
|| $azimuth < $azimuthLeft
|
|| $azimuth < $azimuthLeft
|
||||||
|| $azimuth > $azimuthRight
|
|| $azimuth > $azimuthRight
|
||||||
|| !$shutters->getIsDay
|
|| !$shutters->getIsDay
|
||||||
@ -2490,7 +2490,7 @@ sub ShadingProcessing {
|
|||||||
|| $elevation < $shutters->getShadingMinElevation
|
|| $elevation < $shutters->getShadingMinElevation
|
||||||
|| $elevation > $shutters->getShadingMaxElevation
|
|| $elevation > $shutters->getShadingMaxElevation
|
||||||
|| $brightness < $shutters->getShadingStateChangeCloudy
|
|| $brightness < $shutters->getShadingStateChangeCloudy
|
||||||
|| $outTemp < $shutters->getShadingMinOutsideTemperature )
|
|| $outTemp < $shutters->getShadingMinOutsideTemperature - 1 )
|
||||||
{
|
{
|
||||||
$shutters->setShadingStatus('out reserved')
|
$shutters->setShadingStatus('out reserved')
|
||||||
if ( $shutters->getShadingStatus eq 'in'
|
if ( $shutters->getShadingStatus eq 'in'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user