ha-smartthinq-sensors icon indicating copy to clipboard operation
ha-smartthinq-sensors copied to clipboard

Washing machine remote start of a specific program

Open vring0 opened this issue 3 years ago • 22 comments

Is your feature request related to a problem? Please describe. Yes, I need help with the remote start of the desired program, if this function exists.

Describe the solution you'd like send program name to service smartthinq_sensors.remote_start

Additional context

Model F_R7_Y___W.A__QEUK-FL (WASHER) LG

vring0 avatar Feb 17 '22 06:02 vring0

This would be very useful

Xlinx64 avatar Feb 23 '22 10:02 Xlinx64

I have a Service call that does exactly this, I was originally looking for a switch, but the Service Call can be called from automations.

I now load the washing machine and hit the remote start button, the washing machine sits idle/ sleeps, and I call the washer to remote start when I am generating excess solar.

Screenshot 2022-04-05 10 11 03

purcell-lab avatar Apr 05 '22 00:04 purcell-lab

I have a Service call that does exactly this, I was originally looking for a switch, but the Service Call can be called from automations.

I now load the washing machine and hit the remote start button, the washing machine sits idle/ sleeps, and I call the washer to remote start when I am generating excess solar.

Screenshot 2022-04-05 10 11 03

Hello! Thanks, but I need to configure the mode before running the program. For example: Cotton 90°C, spin 1000, etc.

vring0 avatar Apr 05 '22 09:04 vring0

Works like a charm!! :)

However, in the LGThinq app there is the option to pause the cycle, any chance this can be added as well?

This would be an awesome feature if you want to control your dryer/washing machine by solar power: turn on dryer when having a lot of sun shine, pause when there is a sudden rain shower ...

Bridelance avatar Apr 08 '22 06:04 Bridelance

Hello, yes i'm interesting to Pause features to avoid power disconnection due over energy consuming will be very helpful.

Thanks.

michelebossa avatar Apr 28 '22 12:04 michelebossa

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] avatar Nov 23 '22 08:11 github-actions[bot]

I would still be happy to select a program via home assistant

Xlinx64 avatar Nov 23 '22 08:11 Xlinx64

Я бы еще с удовольствием выбрал программу через домашнего помощника

+1

vring0 avatar Nov 23 '22 10:11 vring0

what program does it run when you use this service? is it what was last highlighted with the selector? in the app you need to wake it up and choose a program.

idorose avatar Dec 17 '22 16:12 idorose

what program does it run when you use this service? is it what was last highlighted with the selector? in the app you need to wake it up and choose a program.

I do not really use this feature, but when I released this was the way it works. Add the possibility to provide the program to use is in my queue, but priority is not very high.

ollo69 avatar Dec 17 '22 16:12 ollo69

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] avatar Feb 01 '23 02:02 github-actions[bot]

I would keep this feature request open, since it is in the @ollo69 's todo queue.

lcavalli avatar Feb 01 '23 05:02 lcavalli

Would be really great to see this feature. I tested around a little bit. So every time I set the programm I want for washing and the maschine wents to "sleep", it forgets the choosen program after waking up. So I need the app to set the correct program.

It would be much easier to set this program using home assistant as long as LG doesn't remind the program that was set before the sleep mode. I'm aiming to start the washing maschine when the solar energy is at peak hour.

Shogun1978 avatar Feb 09 '23 14:02 Shogun1978

I want for washing and the maschine wents to "sleep", it forgets the choosen program after waking up.

Yep. THat happen with my washer and dryer, both from LG, and as far as i could unserstand, both using lg api v1.

mijeca avatar Feb 09 '23 21:02 mijeca

I did try a wake comand and then remote start but it defaults to the cotton wash cycle. I was trying to remote start the dry function of the machine at midnight when I'm on a cheaper electricity tarrif.

slickers74 avatar Feb 12 '23 14:02 slickers74

This definitely does seem possible.

I've been poking around at the app, and when you start a specific wash, it sends this object to /api/rti/rtiControl:

{
  "lgedmRoot": {
    "deviceId": "DEVICE_UUID",
    "workId": "WORK_UUID",
    "cmd": "Control",
    "cmdOpt": "Operation",
    "value": "Start",
    "data": "IwAAAAAAAAADgAEAAAA=",
    "format": "B64"
  }
}

The data is some kind of binary object, hex 23 00 00 00 00 00 00 00 03 80 01 00 00 00 (# followed by some 'magic' sequence)

This was for Steam Refresh cycle on my device.

I'm not sure, yet, how to find the mapping for these data values - they could be hardcoded in the app, which would suck. That does seem unlikely, though.

It might be useful if we had a service available to send arbitrary commands using the session that ha-smartthinq-sensors maintains - that way, people who are able to interrogate the magic base64 to start a specific cycle could do that. @ollo69 is that possible?

whi-tw avatar Jul 14 '23 15:07 whi-tw

Anyone have a solution to select a program before remote start? In my case, I want to select "Super Dry" program just before to start!

guillaumeharvey26 avatar Feb 04 '24 23:02 guillaumeharvey26

This is a very old request, patience will be rewarded😉 In last release now is possible to select a program (standard program, not smartcouse / downloadcourse) to use for remote start. Please try and let me know.

ollo69 avatar Feb 26 '24 01:02 ollo69

Thank you so much, I tried it today and it worked like a charm. I sent some coffee your way, cheers! The only thing that I would maybe wish for the future is a selector for RPM and temperature.

Xlinx64 avatar Feb 26 '24 08:02 Xlinx64

Ok, I will think about this, but send additional information should be quite complex because this depend on the program selected and the device. It could be additional info to provide to the service call but not managed with the UI, because validate all the combination could be a mess.

ollo69 avatar Feb 26 '24 08:02 ollo69

Thats a nice notification to wake up to - Thanks for looking at this, I'll give it a try after work.

slickers74 avatar Feb 26 '24 08:02 slickers74

Works great! Thanks for this.

slickers74 avatar Feb 27 '24 03:02 slickers74