OpenWB SE 11KW

Antworten
MrRose
Beiträge: 1
Registriert: So Apr 05, 2026 7:11 pm

OpenWB SE 11KW

Beitrag von MrRose »

Hallo zusammen

ich habe eine neue OpenWB SE 11KW seit heute kann ich die Lademodi (Sofort, PV etc) nicht mehr verstellen. Ein drücken der Knöpfe liefert keine Rückmeldung. Die letzten Tage hatte das noch funktioniert. Ich bin ein wenig ratlos hat jemand einen Tipp für mich?

Mainlog

Code: Alles auswählen

2026-04-05 21:16:14,181 - {control.algorithm.algorithm:51} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 39, in calc_current
    counter.limit_raw_power_left_to_surplus(self.evu_counter.calc_raw_surplus())
  File "/var/www/html/openWB/packages/control/counter.py", line 230, in calc_raw_surplus
    surplus = raw_power_left - max_power + bat_surplus + disengageable_smarthome_power
TypeError: unsupported operand type(s) for +: 'float' and 'NoneType'
2026-04-05 21:16:14,210 - {control.process:63} - {ERROR:MainThread} - Fehler im Process-Modul für Ladepunkt <control.chargepoint.chargepoint.Chargepoint object at 0x6e8d6598>
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/process.py", line 43, in process_algorithm_results
    self._update_state(cp)
  File "/var/www/html/openWB/packages/control/process.py", line 142, in _update_state
    f"state {ChargepointState(chargepoint.data.control_parameter.state).name}")
  File "/usr/lib/python3.9/enum.py", line 360, in __call__
    return cls.__new__(cls, value)
  File "/usr/lib/python3.9/enum.py", line 677, in __new__
    raise ve_exc
ValueError: None is not a valid ChargepointState
2026-04-05 21:16:23,390 - {control.algorithm.algorithm:51} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 39, in calc_current
    counter.limit_raw_power_left_to_surplus(self.evu_counter.calc_raw_surplus())
  File "/var/www/html/openWB/packages/control/counter.py", line 230, in calc_raw_surplus
    surplus = raw_power_left - max_power + bat_surplus + disengageable_smarthome_power
TypeError: unsupported operand type(s) for +: 'float' and 'NoneType'
2026-04-05 21:16:23,406 - {control.process:63} - {ERROR:MainThread} - Fehler im Process-Modul für Ladepunkt <control.chargepoint.chargepoint.Chargepoint object at 0x6e8fc7d8>
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/process.py", line 43, in process_algorithm_results
    self._update_state(cp)
  File "/var/www/html/openWB/packages/control/process.py", line 142, in _update_state
    f"state {ChargepointState(chargepoint.data.control_parameter.state).name}")
  File "/usr/lib/python3.9/enum.py", line 360, in __call__
    return cls.__new__(cls, value)
  File "/usr/lib/python3.9/enum.py", line 677, in __new__
    raise ve_exc
ValueError: None is not a valid ChargepointState
2026-04-05 21:16:33,606 - {control.algorithm.algorithm:51} - {ERROR:MainThread} - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm/algorithm.py", line 39, in calc_current
    counter.limit_raw_power_left_to_surplus(self.evu_counter.calc_raw_surplus())
  File "/var/www/html/openWB/packages/control/counter.py", line 230, in calc_raw_surplus
    surplus = raw_power_left - max_power + bat_surplus + disengageable_smarthome_power
TypeError: unsupported operand type(s) for +: 'float' and 'NoneType'
2026-04-05 21:16:33,621 - {control.process:63} - {ERROR:MainThread} - Fehler im Process-Modul für Ladepunkt <control.chargepoint.chargepoint.Chargepoint object at 0x6fa9b688>
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/process.py", line 43, in process_algorithm_results
    self._update_state(cp)
  File "/var/www/html/openWB/packages/control/process.py", line 142, in _update_state
    f"state {ChargepointState(chargepoint.data.control_parameter.state).name}")
  File "/usr/lib/python3.9/enum.py", line 360, in __call__
    return cls.__new__(cls, value)
  File "/usr/lib/python3.9/enum.py", line 677, in __new__
    raise ve_exc
ValueError: None is not a valid ChargepointState
Dateianhänge
Screenshot 2026-04-05 211334.png
Screenshot 2026-04-05 211334.png (24.93 KiB) 73 mal betrachtet
aiole
Beiträge: 8937
Registriert: Mo Okt 08, 2018 4:51 pm
Has thanked: 231 times
Been thanked: 248 times

Re: OpenWB SE 11KW

Beitrag von aiole »

Bitte alle Infos bereitsstellen viewtopic.php?t=1526
Gero
Beiträge: 5110
Registriert: Sa Feb 20, 2021 9:55 am
Has thanked: 70 times
Been thanked: 363 times

Re: OpenWB SE 11KW

Beitrag von Gero »

MrRose hat geschrieben: So Apr 05, 2026 7:19 pm . Ein drücken der Knöpfe liefert keine Rückmeldung. Die letzten Tage hatte das noch funktioniert.
Funktionieren nur die Lademodus-Knöpfe nicht oder ist alles tot?

Der Logauszug deutet auf Probleme mit der Erkennung der Hardware hin. Hilft ein Neustart? Falls nicht, support-Ticket aufmachen.
openWB-pro+, openWB-Buchse, E3/DC S10pro+39kWh, 30kWp Ost-Süd, Model 3 und Ion
Antworten