I need help creating a Rule to Change Light Color by Power Level
Devices: KP115 and LZW42
If the Power(KP115) is > 1 then the Power Light(LZW42) in RED
If the Power(KP115) is <= 0 Then Power Light(LZW42) in Green.
I only can do one part
I need help creating a Rule to Change Light Color by Power Level
Devices: KP115 and LZW42
If the Power(KP115) is > 1 then the Power Light(LZW42) in RED
If the Power(KP115) is <= 0 Then Power Light(LZW42) in Green.
I only can do one part
You need to create conditional actions and trigger on "power changed" rather than "power > 1.0," (see this video for how to create conditionals: Rule Machine 2: Advance Conditional Rules - YouTube), or you can re-think your entire rule logic and do something like this:
Trigger: Power > 1.0
Actions:
Set Color: Red
Wait for event: power <= 0
Set Color: Green