VARTA EVU Modul

Fragen zur Nutzung, Features, usw..
Antworten
chrismoe
Beiträge: 12
Registriert: Mo Sep 12, 2022 12:40 pm

VARTA EVU Modul

Beitrag 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
Dateianhänge
opemnWB.JPG
klazi
Beiträge: 1
Registriert: Mi Dez 23, 2020 6:15 pm

Re: VARTA EVU Modul

Beitrag 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
Ladeheld
Beiträge: 5
Registriert: Do Jan 23, 2020 3:56 pm

Re: VARTA EVU Modul

Beitrag 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
LenaK
Beiträge: 1065
Registriert: Fr Jan 22, 2021 6:40 am

Re: VARTA EVU Modul

Beitrag von LenaK »

Ist in 1.9 in der Nightly und in software2 im Master behoben. Bitte eine Sicherung und dann ein Update machen.
chrismoe
Beiträge: 12
Registriert: Mo Sep 12, 2022 12:40 pm

Re: VARTA EVU Modul

Beitrag von chrismoe »

Super, es funktioniert!
Antworten