Setting Exercise Time Issue #1215
-
Checklist
VersionGenmon Version V1.19.04 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)?The issue is that I am unable to set certain Exercise Date / Time through Genmon. Preamble and explanation: The generator exercise day and time were set on the generator to Thursday, 12.08. It has been running that way for quite some time. I changed the exercise day to Wednesday using Genmon. It was easier that walking to the generator on a rainy day. That worked flawlessly. After some discussion it was decided that remaining on Thursday would be better so I tried to change the day back to Thursday using Genmon and found that I could not set the day back to the previous weekday. I then did some testing and found the following:
Additional informationFrom mymodbus.log From Genmon Maintenance page: From Genmon Monitor page: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is a know limitation with nexus controllers when setting the exerciser time: https://github.com/jgyates/genmon/wiki/Appendix-D-Known-Issues#2-setting-nexus-exercise Generac addressed some of these issues with setting the controller with firmware updates however it was not until the Evolution model that they fundamentally changed the way the exercise time and date was set via modbus. Regarding the errors you posted in your mymodbus.log file. This is an issue with serial communications. It is hard to say what the issue is without more info (full logs) however you do appear to have a power issue as you pi looks like it has these errors: Pi CPU Frequency Throttling : Has occurred. Throttling Active. These errors can be an indicator of a suboptimal power supply. Are you powering your pi from the molex connector or the battery? Powering from the molex can have some issues, particularly on Nexus models as it may not supply enough current. If you are powering form the battery then you may want to check your power and ground connections. |
Beta Was this translation helpful? Give feedback.
There is a know limitation with nexus controllers when setting the exerciser time:
https://github.com/jgyates/genmon/wiki/Appendix-D-Known-Issues#2-setting-nexus-exercise
Generac addressed some of these issues with setting the controller with firmware updates however it was not until the Evolution model that they fundamentally changed the way the exercise time and date was set via modbus.
Regarding the errors you posted in your mymodbus.log file. This is an issue with serial communications. It is hard to say what the issue is without more info (full logs) however you do appear to have a power issue as you pi looks like it has these errors:
Pi CPU Frequency Throttling : Has occurred. Throt…