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:
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.
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:
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.