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

Cant wake-up washing machine in last version #504

Closed
dragonerix opened this issue Feb 24, 2023 · 23 comments
Closed

Cant wake-up washing machine in last version #504

dragonerix opened this issue Feb 24, 2023 · 23 comments
Labels

Comments

@dragonerix
Copy link

dragonerix commented Feb 24, 2023

Hi, in version 0.31.4 i cant wake-up my washing machine with "SmartThinQ LGE Sensors: WakeUp". But in version 0.31.3 was working fine. I need this for remote start. Thank you.

machine is LG F104J8JH2WD

@sorenbek
Copy link

I got the same problem with my RC90U2_WW-Dryer

@kpolders
Copy link

Same here: LG F4WV912A2E washer

@Xlinx64
Copy link

Xlinx64 commented Mar 25, 2023

Same for me: V4WD860B

@dragonerix
Copy link
Author

dragonerix commented Apr 8, 2023

Please can you repair it? in last version 31.5 still not working...

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 26, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 647, in handle_execute_script
await script_obj.async_run(msg.get("variables"), context=context)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1533, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 410, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 454, in _async_step
self._handle_exception(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 477, in _handle_exception
raise exception
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 452, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1820, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1857, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 809, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 798, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 977, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 838, in _handle_entity_call
await result
File "/config/custom_components/smartthinq_sensors/sensor.py", line 696, in async_wake_up
await self._api.device.wake_up()
File "/config/custom_components/smartthinq_sensors/wideq/devices/washerDryer.py", line 248, in wake_up
raise InvalidDeviceStatus()
custom_components.smartthinq_sensors.wideq.core_exceptions.InvalidDeviceStatus

@ollo69 pls

@ollo69
Copy link
Owner

ollo69 commented Apr 8, 2023

Please attach diagnostic files when device is in a status that can be wake-up so that I can better understand how this should be managed.

@dragonerix
Copy link
Author

@ollo69
Here is:
config_entry-smartthinq_sensors-9a4817d7b3ae06e63e4122aa13055706.json (1).txt

Remote start working fine until device is satandby... After standby is not possible wakeup od remote start. Thank you

@ollo69
Copy link
Owner

ollo69 commented Apr 10, 2023

Please try last release and let me know if it fix the issue.

@dragonerix
Copy link
Author

Please try last release and let me know if it fix the issue.

Working great!! Thank you so much.

@gabi1324
Copy link

Hi! I updated to the latest release and the wakeup service responds with "unknown error". It used to work in 0.31.4 and 0.31.5. Also, the power switch is broken since a few releases back. It doesn't do anything, it goes online when I turn on the washer, but when I try to turn it off from HA it goes unavailable for a few seconds and goes back to the previous state.

config_entry-smartthinq_sensors-06a774f58ee56ffb645ea7e4f785c74f.json (1).txt
(the washer is off and I can use the wakeup service in version 0.31.5)

@ollo69
Copy link
Owner

ollo69 commented Apr 12, 2023

Wake-up is my nightmare 😒. I'll check...

@mrombouts
Copy link

Hi,
I have the same issue to wake up from stand-by with a dryer RC90V9_WW - using 0.31.6
It throws an API error - waking the dryer up from the LG app works just fine.

@mrombouts
Copy link

@ollo69 any update on this issue?
seems waking up those devices is not really straight forward...

@ollo69
Copy link
Owner

ollo69 commented May 20, 2023

Please try if last release fix the issue (and hopefully do not break for other models).

@mrombouts
Copy link

Installed latest version, I'll let you know the result soon.
Thanks for your work!

@gabi1324
Copy link

Hi! Thank you for your work! The issue with my washing machine is solved and I can wake it up.
In the mean time, I discovered another problem with the wakeup service, this time with my dryer. I can't remember on what version it was working. Later I will post the diagnostic file and the last working version for my dryer.

@gabi1324
Copy link

I tried downloading version 0.31.4 and it doesn't work. I don't think I can find the last working version.

This is the diagnostic file on 0.31.8
config_entry-smartthinq_sensors-06a774f58ee56ffb645ea7e4f785c74f.json (2).txt

@mrombouts
Copy link

Hi @ollo69
When calling the service to wake up, I get a failure. Following is seen in the HA logs:

websocket_api script: Error executing script. Unexpected error for call_service at pos 1: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 452, in _async_step await getattr(self, handler)() File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_call_service_step await service_task File "/usr/src/homeassistant/homeassistant/core.py", line 1849, in async_call task.result() File "/usr/src/homeassistant/homeassistant/core.py", line 1889, in _execute_service await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)( File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 809, in handle_service await service.entity_service_call( File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 798, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 980, in async_request_call await coro File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 838, in _handle_entity_call await result File "/config/custom_components/smartthinq_sensors/sensor.py", line 696, in async_wake_up await self._api.device.wake_up() File "/config/custom_components/smartthinq_sensors/wideq/devices/washerDryer.py", line 249, in wake_up raise InvalidDeviceStatus() custom_components.smartthinq_sensors.wideq.core_exceptions.InvalidDeviceStatus

Any idea?
Thanks,
Michiel

@github-actions
Copy link

github-actions bot commented Jul 9, 2023

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 github-actions bot added the Stale label Jul 9, 2023
@gabi1324
Copy link

gabi1324 commented Jul 9, 2023

Still an issue.

@github-actions github-actions bot removed the Stale label Jul 10, 2023
@sorenbek
Copy link

yes still an issue

@github-actions
Copy link

github-actions bot commented Sep 4, 2023

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 github-actions bot added the Stale label Sep 4, 2023
@ollo69
Copy link
Owner

ollo69 commented Sep 4, 2023

This issue is duplicated of #489 and should be fixed now. Generally speaking is not possible to turn on device if not in stand-by status waiting for remote start. InvalidDeviceStatus error is because device is not in expected status.

@ollo69 ollo69 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2023
@mrombouts
Copy link

This is indeed working now.
Thanks a lot for all the efforts you do on this integration!

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

No branches or pull requests

7 participants