brklaas1 Posted November 30, 2009 Posted November 30, 2009 How would I code a program to cut the lights that are ON (or above 80%) to 80%? And call it from another program so I can determine what would trigger it - either a time, button push, etc.? Quote
Michel Kohanim Posted December 1, 2009 Posted December 1, 2009 Hello brklass1, Currently this feature requires a lot of programming since you would have to first know if the device is above some level and then apply the load shed signal. We do have plans of supporting Power Save mode in the programs but, currently, it has a very low priority. With kind regards, Michel How would I code a program to cut the lights that are ON (or above 80%) to 80%? And call it from another program so I can determine what would trigger it - either a time, button push, etc.? Quote
brklaas1 Posted December 3, 2009 Author Posted December 3, 2009 I have tried a few solutions - all do require much programming. How do I check the value of a switch in an IF? Not checking for change, etc. Just current state? Quote
Sub-Routine Posted December 3, 2009 Posted December 3, 2009 Disable the program, and call it using Run (If). If Status 'Dining Room' > 80% Then Set 'Dining Room' 80% Else - No Actions - (To add one, press 'Action') Rand Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.