RalfZim / venus.dbus-fronius-smartmeter

A service for Venus OS, reading smart meter data from a Fronius system and making the values available on dbus.
MIT License
51 stars 30 forks source link

venus v.2.92 no meter #21

Closed superpoli closed 1 year ago

superpoli commented 1 year ago

i use venus v2.92 large on a raspberry pi 2. is it right that the directory "/data/dbus-iobroker-smartmeter" does not exists? i created it an do the install.sh but there is no reaction. so i did it again and

root@raspberrypi2:/data/dbus-iobroker-smartmeter# sudo ./install.sh ln: /service/dbus-iobroker-smartmeter/service: File exists

so it seems to be installed, but nothing appears in venus.

root@raspberrypi2:/data/dbus-iobroker-smartmeter# svstat /service/dbus-iobroker-smartmeter /service/dbus-iobroker-smartmeter: up (pid 7704) 0 seconds root@raspberrypi2:/data/dbus-iobroker-smartmeter# python /data/dbus-iobroker-smartmeter/dbus-iobroker-smartmeter.py Traceback (most recent call last): File "/data/dbus-iobroker-smartmeter/dbus-iobroker-smartmeter.py", line 4, in <module> from vedbus import VeDbusService ModuleNotFoundError: No module named 'vedbus' root@raspberrypi2:/data/dbus-iobroker-smartmeter#

kraber2 commented 1 year ago

Try this on Terminal:

python /data/dbus-fronius-smartmeter/dbus-fronius-smartmeter.py & disown

RalfZim commented 1 year ago

i use venus v2.92 large on a raspberry pi 2. is it right that the directory "/data/dbus-iobroker-smartmeter" does not exists? i created it an do the install.sh but there is no reaction. so i did it again and

root@raspberrypi2:/data/dbus-iobroker-smartmeter# sudo ./install.sh ln: /service/dbus-iobroker-smartmeter/service: File exists

so it seems to be installed, but nothing appears in venus.

I think this is more a question for the project dbus-iobroker-smartmeter. Did you open this issue here by mistake?

RalfZim commented 1 year ago

This issue is not about venus.dbus-fronius-smartmeter, therefore I close this issue.