Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigParser #46

Open
eterpstra opened this issue Oct 29, 2021 · 7 comments
Open

ConfigParser #46

eterpstra opened this issue Oct 29, 2021 · 7 comments

Comments

@eterpstra
Copy link

Hoi Wouter,

Ik probeer de omnik uit te lezen. Ik heb de stappen gevolgd. Echter met python LiveStats.py gaat het al fout:

 File "/home/user/Omnik-Data-Logger/OmnikExport.py", line 11, in <module>
    import ConfigParser
ModuleNotFoundError: No module named 'ConfigParser'

Enig idee wat ik fout doe ? ik heb via pip geprobeerd om ConfigParser te installeren, maar dit was al geinstalleerd.

@Maxvani
Copy link

Maxvani commented Sep 18, 2022

Niet zeker of het nog nodig is, maar ConfigParser is van naam veranderd naar 'configparser' dus als je regel 11 veranderd van import ConfigParser naar 'import configparser as ConfigParser' zou het weer moeten werken

@p4r4ll4x
Copy link

Ik heb hetzelfde probleem.
Na wijzigen van OmnikExport.py krijg ik volgende fout:

Traceback (most recent call last):
  File "/home/pi/OmnikDataLogger/Omnik-Data-Logger/LiveStats.py", line 7, in <module>
    import OmnikExport
  File "/home/pi/OmnikDataLogger/Omnik-Data-Logger/OmnikExport.py", line 14, in <module>
    import InverterMsg  # Import the Msg handler
  File "/home/pi/OmnikDataLogger/Omnik-Data-Logger/InverterMsg.py", line 73
    print self.__get_short(59)
          ^
SyntaxError: invalid syntax

@manjh
Copy link

manjh commented Jun 22, 2023

Zelfde probleem hier. Alles werkte al jaren prima, tot ik opmerkte dat na 10 februari geen enkele waarde meer doorkwam.
Gekeken op de R-Pi: ConfigParser missing. Wijzigen naar configparser hielp niet.

Heb ook gekeken naar het alternatief, maar ik denk dat mijn inverter te oud is (bijna 10 jaar). Ik kan nergens een lokaal web UI vinden.

Advies?

@manjh
Copy link

manjh commented Jul 2, 2023

Is er hoop op een oplossing, of kan ik beter een andere manier zoeken?

@yohancourbe
Copy link

The code of this repository is very old, it's unmaintained since almost 10 years. ConfigParser is not supported on Python 2 anymore, the code needs to be upgraded to Python 3.

@sincze
Copy link

sincze commented Jul 2, 2023

@manjh
Copy link

manjh commented Jul 2, 2023

OK, thanks. After a bit of searching I found Inverter-Data-Logger.
Works great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants