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

Remote start control LG washer [Feature Request] #234

Closed
vannetta opened this issue Oct 22, 2021 · 12 comments
Closed

Remote start control LG washer [Feature Request] #234

vannetta opened this issue Oct 22, 2021 · 12 comments

Comments

@vannetta
Copy link

vannetta commented Oct 22, 2021

Describe the solution you'd like
I'd like to remote start my washer, in order to make an automation that the washer starts when the photovoltaic panels are producing at least 1000 W.
Is it that possible with your integration? I only see the sensor but I cannot send any command to the washer. I'd need a switch to turn on it.
The model is: F4WV408S0E

Additional context
Screenshot of the sensors
image

@hmoffatt
Copy link

Yes it's all possible right now. Use the smartthinq_sensors.remote_start service to issue the remote start command.

You must put the machine in remote start mode on the front panel after you load it, then you can issue the remote start command when you are ready.

After 10 minutes (IIRC) in remote start mode without starting the machine goes to sleep. You must use the smartthinq_sensors.wake_up command to wake it up, then the remote_start command to start it.

You can close this issue the integration already has everything you need.

@vannetta
Copy link
Author

I checked, but I haven't found the wake up sensor; the integration shows 19 sensors and that one is not listed; instead, the remote start is in the list.
How can I do?

Thanks

@hmoffatt
Copy link

Those are services (commands) not sensors. Check out the services page in the developer tools, and search for smartthinq_sensors. You should find both the wake_up and remote_start commands.

@vannetta
Copy link
Author

vannetta commented Oct 30, 2021

Those are services (commands) not sensors. Check out the services page in the developer tools, and search for smartthinq_sensors. You should find both the wake_up and remote_start commands.

@hmoffatt Thank you very much for your suggestions, it works! I only have to understand how to write the automation in order to define the trigger (whether I put clothes in the washer or not).
And thank you @ollo69 for all your efforts, I really appreciate it

@wishie
Copy link

wishie commented Nov 7, 2021

I think its so frustrating that you need to enable "Remote Start" on the front panel of the dryer every time.. why cant it default to on, or at least be configurable?

Silly LG..

@hmoffatt
Copy link

hmoffatt commented Nov 7, 2021

Well you actually have to load it with stuff to dry so I don't think it's a big deal.

@hmoffatt
Copy link

hmoffatt commented Nov 7, 2021

From the sensors you can work out if the unit is enabled for remote start. Then when the time is right (like there's enough solar power) you can execute the remote start.

@PremiumUsername
Copy link

Yes it's all possible right now. Use the smartthinq_sensors.remote_start service to issue the remote start command.

I wasn't able to find the API. Is it possible to choose the washing-program used when you use remote start?

@newlund
Copy link

newlund commented Feb 7, 2022

service: smartthinq_sensors.remote_start
data: {}

What data is needed/possible for remote start? I can't find it documented anywhere. :)

@vannetta
Copy link
Author

vannetta commented Feb 7, 2022

service: smartthinq_sensors.remote_start data: {}

What data is needed/possible for remote start? I can't find it documented anywhere. :)

@newlund
This is my script:
service: smartthinq_sensors.remote_start target: entity_id: sensor.lavatrice data: {}

@github-actions
Copy link

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 Nov 23, 2022
@github-actions
Copy link

github-actions bot commented Dec 1, 2022

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

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants