cancel
Showing results for 
Search instead for 
Did you mean: 

Home automation script for tahoma blind and govee Temperature sensor

Birdwithoutwing
Community Member

Hello,

I'm am trying to create an automation where the solar shade blind closes/opens when the temperature in the room reaches a certain level. I thought I had cracked it but it's not working. Any ideas what is wrong? I've tried OpenBlind at 100% and 0% and moved govee Temperature sensor from fridge and back to try to trigger the action.

metadata:
name: Close the blind when the temperature on govee rises over 70 on condition that it is between sunrise and sunsrt
description:
Close the blind when the temperature on govee rises over 70 on condition
that it is between sunrise and sunsrt
automations:
- starters:
- type: device.state.TemperatureControl # Controls temperature for a device other than a thermostat (for example, an oven), either within or around the device.
device: Govee Temperature - Living Room
state: temperatureAmbient
greaterThan: 75F
condition:
type: time.between
after: SUNRISE
before: SUNSET
actions:
- type: device.command.OpenClose
devices:
- Exterior blind - Living Room
openPercent: 100.0

1 REPLY 1

About-Pixels
Community Member

Have you tried to activate a blinds scene instead of using percent. Just create some blinds scenes starting from closed with the values 0%, 25%, 50%, 75% and 100% open. I'm using this in a script with simple Hey Google commands. Works like a charm. Good luck!