vindaalex / multizone-thermostat

This is a home assistant custom component. It is a thermostat including various control options, such as: on-off, PID, weather controlled. The thermostat can be used in stand-alone mode or as zoned heating (master- satellites).
33 stars 6 forks source link

Error doing job: Task exception was never retrieved #2

Closed vindaalex closed 2 years ago

vindaalex commented 3 years ago

`

Logger: homeassistant Source: custom_components/multizone_thermostat/climate.py:1617 Integration: multizone_thermostat (documentation) First occurred: 13:03:12 (1 occurrences) Last logged: 13:03:12 Error doing job: Task exception was never retrieved

Traceback (most recent call last): File "/config/custom_components/multizone_thermostat/climate.py", line 1055, in _async_sensor_temperature_changed await self._async_update_current_temp(new_state.state) File "/config/custom_components/multizone_thermostat/climate.py", line 1265, in _async_update_current_temp self.async_write_ha_state() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 334, in async_write_ha_state self._async_write_ha_state() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 365, in _async_write_ha_state attr = self.capability_attributes File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 192, in capability_attributes self.hass, self.min_temp, self.temperature_unit, self.precision File "/config/custom_components/multizone_thermostat/climate.py", line 1617, in min_temp if self._hvac_on.is_master_mode: AttributeError: 'NoneType' object has no attribute 'is_master_mode'

`