ha-smartthinq-sensors
ha-smartthinq-sensors copied to clipboard
Washing machine remote start of a specific program
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
This would be very useful
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.

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.
Hello! Thanks, but I need to configure the mode before running the program. For example: Cotton 90°C, spin 1000, etc.
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 ...
Hello, yes i'm interesting to Pause features to avoid power disconnection due over energy consuming will be very helpful.
Thanks.
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.
I would still be happy to select a program via home assistant
Я бы еще с удовольствием выбрал программу через домашнего помощника
+1
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.
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.
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.
I would keep this feature request open, since it is in the @ollo69 's todo queue.
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.
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.
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.
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?
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!
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.
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.
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.
Thats a nice notification to wake up to - Thanks for looking at this, I'll give it a try after work.
Works great! Thanks for this.