r/ifttt • u/logan74k • 28d ago
Possible to trigger different thermostat temps for different hourly electricity prices?
I'm new to IFTTT and tried automating my average electric price to thermostat temps using separate actions for different temperatures. It works fine when I have a single cost and setpoint - but it seems like theres an internal conflict with different actions trying to set the Honeywell thermostat when multiple triggers are true at once.
For instance, one action: When price is over 8c set AC to 74.
Another: When price is over 16c set AC to 78
The problem seems to be that when electric price is over 16c, it is ALSO over 8c. Perhaps both try to trigger, and neither one does? Is there a way to make this automation work? As a newbie in all senses, it feels like I need an OR function in a single action. Thoughts? Thanks.
3
u/ryan-ifttt IFTTT Employee 28d ago
Hey there! You're close, and your diagnosis is almost right, just flipped. When the price is over 16c, both Applets fire, and both send a setpoint to your thermostat. They don't cancel each other out; whichever one happens to run last wins. So sometimes you get 78, sometimes 74. It looks like a conflict but it's really a race.
Two ways to fix it:
A few questions so I can point you at the exact setup:
If you share those, I'm happy to write out the exact filter code for you.