28.07.2018, 11:21
I wonder if there is any script to control shutters (position, up/down, stop) using reactor digital outputs?
LUA control shutter using reactor
|
28.07.2018, 11:21
I wonder if there is any script to control shutters (position, up/down, stop) using reactor digital outputs?
28.07.2018, 17:56
I was thinking about this task(as a challenge) and maybe I will prepare some script. It should be (in my opinion) combination of event-based script which will activate resident script and when blind is moving this resident script should control its relays in some wise way.
Done is better than perfect
31.07.2018, 07:42
(28.07.2018, 11:21)Bitver Wrote: I wonder if there is any script to control shutters (position, up/down, stop) using reactor digital outputs? try this 1/1/1 - button up 1/1/2 - button down 1/1/3 - motor up 1/1/4 - motor down 1/1/5 - position setpoint 1/1/6 - position status event script for button up (name = gate_up) Code: up = event.getvalue() Code: down = event.getvalue() Code: proc = event.getvalue() |
« Next Oldest | Next Newest »
|