kaeferfreund / dbus-kostal

Victron VenusOS dbus binding for Kostal Plenticore inverters
MIT License
11 stars 4 forks source link

Smart Meter readout overwirtes Carlo Galvazzi Meter #1

Open JostB-ger opened 2 years ago

JostB-ger commented 2 years ago

I managed to start your service. Thanks so much for this!

Unfortunatly i have no smart meter connected to my kostal. So when the service reads out the "meter" from the Plenticore Modbus Registers, it gets no values. So now I have a dead Smart Meter and my EM24 in the menu. In the display and on the VRM it only shows the dead Smart Meter with 0 values. Would be great to deactivate the function for smartmeter-readout via the Kostal Modbus.

JostB-ger commented 4 months ago

Since nobody answered here is the documentation on how to solve this problem:

comment out by adding a # on the following lines:

        # dbusservice['grid']['/Ac/Power'] =  self.Adr252[3]

        # dbusservice['grid']['/Ac/L1/Current'] = self.Adr222[3]
        # dbusservice['grid']['/Ac/L2/Current'] = self.Adr232[3]
        # dbusservice['grid']['/Ac/L3/Current'] = self.Adr242[3]

        # dbusservice['grid']['/Ac/L1/Voltage'] = self.Adr230[3]
        # dbusservice['grid']['/Ac/L2/Voltage'] = self.Adr240[3]
        # dbusservice['grid']['/Ac/L3/Voltage'] = self.Adr250[3]

        # dbusservice['grid']['/Ac/L1/Power'] = self.Adr224[3]
        # dbusservice['grid']['/Ac/L2/Power'] = self.Adr234[3]
        # dbusservice['grid']['/Ac/L3/Power'] = self.Adr244[3]

        # dbusservice['grid']['/Ac/Energy/Forward'] = self.Adr112[3] 

then the service is not adding any values from the smart meter into the dbus