I am so sick of trying to figure out why my smart apps aren't working

Like an inverted big bang…

The Big Bada Boom

Starting on line 54

def threshold = 1.0
if (mode == "cool" || mode == "heatOff") {
	// air conditioner
	if (currentTemp - desiredTemp >= threshold) {

For the AC to kick on at 80 you need to set the target lower.

currentTemp = 80.8
desiredTemp = 80

.8 is still less than your threshold.

1 Like

OK forget it. I realize my screen shot was 80.8 but it has been higher and I have configured the trigger lower and this doesn’t fire anymore.

Trust me this used to work. I tested with much lower settings and it doesn’t.

This is exactly what I am sick of, spending email after email, post after post to try to convince support that things aren’t working when there are others reporting similar issues.

I realize when you look at the code and found this fault you thought you figured it out so thanks for trying but I don’t even see my debug comments in the logs when I watch them so it isn’t firing. So I realize not your fault for assuming you found the issue. But that is the frustrating part. The back and forth between support and user and having to “Prove” that the system has issues while at the same time I get emails literally every day from SmartThings support about issues which are being monitored.

Please forget this issue. I can’t waste my time on this platform anymore right now. I have more important things to do.