We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добрый день При попытке поменять значение термоатста аддон выдает ошибку в лог HA
`` Logger: homeassistant.components.websocket_api.http.connection Source: components/websocket_api/commands.py:245 integration: Home Assistant WebSocket API (documentation, issues) First occurred: 12:25:54 PM (6 occurrences) Last logged: 12:45:37 PM
[134068469193968] Unexpected exception [134068468775328] Unexpected exception Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<7 lines>... ) ^ File "/usr/src/homeassistant/homeassistant/core.py", line 2795, in async_call response_data = await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2838, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1006, in entity_service_call single_response = await _handle_entity_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^ hass, entity, func, data, call.context ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1078, in _handle_entity_call result = await task ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 954, in async_service_temperature_set await entity.async_set_temperature(**kwargs) File "/config/custom_components/zont_ha/climate.py", line 134, in async_set_temperature await self._zont.set_target_temperature( ...<3 lines>... ) File "/config/custom_components/zont_ha/core/utils.py", line 56, in check_response raise ResponseZontError( ...<2 lines>... ) custom_components.zont_ha.core.exceptions.ResponseZontError: Ошибка устройства SX350-Умная дача: Контур не найден ``
Вероятно этот параметр не поддерживается старым устройством.
Доп информация: Информация об устройстве Модель Mega SX-350 Модель платы 414 Версия прошивки 158:290 Серийный № F834C8FFE19E ID 31007
The text was updated successfully, but these errors were encountered:
Здравствуйте, ответ приходит от api зонта что контур не найден. Это правится разработчиками zont. Попробуйте написать им.
Sorry, something went wrong.
No branches or pull requests
Добрый день
При попытке поменять значение термоатста аддон выдает ошибку в лог HA
``
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 12:25:54 PM (6 occurrences)
Last logged: 12:45:37 PM
[134068469193968] Unexpected exception
[134068468775328] Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<7 lines>...
)
^
File "/usr/src/homeassistant/homeassistant/core.py", line 2795, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2838, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1006, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
hass, entity, func, data, call.context
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1078, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 954, in async_service_temperature_set
await entity.async_set_temperature(**kwargs)
File "/config/custom_components/zont_ha/climate.py", line 134, in async_set_temperature
await self._zont.set_target_temperature(
...<3 lines>...
)
File "/config/custom_components/zont_ha/core/utils.py", line 56, in check_response
raise ResponseZontError(
...<2 lines>...
)
custom_components.zont_ha.core.exceptions.ResponseZontError: Ошибка устройства SX350-Умная дача: Контур не найден
``
Вероятно этот параметр не поддерживается старым устройством.
Доп информация:
Информация об устройстве
Модель Mega SX-350
Модель платы 414
Версия прошивки 158:290
Серийный № F834C8FFE19E
ID 31007
The text was updated successfully, but these errors were encountered: