Skip to content
New issue

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

Поддержка Mega SX-350 Light #34

Open
aalexmora opened this issue Jan 18, 2025 · 1 comment
Open

Поддержка Mega SX-350 Light #34

aalexmora opened this issue Jan 18, 2025 · 1 comment
Labels
zont A question for the zont developers

Comments

@aalexmora
Copy link

aalexmora commented Jan 18, 2025

Добрый день
При попытке поменять значение термоатста аддон выдает ошибку в лог 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

@MihVS
Copy link
Owner

MihVS commented Jan 19, 2025

Здравствуйте, ответ приходит от api зонта что контур не найден. Это правится разработчиками zont. Попробуйте написать им.

@MihVS MihVS added the zont A question for the zont developers label Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
zont A question for the zont developers
Projects
None yet
Development

No branches or pull requests

2 participants