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

Can't get automation to work correctly #808

Open
mrfixitpa opened this issue Oct 8, 2024 · 0 comments
Open

Can't get automation to work correctly #808

mrfixitpa opened this issue Oct 8, 2024 · 0 comments

Comments

@mrfixitpa
Copy link

Hello,
I apologize if this is not the correct area to report the issue I am having. Firstly, thank you for a great plugin. I recently purchased an LG Washer and Dryer combo so I could use your code.

I have made a simple automation to power off the machines when the washer / dryer is complete. For some reason these machines do not shut off fully unless you manually turn them off. I hate this feature.

After the cycle completes, I expected the automation to power off the washer or dryer which in turns unlocks the doors as well. I don't have any screen shots but did make a simple automation based on instructions found within HACS. Below is the code.

`alias: Laundry-Turn washer off after washer run completed
description: ""
mode: single
triggers:

  • entity_id:
    • binary_sensor.washer_run_completed
      to: "On"
      for:
      hours: 0
      minutes: 0
      seconds: 30
      trigger: state
      conditions: []
      actions:
  • type: turn_off
    device_id: fa0ab77eb90024ee1787eb031051b10a
    entity_id: 0345fad06bb9d545fdfc8502d3ea7b86
    domain: switch`

Home Assistant
Core
2024.10.1
Supervisor
2024.10.0
Operating System
13.1
Frontend
20241002.2

LG Sensors Plugin [v0.40.0]
TLXU7BBP-TL (WASHER) by LG Firmware: clip_ble_v1.9.198
BDV_TX_BT_LED_6203-Dryer (DRYER) by LG Firmware: clip_ble_v1.9.205

I do not see any logs and I also do not see any traces. I do know if I run the automation manually it shuts down the washer / dryer. The automation above is the same for both devices with the exception of the entities. I have tried every automation combination I can think of but still does not run.

Thanks in advance.


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

No branches or pull requests

1 participant