instanttim / MonitorMate

A monitoring system for the Outback Power MATE3. It processes the data stream, reformats it for logging, charting, and display on a web server.
GNU General Public License v2.0
8 stars 7 forks source link

Charge Params Met not working? #12

Closed instanttim closed 10 years ago

instanttim commented 10 years ago

I'm just noticing that my system has never logged a "yes" for charge params set. I see the days since full resetting to 0.0 when i reach full charge and my FNDC/MATE3 shows that the parameters are met. Is it possible there something wrong in the python side of things?

instanttim commented 10 years ago

Nevermind. It's working. It only says YES when they are actually BEING met right then, not if they've been met at any point that day.

instanttim commented 10 years ago

Note, you should make sure that the update interval is shorter (by half) of the charge parameters met delay. Otherwise you might not ever see "yes". I had mine set to 8 min, and the updates where happening every 10 min.

Now I have the delay set to 10 min and updates every 5. Even as it is, it likely will only register a single YES per day.