01-12-2024 06:27 AM - edited 01-12-2024 09:26 AM
I have sensors, all works fine, google home shows everything like should be, but when trying to automate and use sensor value as a trigger google assistant shows me in routine just humidity and no temperature.
case: Trying to start heating if temperatur falls below certain value. But there is a bug in assistant I believe and it is mission impossible while no temperaure value in routine designer.
01-13-2024 03:45 AM
I got similar problem. I have temp-humidity sensor (Nedis-sensor, connected by Lidl hub).
The decide is only showing the temperature in Google Home.
If I try to create an automation, only humidity is shown.
Lidl app is showing both.
Wanted the trigger heating based on temperature, but seems not to be possible.
01-24-2024 09:30 AM
07-14-2024 12:39 PM
This automation works for setting the temperature, but could you write a code for turning the AC off when reaching a certain temp (ie bellow 23 degrees)? I have been trying but it won't let me because it says that [OnOff] con [action.devices.types.AC_UNIT] are not allowed at the moment.
11-03-2024 12:45 AM
Hello I have the same problem I can't turn off the air conditioner with the temperature sensor "OnOff] con [action.devices.types.AC_UNIT] are not allowed at the moment." Did you manage to get around this problem in any way?
01-26-2024 09:22 AM
I was able to automate it in https://home.google.com via web script, in this case it is possible to use temperature. Scenario tested and worked.
But in mobile app environment it is stil not possible.
11-03-2024 04:38 AM
Hello I have the same problem I can't turn off the air conditioner with the temperature sensor "OnOff] con [action.devices.types.AC_UNIT] are not allowed at the moment." Did you manage to get around this problem in any way?
a month ago
Can you please show me your script?