2020-05-30 16:06:38 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:30 2020-05-30 16:07:06 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139951834945616] 'CozytouchHeater' object has no attribute 'set_targeting_mode' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service connection.context(msg), File "/usr/src/homeassistant/homeassistant/core.py", line 1253, in async_call task.result() File "/usr/src/homeassistant/homeassistant/core.py", line 1288, in _execute_service await handler.func(service_call) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service self._platforms.values(), func, call, required_features File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 454, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 597, in async_request_call await coro File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 485, in _handle_entity_call await result File "/config/custom_components/cozytouch/climate.py", line 517, in async_set_hvac_mode await self.heater.set_targeting_mode(ModeState.OFF) AttributeError: 'CozytouchHeater' object has no attribute 'set_targeting_mode' 2020-05-30 16:07:54 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139951828392272] 'CozytouchHeater' object has no attribute 'set_targeting_mode' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service connection.context(msg), File "/usr/src/homeassistant/homeassistant/core.py", line 1253, in async_call task.result() File "/usr/src/homeassistant/homeassistant/core.py", line 1288, in _execute_service await handler.func(service_call) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service self._platforms.values(), func, call, required_features File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 454, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 597, in async_request_call await coro File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 485, in _handle_entity_call await result File "/config/custom_components/cozytouch/climate.py", line 519, in async_set_hvac_mode await self.heater.set_targeting_mode(ModeState.HEATING) AttributeError: 'CozytouchHeater' object has no attribute 'set_targeting_mode' 2020-05-30 16:10:06 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139951831851792] Unsupported command setComfortTemperature Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service connection.context(msg), File "/usr/src/homeassistant/homeassistant/core.py", line 1253, in async_call task.result() File "/usr/src/homeassistant/homeassistant/core.py", line 1288, in _execute_service await handler.func(service_call) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service self._platforms.values(), func, call, required_features File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 454, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 597, in async_request_call await coro File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 485, in _handle_entity_call await result File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 536, in async_service_temperature_set await entity.async_set_temperature(**kwargs) File "/config/custom_components/cozytouch/climate.py", line 501, in async_set_temperature kwargs[const.ATTR_TARGET_TEMP_HIGH] File "/usr/local/lib/python3.7/site-packages/cozytouchpy/objects/heater.py", line 277, in set_comfort_temperature await self.set_mode(mode_state, actions) File "/usr/local/lib/python3.7/site-packages/cozytouchpy/objects/device.py", line 90, in set_mode raise CozytouchException("Unsupported command %s" % act["action"]) cozytouchpy.exception.CozytouchException: Unsupported command setComfortTemperature 2020-05-30 16:10:13 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139951831851792] Unsupported command setComfortTemperature Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service connection.context(msg), File "/usr/src/homeassistant/homeassistant/core.py", line 1253, in async_call task.result() File "/usr/src/homeassistant/homeassistant/core.py", line 1288, in _execute_service await handler.func(service_call) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service self._platforms.values(), func, call, required_features File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 454, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 597, in async_request_call await coro File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 485, in _handle_entity_call await result File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 536, in async_service_temperature_set await entity.async_set_temperature(**kwargs) File "/config/custom_components/cozytouch/climate.py", line 501, in async_set_temperature kwargs[const.ATTR_TARGET_TEMP_HIGH] File "/usr/local/lib/python3.7/site-packages/cozytouchpy/objects/heater.py", line 277, in set_comfort_temperature await self.set_mode(mode_state, actions) File "/usr/local/lib/python3.7/site-packages/cozytouchpy/objects/device.py", line 90, in set_mode raise CozytouchException("Unsupported command %s" % act["action"]) cozytouchpy.exception.CozytouchException: Unsupported command setComfortTemperature 2020-05-30 16:10:13 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139951831851792] Unsupported command setComfortTemperature Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service connection.context(msg), File "/usr/src/homeassistant/homeassistant/core.py", line 1253, in async_call task.result() File "/usr/src/homeassistant/homeassistant/core.py", line 1288, in _execute_service await handler.func(service_call) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service self._platforms.values(), func, call, required_features File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 454, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 597, in async_request_call await coro File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 485, in _handle_entity_call await result File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 536, in async_service_temperature_set await entity.async_set_temperature(**kwargs) File "/config/custom_components/cozytouch/climate.py", line 501, in async_set_temperature kwargs[const.ATTR_TARGET_TEMP_HIGH] File "/usr/local/lib/python3.7/site-packages/cozytouchpy/objects/heater.py", line 277, in set_comfort_temperature await self.set_mode(mode_state, actions) File "/usr/local/lib/python3.7/site-packages/cozytouchpy/objects/device.py", line 90, in set_mode raise CozytouchException("Unsupported command %s" % act["action"]) cozytouchpy.exception.CozytouchException: Unsupported command setComfortTemperature 2020-05-30 16:10:31 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139951831851792] Unsupported command setOperatingMode Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service connection.context(msg), File "/usr/src/homeassistant/homeassistant/core.py", line 1253, in async_call task.result() File "/usr/src/homeassistant/homeassistant/core.py", line 1288, in _execute_service await handler.func(service_call) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service self._platforms.values(), func, call, required_features File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 454, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 597, in async_request_call await coro File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 485, in _handle_entity_call await result File "/config/custom_components/cozytouch/climate.py", line 525, in async_set_preset_mode await self.heater.set_operating_mode(preset_mode.lower()) File "/usr/local/lib/python3.7/site-packages/cozytouchpy/objects/heater.py", line 193, in set_operating_mode await self.set_mode(mode_state, actions) File "/usr/local/lib/python3.7/site-packages/cozytouchpy/objects/device.py", line 90, in set_mode raise CozytouchException("Unsupported command %s" % act["action"]) cozytouchpy.exception.CozytouchException: Unsupported command setOperatingMode