Announcement

Collapse
No announcement yet.

Can I set EasyTrigger schedule values with a script?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can I set EasyTrigger schedule values with a script?

    I'd like to use a script to set the start and stop times of a schedule. Is that possible?

    #2
    The schedule parameters are stored in a simple text file. Not at where I can check the filename at the moment, but should be in the /config subfolder. IIRC, each schedule is a separate line. For a competent scripter (I'm not one) it should be relatively straightforward to modify the appropriate line in the file via script.
    -Wade

    Comment


      #3
      Cool!

      What I want to do is this. I want to have a schedule where both the start and stop time are based on sunset. So some time before sunset I'd run the script and set the schedule times.

      Comment


        #4
        I believe ET allows you to define schedule times relative to sunrise and sunset. Check the users manual for details.
        Mike____________________________________________________________ __________________
        HS3 Pro Edition 3.0.0.548, NUC i3

        HW: Stargate | NX8e | CAV6.6 | Squeezebox | PCS | WGL 800RF | RFXCOM | Vantage Pro | Green-Eye | Edgeport/8 | Way2Call | Ecobee3 | EtherRain | Ubiquiti

        Comment


          #5
          Yes ET allows you to define time ranges relative to sunset and sunrise
          https://forums.homeseer.com/forum/ul...41#post1347341

          You can also change a schedule from a script using the SetSchedule scripting function.
          https://forums.homeseer.com/forum/ul...15#post1281015

          Comment

          Working...
          X