issue #804 - addition
This commit is contained in:
@@ -833,7 +833,8 @@ class ThermostatOverClimate(BaseThermostat[UnderlyingClimate]):
|
|||||||
and under.last_sent_temperature is not None
|
and under.last_sent_temperature is not None
|
||||||
):
|
):
|
||||||
_LOGGER.debug(
|
_LOGGER.debug(
|
||||||
"Do temperature check. under.last_sent_temperature is %s, new_target_temp is %s",
|
"%s - Do temperature check. under.last_sent_temperature is %s, new_target_temp is %s",
|
||||||
|
self,
|
||||||
under.last_sent_temperature,
|
under.last_sent_temperature,
|
||||||
new_target_temp,
|
new_target_temp,
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -256,8 +256,11 @@ class ThermostatOverClimateValve(ThermostatOverClimate):
|
|||||||
)
|
)
|
||||||
|
|
||||||
self._last_regulation_change = self.now
|
self._last_regulation_change = self.now
|
||||||
|
self.reset_last_change_time_from_vtherm()
|
||||||
|
|
||||||
_LOGGER.debug("%s - last_regulation_change is now: %s", self, self._last_regulation_change)
|
_LOGGER.debug(
|
||||||
|
"%s - last_regulation_change is now: %s and last_change_from_vtherm is now: %s", self, self._last_regulation_change, self._last_change_time_from_vtherm
|
||||||
|
) # pylint: disable=protected-access
|
||||||
|
|
||||||
for under in self._underlyings_valve_regulation:
|
for under in self._underlyings_valve_regulation:
|
||||||
await under.set_valve_open_percent()
|
await under.set_valve_open_percent()
|
||||||
|
|||||||
Reference in New Issue
Block a user