09-29-2023 12:31 AM
Hi all, I just purchased an Aqara Temperature- and Humidity Sensor. It paired perfectly to my IKEA Dirigera hub, and shows up in the Google Home app.
There is however a couple of things I don't get about the Home integration:
- On the Devices tab, sensor shows the temperature, but when tapping on the device, it only shows humidity.
- There are starters for humidity (rises above, falls below, is, between), but no starters for temperature.
Does anyone have experience with this particular device, or a similar issue? I really only bought it because I wanted to create an automation to close the blinds if the temperature in the room is over a certain setpoint and it's daytime.
Optionally, any recommendations for a temp sensor that does allow temperature as a starter?
10-02-2023 09:38 AM
It happens the same to me
11-01-2023 01:17 AM
Same here... What's the solution Google?
11-06-2023 02:54 AM
Looks like it is now possible using the script editor:
starters:
- type: device.state.TemperatureControl
device: Air 1 - Master Bedroom
state: temperatureAmbient
greaterThan: 22C
01-10-2024 03:28 PM
How can you setup that ? Sorry, I’m a bit newb to this 🙂
01-22-2024 04:51 PM
Works great. Thanks @ogsv! I wasted ages looking for a free solution (no smartthings, homey, apple or amazon hubs, no ifttt pro suscription, etc.)
11-27-2023 11:30 PM
Same issue for the Tapo T315
08-15-2024 02:59 PM
Still the same problem with TP-Link Tapo T310 and T315
04-05-2025 04:50 AM
Verified on Aquara TH sensor.
Google Home Scripts---you can use this script to set temp of AC or Thermostat
metadata:
name: Studio AC Upper Limit
description: Set AC to a custom temperature.
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: TH 01 - Studio
state: temperatureAmbient
greaterThan: 27.5C
actions:
- type: device.command.ThermostatTemperatureSetpoint
devices:
- Studio AC - Studio
thermostatTemperatureSetpoint: 26C