Automating changing of the exercise time #1379
-
Checklist
VersionGenmon V1.19.08 Have you submitted your log files from the About page? Note that outbound email must be working for logs to be submitted.I have not submitted logs What is/are your question(s)?I did look at discussion #1217, but it didn't answer all my questions. My goal is to update the controller monthly exercise date to a Questions: 1 - Is there a (easy) way to retrieve the existing exercise time from the controller? Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
|
Hi @NorthernMI The easy way to get the built in exercise cycle is to look on the Maintenance page of the web interface. You can view it and set it from that page. For enahnced exercise add on, the recommended method is to make changes on the Add on page in the web interface. Yes, anytime you modify and save a setting genmon will restart as it need to reload the configuration. If you make the change to the config file manually, genmon will not read the change until you manually restart the software. Let me know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jgyates , I'm closing this as resolved. The parameter exercise_nth_day_of_month in genexercise.conf works quite nicely. I've got a python script that handles setting the generator controller day for the next month, once the current month's cycle has passed. |
Beta Was this translation helpful? Give feedback.
Hi @jgyates ,
I'm closing this as resolved. The parameter exercise_nth_day_of_month in genexercise.conf works quite nicely. I've got a python script that handles setting the generator controller day for the next month, once the current month's cycle has passed.