Set Thermostat Set Point Based On Outside Temperature


#1

1) Give a description of the problem
The greater than / less than statements are not working preoperly

2) What is the expected behavior?
Getting the correct push notification

3) What is happening/not happening?
I am always getting the second push notification, no matter of the data returned

**4) Post a Green Snapshot of the piston![image|45x37](

This piston is serving as a test for some statements I want to add to my thermostat piston. I thought I would start simple and see if it worked in the attached piston. What I thought should happen is that if the reported temperature is 60 or above then I should receive the first push notification. If it is 59 or below I should receive the second push notification. What is happening is that I am always getting the second notification no matter what the reported temp is (which presently is 63.6).


#2

Without testing, it’s possibly being caused by placing the weather call in args instead of expression?


#3

That was it. Thanks!