- Joined
- Sep 15, 2019
- Messages
- 51
- Reaction score
- 24
Trying to program my felt roller to turn the outlet off, stay off and turn on the alarm if it runs more than 5 seconds. Current I have it programmed as such
Fallback OFF
Set OFF
If Rfloat CLOSED Then ON
If Rfloat OPEN Then OFF
Defer 000:01 Then OFF
Defer 000:01 Then ON
This runs as I want it minus the above ask. I've tried my hand at googling and got this line, but it errors out, so clearly I'm doing something wrong.
If Power ON > 000:05 Then set OFF
I have a virtual outlet set up for the alarm, I added this line to go off if it runs more than 5 seconds, is this correct?
If Felt_Roller = ON Then ON
Defer 000:05 Then ON
The outlet is labeled Felt_Roller if that'd needed for programming.
Fallback OFF
Set OFF
If Rfloat CLOSED Then ON
If Rfloat OPEN Then OFF
Defer 000:01 Then OFF
Defer 000:01 Then ON
This runs as I want it minus the above ask. I've tried my hand at googling and got this line, but it errors out, so clearly I'm doing something wrong.
If Power ON > 000:05 Then set OFF
I have a virtual outlet set up for the alarm, I added this line to go off if it runs more than 5 seconds, is this correct?
If Felt_Roller = ON Then ON
Defer 000:05 Then ON
The outlet is labeled Felt_Roller if that'd needed for programming.