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 adding entities for domain climate with platform multizone_thermostat #1

Closed vindaalex closed 2 years ago

vindaalex commented 3 years ago

`

Logger: homeassistant.components.climate Source: core.py:1428 Integration: Klimaat (documentation, issues) First occurred: 13:03:12 (2 occurrences) Last logged: 13:03:12

Error adding entities for domain climate with platform multizone_thermostat
Error while setting up multizone_thermostat platform for climate

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 364, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 558, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 580, in add_to_platform_finish await self.async_added_to_hass() File "/config/custom_components/multizone_thermostat/climate.py", line 757, in async_added_to_hass await self.async_set_hvac_mode(old_hvac_mode, init=True) File "/config/custom_components/multizone_thermostat/climate.py", line 915, in async_set_hvac_mode await self._async_switch_turn_off(hvac_def=key) File "/config/custom_components/multizone_thermostat/climate.py", line 1509, in _async_switch_turn_off await self.hass.services.async_call( File "/usr/src/homeassistant/homeassistant/core.py", line 1428, in async_call raise ServiceNotFound(domain, service) from None homeassistant.exceptions.ServiceNotFound: Unable to find service input_number.set_value `