Не работает включение
Примерно после 4.1.6 перестала работать кнопка вкл/выкл Бризера 4s, а также и в Алису не перекидывается такая возможность. Приходится включать через выставление скорости. А выключать через приложение Tion. Прошу починить
Общая информация
- версия Home Assistant - 2025.7.1:
- способ установки Home Assistant: [ ] venv [x ] Docker [ ] Home Assistant OS
- версия компонента:
- модель бризера: 4s
[ ] в момент проявления проблемы к бризеру никто не подключен [ x] bluetooth в системе работает корректно, действий из WiKi не требуется [ x] проблема не похожа ни на одну из FAQ
Краткое описание
Примерно после 4.1.6 перестала работать кнопка вкл/выкл Бризера s4: Объект fan.tion_breezer_fan_speed не поддерживает действие fan.turn_on. , а также и в Алису не перекидывается такая возможность. Приходится включать через выставление скорости. А выключать через приложение Tion или через выставление скорости 0 в HA. Прошу починить
Debug-log
2025-08-08 22:01:55.008 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140459320563392] Entity fan.tion_breezer_fan_speed does not support action fan.turn_off
2025-08-08 22:20:29.347 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:20:30.826 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:20:46.700 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for instance fan_speed of mode capability of fan.tion_breezer_fan_speed: TionException('_get_data_from_breezer', 'Could not get breezer state') (INTERNAL_ERROR)
2025-08-08 22:22:02.606 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:22:03.881 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:22:26.598 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:22:55.052 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for instance fan_speed of mode capability of fan.tion_breezer_fan_speed: TionException('_get_data_from_breezer', 'Could not get breezer state') (INTERNAL_ERROR)
2025-08-08 22:22:55.054 ERROR (MainThread) [custom_components.yandex_smart_home.cloud] Unexpected exception
Traceback (most recent call last):
File "/config/custom_components/yandex_smart_home/cloud.py", line 95, in async_connect
await self._on_message(msg)
File "/config/custom_components/yandex_smart_home/cloud.py", line 139, in _on_message
await self._ws.send_str(response)
File "/usr/local/lib/python3.13/site-packages/aiohttp/client_ws.py", line 245, in send_str
await self._writer.send_frame(
data.encode("utf-8"), WSMsgType.TEXT, compress=compress
)
File "/usr/local/lib/python3.13/site-packages/aiohttp/_websocket/writer.py", line 126, in send_frame
raise ClientConnectionResetError("Cannot write to closing transport")
aiohttp.client_exceptions.ClientConnectionResetError: Cannot write to closing transport
2025-08-08 22:23:39.198 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:24:48.687 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of climate.tion_breezer: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:24:53.603 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of climate.tion_breezer: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:25:20.300 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for instance program of mode capability of climate.tion_breezer: ValueError('byte must be in range(0, 256)') (INTERNAL_ERROR)
2025-08-08 22:25:45.899 WARNING (MainThread) [custom_components.ha_tion_btle.climate] I'm in boost mode, but current speed 2 is not equal boost speed 6. Dropping boost mode
2025-08-08 22:27:56.503 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:28:03.516 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of climate.tion_breezer: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:28:07.108 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of climate.tion_breezer: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:29:19.095 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for instance fan_speed of mode capability of fan.tion_breezer_fan_speed: TionException('_get_data_from_breezer', 'Could not get breezer state') (INTERNAL_ERROR)
2025-08-08 22:29:19.099 ERROR (MainThread) [custom_components.yandex_smart_home.cloud] Unexpected exception
Traceback (most recent call last):
File "/config/custom_components/yandex_smart_home/cloud.py", line 95, in async_connect
await self._on_message(msg)
File "/config/custom_components/yandex_smart_home/cloud.py", line 139, in _on_message
await self._ws.send_str(response)
File "/usr/local/lib/python3.13/site-packages/aiohttp/client_ws.py", line 245, in send_str
await self._writer.send_frame(
data.encode("utf-8"), WSMsgType.TEXT, compress=compress
)
File "/usr/local/lib/python3.13/site-packages/aiohttp/_websocket/writer.py", line 126, in send_frame
raise ClientConnectionResetError("Cannot write to closing transport")
aiohttp.client_exceptions.ClientConnectionResetError: Cannot write to closing transport
2025-08-08 22:31:51.486 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140649796527392] Entity fan.tion_breezer_fan_speed does not support action fan.turn_off
2025-08-08 22:31:55.133 INFO (MainThread) [custom_components.ha_tion_btle] Need to set: fan_speed=0, state='off'
2025-08-08 22:31:59.292 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140649796527392] Entity fan.tion_breezer_fan_speed does not support action fan.turn_off
2025-08-08 22:32:00.917 INFO (MainThread) [custom_components.ha_tion_btle] Need to set: fan_speed=3, state='on'
2025-08-08 22:32:16.584 INFO (MainThread) [custom_components.ha_tion_btle] Tion instance update started
2025-08-08 22:32:21.294 DEBUG (MainThread) [custom_components.ha_tion_btle] Result is {'state': 'on', 'heater': False, 'heating': 'off', 'sound': 'off', 'mode': 'outside', 'out_temp': 23, 'in_temp': 21, 'heater_temp': 13, 'fan_speed': 3, 'filter_remain': 91, 'time': '22:32', 'request_error_code': 0, 'model': 'S4', 'light': 'on', 'is_on': True, 'is_heating': False, 'rssi': -74}
2025-08-08 22:32:21.294 DEBUG (MainThread) [custom_components.ha_tion_btle] Finished fetching Tion Breezer data in 4.710 seconds (success: True)
Как можно воспроизвети вашу проблему
- нажать "вкл" или "выкл" призер
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#set_default_verify_paths
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 156, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 706, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2034, in _run_once
handle._run()
File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 894, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 660, in async_setup
await self.__async_setup_with_context(hass, integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/meross_cloud/__init__.py", line 419, in async_setup_entry
await meross_coordinator.initial_setup()
File "/config/custom_components/meross_cloud/__init__.py", line 189, in initial_setup
await self._manager.async_device_discovery()
2025-08-08 22:16:19.800 WARNING (ImportExecutor_0) [homeassistant.components.light] The deprecated constant ATTR_COLOR_TEMP was used from meross_cloud. It will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'meross_cloud' custom integration
2025-08-08 22:16:19.807 WARNING (ImportExecutor_0) [homeassistant.components.light] The deprecated constant ATTR_COLOR_TEMP was used from meross_cloud. It will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'meross_cloud' custom integration
2025-08-08 22:16:19.853 WARNING (MainThread) [meross_iot.manager] Found a new device printer (mss210, HW 4.0.0, FW 4.2.9, class: mss210:4.0.0:4.2.9) that has become online while we were offline.
2025-08-08 22:16:19.855 WARNING (MainThread) [meross_iot.manager] Found a new device прихожая (mss510x, HW 4.0.0, FW 4.2.4, class: mss510x:4.0.0:4.2.4) that has become online while we were offline.
2025-08-08 22:20:29.347 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:20:30.826 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:20:46.700 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for instance fan_speed of mode capability of fan.tion_breezer_fan_speed: TionException('_get_data_from_breezer', 'Could not get breezer state') (INTERNAL_ERROR)
2025-08-08 22:22:02.606 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:22:03.881 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:22:26.598 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:22:55.052 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for instance fan_speed of mode capability of fan.tion_breezer_fan_speed: TionException('_get_data_from_breezer', 'Could not get breezer state') (INTERNAL_ERROR)
2025-08-08 22:22:55.054 ERROR (MainThread) [custom_components.yandex_smart_home.cloud] Unexpected exception
Traceback (most recent call last):
File "/config/custom_components/yandex_smart_home/cloud.py", line 95, in async_connect
await self._on_message(msg)
File "/config/custom_components/yandex_smart_home/cloud.py", line 139, in _on_message
await self._ws.send_str(response)
File "/usr/local/lib/python3.13/site-packages/aiohttp/client_ws.py", line 245, in send_str
await self._writer.send_frame(
data.encode("utf-8"), WSMsgType.TEXT, compress=compress
)
File "/usr/local/lib/python3.13/site-packages/aiohttp/_websocket/writer.py", line 126, in send_frame
raise ClientConnectionResetError("Cannot write to closing transport")
aiohttp.client_exceptions.ClientConnectionResetError: Cannot write to closing transport
2025-08-08 22:23:39.198 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:24:48.687 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of climate.tion_breezer: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:24:53.603 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of climate.tion_breezer: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:25:20.300 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for instance program of mode capability of climate.tion_breezer: ValueError('byte must be in range(0, 256)') (INTERNAL_ERROR)
2025-08-08 22:25:45.899 WARNING (MainThread) [custom_components.ha_tion_btle.climate] I'm in boost mode, but current speed 2 is not equal boost speed 6. Dropping boost mode
2025-08-08 22:27:56.503 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of fan.tion_breezer_fan_speed: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:28:03.516 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of climate.tion_breezer: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:28:07.108 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for on_off capability of climate.tion_breezer: ServiceNotSupported('service_not_supported') (INTERNAL_ERROR)
2025-08-08 22:29:19.095 ERROR (MainThread) [custom_components.yandex_smart_home.handlers] Failed to execute action for instance fan_speed of mode capability of fan.tion_breezer_fan_speed: TionException('_get_data_from_breezer', 'Could not get breezer state') (INTERNAL_ERROR)
2025-08-08 22:29:19.099 ERROR (MainThread) [custom_components.yandex_smart_home.cloud] Unexpected exception
Traceback (most recent call last):
File "/config/custom_components/yandex_smart_home/cloud.py", line 95, in async_connect
await self._on_message(msg)
File "/config/custom_components/yandex_smart_home/cloud.py", line 139, in _on_message
await self._ws.send_str(response)
File "/usr/local/lib/python3.13/site-packages/aiohttp/client_ws.py", line 245, in send_str
await self._writer.send_frame(
data.encode("utf-8"), WSMsgType.TEXT, compress=compress
)
File "/usr/local/lib/python3.13/site-packages/aiohttp/_websocket/writer.py", line 126, in send_frame
raise ClientConnectionResetError("Cannot write to closing transport")
aiohttp.client_exceptions.ClientConnectionResetError: Cannot write to closing transport
2025-08-08 22:31:51.486 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140649796527392] Entity fan.tion_breezer_fan_speed does not support action fan.turn_off
2025-08-08 22:31:55.133 INFO (MainThread) [custom_components.ha_tion_btle] Need to set: fan_speed=0, state='off'
2025-08-08 22:31:59.292 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140649796527392] Entity fan.tion_breezer_fan_speed does not support action fan.turn_off
2025-08-08 22:32:00.917 INFO (MainThread) [custom_components.ha_tion_btle] Need to set: fan_speed=3, state='on'
2025-08-08 22:32:16.584 INFO (MainThread) [custom_components.ha_tion_btle] Tion instance update started
2025-08-08 22:32:21.294 DEBUG (MainThread) [custom_components.ha_tion_btle] Result is {'state': 'on', 'heater': False, 'heating': 'off', 'sound': 'off', 'mode': 'outside', 'out_temp': 23, 'in_temp': 21, 'heater_temp': 13, 'fan_speed': 3, 'filter_remain': 91, 'time': '22:32', 'request_error_code': 0, 'model': 'S4', 'light': 'on', 'is_on': True, 'is_heating': False, 'rssi': -74}
2025-08-08 22:32:21.294 DEBUG (MainThread) [custom_components.ha_tion_btle] Finished fetching Tion Breezer data in 4.710 seconds (success: True)
2025-08-08 22:33:20.584 INFO (MainThread) [custom_components.ha_tion_btle] Tion instance update started
2025-08-08 22:33:25.297 DEBUG (MainThread) [custom_components.ha_tion_btle] Result is {'state': 'on', 'heater': False, 'heating': 'off', 'sound': 'off', 'mode': 'outside', 'out_temp': 23, 'in_temp': 21, 'heater_temp': 13, 'fan_speed': 3, 'filter_remain': 91, 'time': '22:33', 'request_error_code': 0, 'model': 'S4', 'light': 'on', 'is_on': True, 'is_heating': False, 'rssi': -74}
2025-08-08 22:33:25.298 DEBUG (MainThread) [custom_components.ha_tion_btle] Finished fetching Tion Breezer data in 4.713 seconds (success: True)
2025-08-08 22:34:24.584 INFO (MainThread) [custom_components.ha_tion_btle] Tion instance update started
2025-08-08 22:34:29.297 DEBUG (MainThread) [custom_components.ha_tion_btle] Result is {'state': 'on', 'heater': False, 'heating': 'off', 'sound': 'off', 'mode': 'outside', 'out_temp': 23, 'in_temp': 21, 'heater_temp': 13, 'fan_speed': 3, 'filter_remain': 91, 'time': '22:34', 'request_error_code': 0, 'model': 'S4', 'light': 'on', 'is_on': True, 'is_heating': False, 'rssi': -74}
2025-08-08 22:34:29.298 DEBUG (MainThread) [custom_components.ha_tion_btle] Finished fetching Tion Breezer data in 4.714 seconds (success: True)
2025-08-08 22:35:28.583 INFO (MainThread) [custom_components.ha_tion_btle] Tion instance update started
2025-08-08 22:35:33.296 DEBUG (MainThread) [custom_components.ha_tion_btle] Result is {'state': 'on', 'heater': False, 'heating': 'off', 'sound': 'off', 'mode': 'outside', 'out_temp': 23, 'in_temp': 21, 'heater_temp': 13, 'fan_speed': 3, 'filter_remain': 91, 'time': '22:35', 'request_error_code': 0, 'model': 'S4', 'light': 'on', 'is_on': True, 'is_heating': False, 'rssi': -74}
2025-08-08 22:35:33.297 DEBUG (MainThread) [custom_components.ha_tion_btle] Finished fetching Tion Breezer data in 4.713 seconds (success: True)