- Joined
- Jul 29, 2018
- Messages
- 810
- Reaction score
- 1,165
So I got tired of the Clarisea controller beeping and being annoying so I decided to cut it off and directly wire it into the power adapter it came with. Lo and behold, the roller turns on when plugged in which makes it a great fit for the Apex!
My current program turns on the fleece roller for 4 seconds every 25 minutes:
Fallback OFF
OSC 000:00/000:04/025:00 Then ON
I was interested in adding in an optical sensor here to turn on for 4 seconds if the sensor is closed and wait 15 mins between times that its allowed to turn on again. Does this code look kosher to ya'll?
Fallback OFF
Set OFF
OSC 000:00/000:04/025:00 Then ON
If OS1 CLOSED Then ON
If OS1 OPEN Then OFF
Defer 000:04 Then OFF
Min Time 015:00 Then OFF
My current program turns on the fleece roller for 4 seconds every 25 minutes:
Fallback OFF
OSC 000:00/000:04/025:00 Then ON
I was interested in adding in an optical sensor here to turn on for 4 seconds if the sensor is closed and wait 15 mins between times that its allowed to turn on again. Does this code look kosher to ya'll?
Fallback OFF
Set OFF
OSC 000:00/000:04/025:00 Then ON
If OS1 CLOSED Then ON
If OS1 OPEN Then OFF
Defer 000:04 Then OFF
Min Time 015:00 Then OFF