RalfZim

Results 6 comments of RalfZim

> That someone already had the problem on a current VenusOS? > > System-Info: Python 3.8.11 Firmware: v2.82-large-30 My Raspi is running VenusOS v2.66 and the "Online updates" tells me...

@kaeferfreund @reddog-42 @HenrikB-dev Can you guys please try this fix: ``` try: import gobject except: from gi.repository import GLib as gobject try: import thread # for daemon = True except:...

@kaeferfreund @reddog-42 @HenrikB-dev I just pushed a fix which works under Python 2.7.14 on my RasPi (VenusOS v2.66) as well as under Python 3.8.11 on my CerboGX (VenusOS v2.84). (I...

@unifiedcommsguy Just implemented and pushed a modified fix. Please check if this works for you. If so, please close this issue.

> edit line 107 in dbus-fronius-smartmeter.py and change > > `servicename='com.victronenergy.grid',` > > to: > > `servicename='com.victronenergy.grid.mymeter',` I included this pull request and I think this should also fix this...

@jenoe22 Please switch on your MP2 and have a look. Could it be that the PV2 meter is configured as "Grid meter" instead of "PV Inverter"?