ollo69 / ha-smartthinq-sensors

HomeAssistant custom integration for SmartThinQ LG devices configurable with Lovelace User Interface.
Apache License 2.0
1.04k stars 149 forks source link

Wake up not working #717

Closed rddelacosta closed 2 months ago

rddelacosta commented 3 months ago

Describe the bug Wake up service resulting to error and not working smartthinq_sensors-ff111d30d6892c92493fc7e0d09e19ac-LG Washer-65c02b316b737fa701627fda0c233f43.json

Expected behavior LG washer should wake up

Screenshots If applicable, add screenshots to help explain your problem.

Environment details:

Output of HA logs Logger: homeassistant.components.automation.lg_trial Source: components/automation/init.py:666 Integration: Automation (documentation, issues) First occurred: 02:28:00 (6 occurrences) Last logged: 02:53:05

While executing automation automation.lg_trial Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/automation/init.py", line 666, in async_trigger return await self.action_script.async_run( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1600, in async_run return await asyncio.shield(run.async_run()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 435, in async_run await self._async_step(log_exceptions=False) File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 487, in _async_step self._handle_exception( File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 512, in _handle_exception raise exception File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 485, in _async_step await getattr(self, handler)() File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 723, in _async_call_service_step response_data = await self._async_run_long_action( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_run_long_action return long_task.result() ^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2279, in async_call response_data = await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2316, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 892, in entity_service_call single_response = await _handle_entity_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 962, in _handle_entity_call result = await task ^^^^^^^^^^ File "/config/custom_components/smartthinq_sensors/sensor.py", line 709, in async_wake_up await self._api.device.wake_up() File "/config/custom_components/smartthinq_sensors/wideq/devices/washerDryer.py", line 721, in wake_up raise InvalidDeviceStatus() custom_components.smartthinq_sensors.wideq.core_exceptions.InvalidDeviceStatus

Additional context Add any other context about the problem here.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 2 months ago

This issue was closed because it has been stalled for 7 days with no activity.