Seite 1 von 1

VARTA EVU Modul

Verfasst: Sa Aug 19, 2023 2:22 pm
von chrismoe
Hallo,
ich nutze das Varta EVU Modul schon seit Monaten problemlos.

Ich habe heute die openWB Software 2 ausprobiert und es gab einen Fehler mit dem VARTA EVU Modul.

Ich habe dann die alte SD Karte wieder eingesteckt und bekomme jetzt auf einmal auch eine Fehlermeldung mit der Konfiguration die bereits Monate lief. Reset von Varta Element hat auch nichts gebracht. Auch update auf letzte nightly hat nichts gebracht. Ich habe jetzt schon seit Stunden alles möglich probiert. Hier mal die Fehlermeldung:

Code: Alles auswählen

modules.common.fault_state.FaultState: ("modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Exception Response(131, 3, IllegalAddress)', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)
str(e)) from e
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 101, in __read_registers
self.delegate.read_holding_registers, address, types, byteorder, wordorder, **kwargs
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 119, in read_holding_registers
frequency = client.read_holding_registers(1082, ModbusDataType.UINT_16, unit=1) / 100
File "/var/www/html/openWB/packages/modules/devices/varta/counter.py", line 22, in update
component.update(c)
File "/var/www/html/openWB/packages/modules/devices/varta/device.py", line 37, in update_components
Traceback (most recent call last):

The above exception was the direct cause of the following exception:

modules.common.fault_state.FaultState: ('modules.common.modbus Exception Response(131, 3, IllegalAddress)', <FaultStateLevel.ERROR: 2>)
raise FaultState.error(__name__+" "+str(response))
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 85, in __read_registers
Traceback (most recent call last):
2023-08-19 16:09:14: PID: 2462: modules.common.fault_state: Varta Zähler: FaultState FaultStateLevel.ERROR, FaultStr modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Exception Response(131, 3, IllegalAddress)', <FaultStateLevel.ERROR: 2>), Traceback:

Hat jemand eine Idee was ich noch probieren kann oder wo genau das Problem ist?

Das auslesen der Speicherwerte funktioniert. Siehe auch den Anhang.

Gruß,

Chris

Re: VARTA EVU Modul

Verfasst: Sa Aug 19, 2023 5:41 pm
von klazi
Hallo.
Wir haben dieselbe Fehlermeldung im "Status" Bereich. Nach dem Update auf 1.9.303.0 ist der Fehler nun aufgetaucht. Die Daten vom Varta-Speicher (EVU Modul) werden nicht mehr übernommen, aber beim Zugriff auf Varta direkt scheint alles OK.

Bitte um eure Unterstützung.

lg Michael

Code: Alles auswählen

modules.common.fault_state.FaultState: ("modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Exception Response(131, 3, IllegalAddress)', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)
str(e)) from e
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 101, in __read_registers
self.delegate.read_holding_registers, address, types, byteorder, wordorder, **kwargs
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 119, in read_holding_registers
frequency = client.read_holding_registers(1082, ModbusDataType.UINT_16, unit=1) / 100
File "/var/www/html/openWB/packages/modules/devices/varta/counter.py", line 22, in update
component.update(c)
File "/var/www/html/openWB/packages/modules/devices/varta/device.py", line 37, in update_components
Traceback (most recent call last):

The above exception was the direct cause of the following exception:

modules.common.fault_state.FaultState: ('modules.common.modbus Exception Response(131, 3, IllegalAddress)', <FaultStateLevel.ERROR: 2>)
raise FaultState.error(__name__+" "+str(response))
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 85, in __read_registers

Re: VARTA EVU Modul

Verfasst: Mi Aug 23, 2023 10:38 am
von Ladeheld
Bei mir tauchen ähnliche Probleme mit dem SMA Sunny Island auf. Dessen Daten werden ab installierte Version: 1.9.303.0 nicht mehr ausgelesen.
viewtopic.php?p=91020#p91020

Re: VARTA EVU Modul

Verfasst: Do Aug 24, 2023 1:55 pm
von LenaK
Ist in 1.9 in der Nightly und in software2 im Master behoben. Bitte eine Sicherung und dann ein Update machen.

Re: VARTA EVU Modul

Verfasst: Fr Aug 25, 2023 8:37 pm
von chrismoe
Super, es funktioniert!