09-30-2025 08:14 AM
so I have 2 blinds automated to open at 8am and close at 730pm. I am supposing the blinds 'transmitter' or 'receiver'?...gets the command from the google nest display.....well nothing really changes as far as the distance of the google nest display to the blinds.......but some times only the left blind opens and the right blind stays close........or sometimes they both open ..and both close properly.....why is there no consistency?
Here is the script to close:
metadata:
name: Both blinds close at 7:30pm
description: Both blinds close
automations:
- starters:
- type: time.schedule
at: 7:30 PM
actions:
- type: device.command.OpenClose
devices:
- Left Blinds - Living Room
- Right Blinds - Living Room
openPercent: 0.0
--------------------------------------------------------------------------
here is the scirpt to open:
data:
name: Both blinds open at 8am
description: Both blinds open
automations:
- starters:
- type: time.schedule
at: 8:00 AM
actions:
- type: device.command.OpenClose
devices:
- Left Blinds - Living Room
- Right Blinds - Living Room
openPercent: 100.0
10-03-2025 04:24 PM - edited 10-03-2025 07:04 PM
Hello @Larrrrry,
Thank you for reaching out to the community and sharing the details of your home automation setup, including the scripts you are using. I understand that your smart devices have a lack of consistency, and your automated blinds sometimes open or close correctly, and sometimes one remains stuck. Let me help you with this.
While your scripts look correct, the inconsistency often lies in the connection between the Nest Display and the blind controllers themselves.
Here are the next steps we can take to verify the reliability of the connection:
The first thing we need to find out is whether the right blind is just slightly less reliable on its own or if the problem only happens when your script tries to control both at once.
Test the Right Blind directly: Forget the automated script for a moment. Please try controlling the "Right Blinds—Living Room" using a manual voice command through your Nest Display several times throughout the day:
Check the Connection Fundamentals: Even if the distance hasn't changed, a poor wireless signal or low power is the number one cause of intermittent drops.
Let me know the results of the direct voice command test (Step 1). If the right blind behaves perfectly when controlled individually, we know the issue is specifically how the script is sending the commands, and we can adjust the automation!
Regards,
Kevin