Woutrrr / Omnik-Data-Logger

Data logger for Omnik Solar Inverters
GNU General Public License v3.0
41 stars 42 forks source link

LiveStats.py doesn't work #20

Closed molekuul closed 8 years ago

molekuul commented 8 years ago

There are 4 issues with the LiveStats.py:

  1. there is a missing entry in the config.cfg, log_enabled
  2. the logfilename entry in the config.cfg should be log_filename in stead of filename
  3. line 66: print "ID: {0}".format(msg.id()) should be print "ID: {0}".format(msg.id)
  4. line 86: format(msg.id(), should be format(msg.id,
Woutrrr commented 8 years ago

I made changes to the main script which broke the LiveStats.py script. I've updated the LiveStats to fix the errors and it should work again.

Can you try the latest version ?

molekuul commented 8 years ago

Hi Wouter,

yes it does work now.

thanks,

kind regards,

Joris Weijters

Wouter van der Zwan schreef op 2015-12-23 22:16:

I made changes to the main script which broke the LiveStats.py script. I've updated the LiveStats to fix the errors and it should work again.

Can you try the latest version ?

Reply to this email directly or view it on GitHub [1].

*

Links:

[1] https://github.com/Woutrrr/Omnik-Data-Logger/issues/20#issuecomment-166991141