unifiedcommsguy / victron-dbus-fronius-smartmeter

MIT License
4 stars 0 forks source link

Victron Venus 2.8x crash #1

Open csab3266 opened 2 years ago

csab3266 commented 2 years ago

Doesn't work with Victron Venus 2.8x. 2.80 provides only Python 3.

fladdie commented 2 years ago

Service crashs:

root@raspberrypi4:~# svstat /service/dbus-fronius-smartmeter /service/dbus-fronius-smartmeter: up (pid 2516) 1 seconds root@raspberrypi4:~# root@raspberrypi4:~# svstat /service/dbus-fronius-smartmeter /service/dbus-fronius-smartmeter: up (pid 2553) 0 seconds root@raspberrypi4:~# root@raspberrypi4:~# svstat /service/dbus-fronius-smartmeter /service/dbus-fronius-smartmeter: up (pid 2553) 0 seconds root@raspberrypi4:~# root@raspberrypi4:~# svstat /service/dbus-fronius-smartmeter /service/dbus-fronius-smartmeter: up (pid 2591) 0 seconds root@raspberrypi4:~# root@raspberrypi4:~# svstat /service/dbus-fronius-smartmeter /service/dbus-fronius-smartmeter: up (pid 2630) 0 seconds root@raspberrypi4:~# root@raspberrypi4:~# svstat /service/dbus-fronius-smartmeter /service/dbus-fronius-smartmeter: up (pid 2630) 1 seconds root@raspberrypi4:~# root@raspberrypi4:~# svstat /service/dbus-fronius-smartmeter /service/dbus-fronius-smartmeter: up (pid 3456) 0 seconds root@raspberrypi4:~# svstat /service/dbus-fronius-smartmeter /service/dbus-fronius-smartmeter: up (pid 3485) 1 seconds

mikechristiansen commented 2 years ago

Seems to be related to "gobeject" and Python3. root@nanopi:/data/dbus-fronius-smartmeter# ./dbus-fronius-smartmeter.py Traceback (most recent call last): File "./dbus-fronius-smartmeter.py", line 17, in <module> import gobject ModuleNotFoundError: No module named 'gobject'