Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Turning devices on and off with time schedule
-
Hi all, thanks for your time.
I have created a digital point in an Arduino and I can make it on/off by the watch list.
How can I to make it with time scedule? (I don't understand if I can do it by schedule event actually. If I can not how can I succeed it?)Excuse me,I am begginer with the program cause I am student and also for my english. :)
-
This is very simple to do using a scheduled event.
- Create a schedule event.
- In the event handler find your new event and add a Setpoint under it.
- Configure the Setpoint so that your schedule turns it on or off.
Hopefully this is enough so you can figure it out from here. If you need more details let me know.
Joel.
-
Amazing!
It works!
I was so close to find it :P
thanks :)