Rules issues

I am having an issue with running two rules. I have a rule that turns on a Iris V1 Smart Plug by reading a low temperature of 34 degrees on a Iris V1 Door/Window Sensor. Then another rules that turns the switch off when it reaches 45 degrees. Neither of these two rules seem to run when each temperature is triggered. I have erased each rule, and recreated them with the same results. I am not sure what I am doing wrong. Can someone please help me?





Try < or > instead of =

It's possible your sensor is skipping right over your trigger temp when it reports so the rule never fires.

3 Likes

Try this rule instead. It combines both options in one rule and should work. Use the sensors and switches that apply to your situation.

1 Like

I agre, the key here is the = as the temperature likely will go from 29.X to 30.X where X might only rarely be 0. Changing to a >= or > in the first rule, and <= or < in the second will likely work.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.