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

Tuya AD079 Smart IR with T&H Sensor #131116

Open
LotharWoman opened this issue Nov 20, 2024 · 0 comments
Open

Tuya AD079 Smart IR with T&H Sensor #131116

LotharWoman opened this issue Nov 20, 2024 · 0 comments

Comments

@LotharWoman
Copy link

The problem

The integration only provides entities for humidity and temperature.
The functionality of the IR universal remote control is missing. The remote control cannot be controlled and no actions can be performed on it.

Link to the device: https://www.aliexpress.com/gcp/300000512/nnpage2024?spm=a2g0o.detail.pcDetailTopMoreOtherSeller.2.7e9e9CCF9CCFjh&productIds=1005006677939904&pha_manifest=ssr&_immersiveMode=true&disableNav=YES&sourceName=pcDetailTopMoreOtherSellerProduct&utparam-url=scene%3ApcDetailTopMoreOtherSeller%7Cquery_from%3A

or:

https://www.pearl.de/a-ZX5130-1254.shtml

What version of Home Assistant Core has the issue?

2024.11.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

tuya

Link to integration documentation on our website

No response

Diagnostics information

AD079 Smart IR with T&H Sensor

Example YAML snippet

action: remote.learn_command
data:
  command_type: ir
  device: Vivax AC
  command: LED
target:
  entity_id: remote.ad079_smart_ir_with_t_h_sensor

Anything in the logs that might be useful for us?

2024-11-20 23:46:14.768 INFO (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Running websocket_api script
2024-11-20 23:46:14.768 INFO (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Executing step call service

2024-11-20 23:46:45.023 WARNING (MainThread) [custom_components.tuya_local.remote] Timed out without receiving code in remote.learn_command
2024-11-20 23:46:45.266 ERROR (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Error executing script. Unexpected error for call_service at pos 1: No remote code received within 30.0 seconds
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 526, in _async_step
    await getattr(self, handler)()
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 764, in _async_call_service_step
    response_data = await self._async_run_long_action(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 727, in _async_run_long_action
    return await long_task
           ^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2802, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/config/custom_components/tuya_local/remote.py", line 267, in async_learn_command
    code = await self._async_learn_command(command)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/tuya_local/remote.py", line 305, in _async_learn_command
    raise TimeoutError(
TimeoutError: No remote code received within 30.0 seconds
2024-11-20 23:46:45.274 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140300811802880] Error handling message: Timeout (timeout) jemand from 192.168.1.10 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0)

Additional information

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant