I have routine such that when I’m away (geofencing) I want to adjust the temp on my minisplit AC (not turn off). I’m using Sensibo Sky for the IR controller for the minisplit. The routine doesn’t doesn’t work. Geofencing works fine in ST. Even in the same routine I also sent a notification to myself just to confirm it’s triggering. I can turn the unit on/off, but can’t seem to control the temp thru a routine when away. I see in the Sensibo app, geofencing doesn’t allow temp adjustments, only on/off. How can I set this up or is there another way to go about it?
Post a screenshot of the routine.
But you can control it manually in the ST app?
Since you are sending multiple commands (on, temp, mode) at once to a device that’s basically an IR transmitter, try sending these commands with a delay in-between:
Yes, I can use ST to control the temp manually.
That’s a good idea with the delay, but the on/off has to be set every time, shown here…
Based on that idea, I then tried this logic below, when arriving home. However, only the first part of “Then” executed, Turn Off. Turn On did not execute.
Is that still a thing? I thought they got rid of that nonsense years ago. In your screenshot you should be able to tap on ‘Turn on’ and end up without any option selected and I assumed that slightly counter intuitive behaviour was implemented for this situation. I don’t currently have any devices like that though.
Because you are still sending multiple commands.
Forget the geofencing for a moment and try to make it work with a manually executed routine. In then, only set the temperature and nothing else.
On/off has to be set, it’s not optional like temp and mode
Workaround is this routine works when done in an ITFFF applet. Would prefer just one interface with ST.
Bought a Breez Eco instead and it works as intended.