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

service crashes after updating to v2.93 #10

Closed
Dusan44 opened this issue Mar 5, 2023 · 3 comments
Closed

service crashes after updating to v2.93 #10

Dusan44 opened this issue Mar 5, 2023 · 3 comments

Comments

@Dusan44
Copy link

Dusan44 commented Mar 5, 2023

Hi,

I am new to github and not familiar with python nor programming. I ran FroniusSmartmeter service installed through setup helper over 2 months without problem. After updating to venus 2.93 service started to crash.
I tried following:
root@raspberrypi2:/data/FroniusSmartmeter# svstat /service/FroniusSmartmeter
/service/FroniusSmartmeter: up (pid 9850) 1 seconds
root@raspberrypi2:/data/FroniusSmartmeter# python3 /data/FroniusSmartmeter/fronius-smartmeter.py
Traceback (most recent call last):
File "/data/FroniusSmartmeter/fronius-smartmeter.py", line 39, in
from vedbus import VeDbusService, VeDbusItemImport
ModuleNotFoundError: No module named 'vedbus'

svstat always retunns value less than 3 seconds and running fronius-smartmeter.py gives above error.

I do not want to go back to v 2.92. Can you give me any hint how to proceed. Thank you.

@pos-ei-don
Copy link

pos-ei-don commented Mar 5, 2023

Same here.

I did not find a solution, so I temporarily switched back to the original driver:
https://github.com/RalfZim/venus.dbus-fronius-smartmeter
This works, until this is fixed.

(but i am unshure, this may me a problem of the setuphelper itself. I had Problems with one other driver aswell.)

@SirUli
Copy link
Owner

SirUli commented Mar 5, 2023

That indeed looks odd. Thanks for the report, i'll take a look at it later!

SirUli added a commit that referenced this issue Mar 5, 2023
Came from the fact that the python library was removed. Now using a different file.

fixes #10
@SirUli SirUli closed this as completed in f2cd1fa Mar 5, 2023
@SirUli
Copy link
Owner

SirUli commented Mar 5, 2023

Fixed with v1.11

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

3 participants