Feedback Alpha 2

Fragen zur Nutzung, Features, usw..
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Alpha 2

Beitrag von mrinas »

LutzB hat geschrieben: Mi Mär 16, 2022 1:13 pm Lena hatte noch eine Idee dazu:
Die Konfiguration der beiden Broker musste angepasst werden. Leider ist das bei meinem letzten Update aus der atreboot.sh in das Installationsskript gewandert. Kannst Du die Einstellungen mal selber aus dem Ordner data aktualisieren und danach rebooten? Dann sollten die Topics auch im externen Broker ankommen.
ja, genau das war es! Nach dem stoppen der beiden mosquitto dienste, kopieren der config files und neustart von mosquitto und dem openWB2 service habe ich nun ein Ladelog :)

Könnte es sein dass dadurch auch ein Eintrag im Ladelog fehlt? Ich hab' was bis zum 13., danach dann nicht mehr. Aber am 14 gab's auch Sonne, da müsste auch ein Ladevorgang stattgefunden haben.
Ich beobachte das mal weiter sofern die Sonne sich wieder blicken lässt.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
derNeueDet
Beiträge: 4229
Registriert: Mi Nov 11, 2020 7:16 pm

Re: Feedback Alpha 2

Beitrag von derNeueDet »

Hi Lutz,

du schreibst in update_self.sh ein Logfile in der Ramdisk, das dann mit dem Reboot am Ende einfach entsorgt wird.

Persistent wäre sicher besser, um zu sehen, was da passiert ist.

VG
Det
10kWp PV mit SMA Tripower 10000TL-10 (PE11 mit SDM72V2); 2,4kWp mit Solis 2.5 G6 (EE11 mit SDM120). OpenWB Standard+. EVU EM540 an einem Raspi mit Venus OS. BEV Mercedes EQA 250 (07/2023)
LutzB
Beiträge: 3521
Registriert: Di Feb 25, 2020 9:23 am

Re: Feedback Alpha 2

Beitrag von LutzB »

derNeueDet hat geschrieben: Mi Mär 16, 2022 2:50 pm Hi Lutz,

du schreibst in update_self.sh ein Logfile in der Ramdisk, das dann mit dem Reboot am Ende einfach entsorgt wird.

Persistent wäre sicher besser, um zu sehen, was da passiert ist.

VG
Det
Da hast Du vollkommen Recht und eigentlich wollte ich das auch noch anpassen. Wird nachgeliefert.
derNeueDet
Beiträge: 4229
Registriert: Mi Nov 11, 2020 7:16 pm

Re: Feedback Alpha 2

Beitrag von derNeueDet »

👍🏻
10kWp PV mit SMA Tripower 10000TL-10 (PE11 mit SDM72V2); 2,4kWp mit Solis 2.5 G6 (EE11 mit SDM120). OpenWB Standard+. EVU EM540 an einem Raspi mit Venus OS. BEV Mercedes EQA 250 (07/2023)
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Alpha 2

Beitrag von mrinas »

Mein Hausverbrauch ist seit einem der letzten Updates bei 398W eingefroren und will sich nicht mehr ändern. Scheinbar klappt die Berechnung nicht mehr, EVU und PV Leistung variieren, aber der Hausverbrauch passt nicht dazu. Hausverbrauch ist auch eine flache Linie, was ja auch nicht realistisch ist.
Screenshot 2022-03-17 145148.png

Code: Alles auswählen

2022-03-17 14:49:04,553 - {root:41} - INFO - # ***Start*** 
2022-03-17 14:49:04,555 - {modules.loadvars:106} - ERROR - Fehler im loadvars-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/main.py", line 42, in handler10Sec
    exit_time = data.data.general_data["general"].data["control_interval"]
KeyError: 'general'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/loadvars.py", line 102, in _get_general
    if data.data.general_data["general"].data[
KeyError: 'general'
2022-03-17 14:49:04,559 - {modules.sma_shm.device:50} - DEBUG - Beginning update
2022-03-17 14:49:04,560 - {modules.sma_modbus_tcp.device:61} - DEBUG - Start device reading {'component9': <modules.sma_modbus_tcp.inverter_modbus_tcp.SmaModbusTcpInverter object at 0x760c16b8>}
2022-03-17 14:49:04,560 - {modules.common.component_context:50} - DEBUG - Update Komponenten ['EnergyMeter 1.0']
2022-03-17 14:49:04,561 - {modules.http.device:62} - DEBUG - Start device reading {'component10': <modules.http.counter.HttpCounter object at 0x73965928>}
2022-03-17 14:49:04,562 - {modules.common.component_context:23} - DEBUG - Update Komponente ['PV1']
2022-03-17 14:49:04,563 - {modules.common.component_context:23} - DEBUG - Update Komponente ['LP1']
2022-03-17 14:49:04,564 - {modules.sma_modbus_tcp.inverter_modbus_tcp:37} - DEBUG - Komponente PV1 auslesen.
2022-03-17 14:49:04,573 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-03-17 14:49:04,577 - {pymodbus.client.sync:215} - DEBUG - Connection to Modbus server established. Socket ('192.168.178.99', 41287)
2022-03-17 14:49:04,579 - {pymodbus.transaction:139} - DEBUG - Current transaction state - TRANSACTION_COMPLETE
2022-03-17 14:49:04,579 - {pymodbus.transaction:144} - DEBUG - Running transaction 419
2022-03-17 14:49:04,580 - {pymodbus.transaction:272} - DEBUG - SEND: 0x1 0xa3 0x0 0x0 0x0 0x6 0x3 0x3 0x78 0x37 0x0 0x2
2022-03-17 14:49:04,580 - {pymodbus.client.sync:76} - DEBUG - New Transaction state 'SENDING'
2022-03-17 14:49:04,583 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla1 HTTP/1.1" 200 3
2022-03-17 14:49:04,583 - {pymodbus.transaction:286} - DEBUG - Changing transaction state from 'SENDING' to 'WAITING FOR REPLY'
2022-03-17 14:49:04,586 - {modules.common.req:11} - DEBUG - Get-Response: 0.0
2022-03-17 14:49:04,588 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla1 0.0
2022-03-17 14:49:04,596 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-03-17 14:49:04,602 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla2 HTTP/1.1" 200 3
2022-03-17 14:49:04,605 - {modules.common.req:11} - DEBUG - Get-Response: 0.0
2022-03-17 14:49:04,606 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla2 0.0
2022-03-17 14:49:04,614 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-03-17 14:49:04,620 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/lla3 HTTP/1.1" 200 3
2022-03-17 14:49:04,623 - {modules.common.req:11} - DEBUG - Get-Response: 0.0
2022-03-17 14:49:04,624 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/lla3 0.0
2022-03-17 14:49:04,631 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-03-17 14:49:04,633 - {pymodbus.transaction:374} - DEBUG - Changing transaction state from 'WAITING FOR REPLY' to 'PROCESSING REPLY'
2022-03-17 14:49:04,633 - {pymodbus.transaction:296} - DEBUG - RECV: 0x1 0xa3 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x0 0x0 0x1 0x94
2022-03-17 14:49:04,634 - {pymodbus.framer.socket_framer:147} - DEBUG - Processing: 0x1 0xa3 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x0 0x0 0x1 0x94
2022-03-17 14:49:04,634 - {pymodbus.factory:266} - DEBUG - Factory Response[ReadHoldingRegistersResponse: 3]
2022-03-17 14:49:04,634 - {pymodbus.transaction:453} - DEBUG - Adding transaction 419
2022-03-17 14:49:04,635 - {pymodbus.transaction:464} - DEBUG - Getting transaction 419
2022-03-17 14:49:04,635 - {pymodbus.transaction:224} - DEBUG - Changing transaction state from 'PROCESSING REPLY' to 'TRANSACTION_COMPLETE'
2022-03-17 14:49:04,635 - {pymodbus.payload:312} - DEBUG - [0, 404]
2022-03-17 14:49:04,635 - {pymodbus.payload:368} - DEBUG - [b'\x00\x00', b'\x01\x94']
2022-03-17 14:49:04,636 - {pymodbus.transaction:139} - DEBUG - Current transaction state - TRANSACTION_COMPLETE
2022-03-17 14:49:04,636 - {pymodbus.transaction:144} - DEBUG - Running transaction 420
2022-03-17 14:49:04,636 - {pymodbus.transaction:272} - DEBUG - SEND: 0x1 0xa4 0x0 0x0 0x0 0x6 0x3 0x3 0x77 0x41 0x0 0x2
2022-03-17 14:49:04,636 - {pymodbus.client.sync:76} - DEBUG - New Transaction state 'SENDING'
2022-03-17 14:49:04,637 - {pymodbus.transaction:286} - DEBUG - Changing transaction state from 'SENDING' to 'WAITING FOR REPLY'
2022-03-17 14:49:04,639 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwh HTTP/1.1" 200 8
2022-03-17 14:49:04,641 - {modules.common.req:11} - DEBUG - Get-Response: 3965.614
2022-03-17 14:49:04,641 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llkwh 3965.614
2022-03-17 14:49:04,646 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-03-17 14:49:04,650 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llkwhlp8 HTTP/1.1" 200 2
2022-03-17 14:49:04,651 - {modules.common.req:11} - DEBUG - Get-Response: 0

2022-03-17 14:49:04,652 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llkwhlp8 0

2022-03-17 14:49:04,657 - {urllib3.connectionpool:227} - DEBUG - Starting new HTTP connection (1): 192.168.178.51:80
2022-03-17 14:49:04,661 - {urllib3.connectionpool:452} - DEBUG - http://192.168.178.51:80 "GET /openWB/ramdisk/llaktuell HTTP/1.1" 200 1
2022-03-17 14:49:04,662 - {modules.common.req:11} - DEBUG - Get-Response: 0
2022-03-17 14:49:04,663 - {modules.http.api:16} - DEBUG - Antwort auf http://192.168.178.51/openWB/ramdisk/llaktuell 0
2022-03-17 14:49:04,664 - {modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[230.0, 230.0, 230.0], powers=[0.0, 0.0, 0.0], currents=[0.0, 0.0, 0.0], power_factors=[0.0, 0.0, 0.0], imported=3965.614, exported=0.0, power=0.0, frequency=50)
2022-03-17 14:49:04,776 - {pymodbus.transaction:374} - DEBUG - Changing transaction state from 'WAITING FOR REPLY' to 'PROCESSING REPLY'
2022-03-17 14:49:04,776 - {pymodbus.transaction:296} - DEBUG - RECV: 0x1 0xa4 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x2 0x3b 0xb2 0x3f
2022-03-17 14:49:04,777 - {pymodbus.framer.socket_framer:147} - DEBUG - Processing: 0x1 0xa4 0x0 0x0 0x0 0x7 0x3 0x3 0x4 0x2 0x3b 0xb2 0x3f
2022-03-17 14:49:04,777 - {pymodbus.factory:266} - DEBUG - Factory Response[ReadHoldingRegistersResponse: 3]
2022-03-17 14:49:04,777 - {pymodbus.transaction:453} - DEBUG - Adding transaction 420
2022-03-17 14:49:04,777 - {pymodbus.transaction:464} - DEBUG - Getting transaction 420
2022-03-17 14:49:04,778 - {pymodbus.transaction:224} - DEBUG - Changing transaction state from 'PROCESSING REPLY' to 'TRANSACTION_COMPLETE'
2022-03-17 14:49:04,778 - {pymodbus.payload:312} - DEBUG - [571, 45631]
2022-03-17 14:49:04,778 - {pymodbus.payload:368} - DEBUG - [b'\x02;', b'\xb2?']
2022-03-17 14:49:04,779 - {modules.common.store._api:20} - DEBUG - Saving InverterState(currents=[0.0, 0.0, 0.0], power=-404, counter=37466687)
2022-03-17 14:49:05,445 - {modules.common.component_context:23} - DEBUG - Update Komponente ['EnergyMeter 1.0']
2022-03-17 14:49:05,445 - {modules.common.store._api:20} - DEBUG - Saving CounterState(voltages=[228.364, 226.571, 228.354], powers=[-369.3, 118.9, 197.1], currents=[-1.642, 0.895, 1.104], power_factors=[0.994, 0.784, 0.973], imported=31587024.6, exported=71644079.4, power=-53.3, frequency=None)
2022-03-17 14:49:05,461 - {modules.sma_shm.device:67} - DEBUG - All components updated
2022-03-17 14:49:05,463 - {modules.sma_shm.device:58} - DEBUG - Update complete
2022-03-17 14:49:05,791 - {control.prepare:144} - ERROR - Fehler im Prepare-Modul für EV ev0
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/main.py", line 42, in handler10Sec
    exit_time = data.data.general_data["general"].data["control_interval"]
KeyError: 'general'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/prepare.py", line 135, in copy_data
    if data.data.general_data["general"].data["chargemode_config"]["individual_mode"]:
KeyError: 'general'
2022-03-17 14:49:05,792 - {control.prepare:144} - ERROR - Fehler im Prepare-Modul für EV ev1
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/main.py", line 42, in handler10Sec
    exit_time = data.data.general_data["general"].data["control_interval"]
KeyError: 'general'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/prepare.py", line 135, in copy_data
    if data.data.general_data["general"].data["chargemode_config"]["individual_mode"]:
KeyError: 'general'
2022-03-17 14:49:05,797 - {control.counter:377} - ERROR - Fehler in der Zähler-Klasse von 7
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/main.py", line 42, in handler10Sec
    exit_time = data.data.general_data["general"].data["control_interval"]
KeyError: 'general'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 352, in setup_counter
    data.data.cp_data[cp].data["set"]["loadmanagement_available"] = True
KeyError: 'cp13'
2022-03-17 14:49:05,805 - {control.pv:102} - ERROR - Fehler im allgemeinen PV-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/main.py", line 42, in handler10Sec
    exit_time = data.data.general_data["general"].data["control_interval"]
KeyError: 'general'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/pv.py", line 76, in calc_power_for_control
    control_range_low = data.data.general_data["general"].data[
KeyError: 'general'
2022-03-17 14:49:05,813 - {control.counter:91} - ERROR - Fehler in der allgemeinen Zähler-Klasse
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/main.py", line 42, in handler10Sec
    exit_time = data.data.general_data["general"].data["control_interval"]
KeyError: 'general'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/counter.py", line 53, in calc_home_consumption
    power += data.data.cp_data[f"cp{element['id']}"].data["get"]["power"]
KeyError: 'cp13'
2022-03-17 14:49:05,818 - {control.data:268} - DEBUG - all
{'get': {'power': 0}, 'config': {'configured': False}, 'set': {'charging_power_left': 0, 'switch_on_soc_reached': 0, 'hybrid_system_detected': False}}
2022-03-17 14:49:05,819 - {control.data:268} - DEBUG - all
{'get': {'daily_yield': 0.0, 'power': 0, 'counter': 0}}
2022-03-17 14:49:05,820 - {control.data:268} - DEBUG - cpt0
{'name': 'Standard Ladepunkt-Vorlage', 'autolock': {'wait_for_charging_end': False, 'active': False, 'plans': {}}, 'rfid_enabling': False, 'valid_tags': []}
2022-03-17 14:49:05,821 - {control.data:268} - DEBUG - all
{'set': {'loadmanagement_active': False, 'home_consumption': 398, 'invalid_home_consumption': 0, 'daily_yield_home_consumption': 16063.599999997765}, 'get': {'hierarchy': [{'id': 7, 'type': 'counter', 'children': [{'id': 9, 'type': 'inverter', 'children': []}, {'id': 10, 'type': 'counter', 'children': []}, {'id': 13, 'type': 'cp', 'children': []}]}]}}
2022-03-17 14:49:05,822 - {control.data:268} - DEBUG - counter7
{'set': {'consumption_left': 24000}, 'get': {'daily_yield_export': 847.4000000059605, 'daily_yield_import': 13059.000000003725, 'voltages': [228.36, 226.57, 228.35], 'currents': [-1.64, 0.9, 1.1], 'powers': [-369.3, 118.9, 197.1], 'power_factors': [0.99, 0.78, 0.97], 'imported': 31587024.6, 'exported': 71644079.4, 'power': -53.3, 'fault_str': 'Kein Fehler.', 'fault_state': 0}, 'config': {'max_currents': [35, 35, 35], 'max_total_power': 24000}}
2022-03-17 14:49:05,822 - {control.data:268} - DEBUG - counter10
{'set': {'currents_used': [0.0, 0.0, 0.0]}, 'get': {'daily_yield_export': 0.0, 'daily_yield_import': 8.938000000000102, 'fault_str': 'Kein Fehler.', 'fault_state': 0, 'voltages': [230.0, 230.0, 230.0], 'currents': [0.0, 0.0, 0.0], 'powers': [0.0, 0.0, 0.0], 'power_factors': [0.0, 0.0, 0.0], 'imported': 3965.614, 'exported': 0.0, 'power': 0.0, 'frequency': 50}, 'config': {'max_currents': [16, 16, 16], 'max_total_power': 11000}}
2022-03-17 14:49:05,822 - {control.data:268} - DEBUG - ct0
{'name': 'Standard-Ladeprofil-Vorlage', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 10, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 100}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 10, 'limit': {'selected': 'none', 'soc': 50, 'amount': 10}}}}
2022-03-17 14:49:05,823 - {control.data:268} - DEBUG - ct1
{'name': 'Tesla', 'disable_after_unplug': False, 'prio': False, 'load_default': False, 'time_charging': {'active': False, 'plans': {}}, 'chargemode': {'selected': 'pv_charging', 'pv_charging': {'min_soc_current': 32, 'min_current': 0, 'feed_in_limit': False, 'min_soc': 0, 'max_soc': 1}, 'scheduled_charging': {'plans': {}}, 'instant_charging': {'current': 32, 'limit': {'selected': 'soc', 'soc': 75, 'amount': 10}}}}
2022-03-17 14:49:05,823 - {control.data:268} - DEBUG - ev0
{'set': {'ev_template': {'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}, 'get': {'range_charged': 0, 'soc': 0}, 'control_parameter': {'required_current': 6, 'phases': 1, 'prio': False, 'timestamp_switch_on_off': '0', 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging'}, 'name': 'Standard-Fahrzeug', 'charge_template': 0, 'ev_template': 0, 'tag_id': []}
2022-03-17 14:49:05,824 - {control.data:268} - DEBUG - ev1
{'set': {'ev_template': {'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 79, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}}, 'get': {'range_charged': 0, 'soc': 0}, 'control_parameter': {'required_current': 6, 'phases': 1, 'prio': False, 'timestamp_switch_on_off': '0', 'timestamp_auto_phase_switch': '0', 'timestamp_perform_phase_switch': '0', 'submode': 'pv_charging', 'chargemode': 'pv_charging'}, 'charge_template': 1, 'ev_template': 1, 'name': 'Tesla', 'tag_id': ['Tesla']}
2022-03-17 14:49:05,825 - {control.data:268} - DEBUG - et0
{'name': 'Standard-Fahrzeug-Vorlage', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 82, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}
2022-03-17 14:49:05,825 - {control.data:268} - DEBUG - et1
{'name': 'Tesla', 'max_current_multi_phases': 16, 'max_phases': 3, 'phase_switch_pause': 2, 'prevent_switch_stop': False, 'control_pilot_interruption': False, 'average_consump': 17, 'min_current': 6, 'max_current_one_phase': 32, 'battery_capacity': 79, 'nominal_difference': 2, 'request_interval_charging': 5, 'request_interval_not_charging': 720, 'request_only_plugged': False}
2022-03-17 14:49:05,825 - {control.data:268} - DEBUG - graph
{'config': {'duration': 120}}
2022-03-17 14:49:05,826 - {control.data:268} - DEBUG - optional
{'et': {'get': {}, 'active': False, 'config': {'max_price': 0, 'provider': {}}}, 'int_display': {'active': False, 'on_if_plugged_in': True, 'pin_active': False, 'pin_code': '0000', 'standby': 60, 'theme': 'cards'}, 'led': {'active': False}, 'active': False, 'max_current': 16, 'rfid': {'active': False}}
2022-03-17 14:49:05,826 - {control.data:268} - DEBUG - all
{'set': {'overhang_power_left': 250.6, 'available_power': 250.6, 'reserved_evu_overhang': 0, 'released_evu_overhang': 0}, 'get': {'power': -404, 'counter': 37466687, 'daily_yield': 3852, 'monthly_yield': 0, 'yearly_yield': 0}, 'config': {'configured': True}}
2022-03-17 14:49:05,827 - {control.data:268} - DEBUG - pv9
{'get': {'daily_yield': 3852, 'monthly_yield': 0, 'yearly_yield': 0, 'power': -404, 'counter': 37466687, 'currents': [0.0, 0.0, 0.0], 'fault_str': 'Kein Fehler.', 'fault_state': 0}}
2022-03-17 14:49:05,827 - {control.data:268} - DEBUG - system
{'update_in_progress': False, 'perform_update': False, 'boot_done': True, 'ip_address': '192.168.178.99', 'dataprotection_acknowledged': True, 'debug_level': 10, 'release_train': 'master', 'lastlivevaluesJson': {'timestamp': 1647524935, 'time': '14:48:55', 'grid': -0.064, 'counter10-power': 0.0, 'house-power': 0.398, 'charging-all': 0.0, 'pv-all': -0.411}}
2022-03-17 14:49:05,827 - {control.data:255} - DEBUG - 

2022-03-17 14:49:05,828 - {control.algorithm:41} - DEBUG - # Algorithmus-Start
2022-03-17 14:49:05,828 - {control.algorithm:43} - INFO - EVU-Punkt: Leistung[W] -53.3, Ströme[A] [-1.64, 0.9, 1.1]
2022-03-17 14:49:05,828 - {control.algorithm:48} - INFO - ## Überschuss-Ladung über Mindeststrom bei PV-Laden zurücknehmen.
2022-03-17 14:49:05,829 - {control.loadmanagement:225} - ERROR - Fehler im Lastmanagement-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/main.py", line 42, in handler10Sec
    exit_time = data.data.general_data["general"].data["control_interval"]
KeyError: 'general'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/loadmanagement.py", line 209, in _loadmanagement_for_evu
    loadmanagement, overshoot_one_phase, phase = _check_unbalanced_load(
  File "/var/www/html/openWB/packages/control/loadmanagement.py", line 344, in _check_unbalanced_load
    if data.data.general_data["general"].data["chargemode_config"]["unbalanced_load"] and currents_used:
KeyError: 'general'
2022-03-17 14:49:05,834 - {control.algorithm:219} - DEBUG - ## Ladung muss nicht wegen aktiven Lastmanagements gestoppt werden.
2022-03-17 14:49:05,835 - {control.algorithm:640} - INFO - ## Zuteilung des Überschusses
2022-03-17 14:49:05,837 - {control.algorithm:679} - INFO - ## Zuteilung beendet, da kein Ladepunkt mehr auf Zuteilung wartet.
2022-03-17 14:49:05,837 - {control.algorithm:958} - INFO - ## Übrigen Überschuss verteilen.
2022-03-17 14:49:05,838 - {control.algorithm:970} - ERROR - Fehler im Algorithmus-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/main.py", line 42, in handler10Sec
    exit_time = data.data.general_data["general"].data["control_interval"]
KeyError: 'general'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/algorithm.py", line 965, in _distribute_unused_evu_overhang
    - data.data.general_data["general"].data["chargemode_config"]["pv_charging"][
KeyError: 'general'
2022-03-17 14:49:05,841 - {control.process:22} - DEBUG - # Ladung starten.
2022-03-17 14:49:05,843 - {control.pv:432} - DEBUG - 250.6W EVU-Überschuss, der für die Regelung verfügbar ist, davon 0W für die Einschaltverzögerung reservierte Leistung.
2022-03-17 14:49:05,845 - {control.counter:384} - DEBUG - 24000W verbleibende EVU-Bezugs-Leistung
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Feedback Alpha 2

Beitrag von LenaK »

Es fehlen Daten für LP13 und der allgemeinen Einstellungen im Algorithmus. Die LP-Daten enthalten die Leistung, welche wiederum für den Hausverbrauch benötigt wird.
Hast du den LP gelöscht? Wird nach einem Neustart im Log angezeigt, dass Topics nicht verabeitet werden konnten (Fehlermeldungen aus der subdata.py)?
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Alpha 2

Beitrag von mrinas »

Der LP13 existiert, das ist mein derzeit genutzter LP. Neustart & logs kann ich nachher gleich mal liefern.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Alpha 2

Beitrag von mrinas »

LenaK hat geschrieben: Fr Mär 18, 2022 7:11 am Es fehlen Daten für LP13 und der allgemeinen Einstellungen im Algorithmus. Die LP-Daten enthalten die Leistung, welche wiederum für den Hausverbrauch benötigt wird.
Hast du den LP gelöscht? Wird nach einem Neustart im Log angezeigt, dass Topics nicht verabeitet werden konnten (Fehlermeldungen aus der subdata.py)?
ja, da gibt's jede Menge Fehlermeldungen:

Code: Alles auswählen

2022-03-18 09:08:13,687 - {root:164} - DEBUG - Warten auf das Ende des Boot-Prozesses
2022-03-18 09:08:13,687 - {root:167} - DEBUG - Boot-Prozess abgeschlossen
2022-03-18 09:08:13,688 - {helpermodules.update_config:297} - DEBUG - Broker-Konfiguration aktualisieren
2022-03-18 09:08:17,055 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/currents
2022-03-18 09:08:17,058 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/voltages
2022-03-18 09:08:17,061 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/power
2022-03-18 09:08:17,064 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/charge_state
2022-03-18 09:08:17,067 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/phases_in_use
2022-03-18 09:08:17,069 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/counter
2022-03-18 09:08:17,072 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/plug_state
2022-03-18 09:08:17,075 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/rfid
2022-03-18 09:08:17,078 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/currents
2022-03-18 09:08:17,080 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/voltages
2022-03-18 09:08:17,083 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/power
2022-03-18 09:08:17,086 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/charge_state
2022-03-18 09:08:17,089 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/phases_in_use
2022-03-18 09:08:17,092 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/counter
2022-03-18 09:08:17,094 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/plug_state
2022-03-18 09:08:17,097 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/rfid
2022-03-18 09:08:17,100 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/currents
2022-03-18 09:08:17,102 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/voltages
2022-03-18 09:08:17,105 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/power
2022-03-18 09:08:17,107 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/charge_state
2022-03-18 09:08:17,110 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/phases_in_use
2022-03-18 09:08:17,113 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/counter
2022-03-18 09:08:17,115 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/plug_state
2022-03-18 09:08:17,118 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/rfid
2022-03-18 09:08:27,427 - {helpermodules.subdata:369} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 357, in process_chargepoint_topic
    if (var["cp"+index].chargepoint_module is None or
AttributeError: 'Chargepoint' object has no attribute 'chargepoint_module'
2022-03-18 09:08:27,491 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,493 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,494 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,495 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,497 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,498 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,499 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,500 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,501 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,503 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,504 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,505 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,507 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,508 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,509 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,510 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,511 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,513 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,514 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,515 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,516 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,518 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,519 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,520 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,521 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,522 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,524 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,525 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,526 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,527 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,529 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,530 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,531 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,532 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,534 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,535 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:28,285 - {helpermodules.command:139} - DEBUG - Max ID autolock_plan -1
2022-03-18 09:08:28,286 - {helpermodules.command:139} - DEBUG - Max ID mqtt_bridge -1
2022-03-18 09:08:28,287 - {helpermodules.command:139} - DEBUG - Max ID charge_template 2
2022-03-18 09:08:28,287 - {helpermodules.command:139} - DEBUG - Max ID charge_template_scheduled_plan -1
2022-03-18 09:08:28,288 - {helpermodules.command:139} - DEBUG - Max ID charge_template_time_charging_plan -1
2022-03-18 09:08:28,288 - {helpermodules.command:139} - DEBUG - Max ID chargepoint_template 0
2022-03-18 09:08:28,289 - {helpermodules.command:139} - DEBUG - Max ID hierarchy 13
2022-03-18 09:08:28,289 - {helpermodules.command:139} - DEBUG - Max ID device 7
2022-03-18 09:08:28,290 - {helpermodules.command:139} - DEBUG - Max ID ev_template 2
2022-03-18 09:08:28,291 - {helpermodules.command:139} - DEBUG - Max ID vehicle 2
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Feedback Alpha 2

Beitrag von LenaK »

mrinas hat geschrieben: Fr Mär 18, 2022 8:09 am
LenaK hat geschrieben: Fr Mär 18, 2022 7:11 am Es fehlen Daten für LP13 und der allgemeinen Einstellungen im Algorithmus. Die LP-Daten enthalten die Leistung, welche wiederum für den Hausverbrauch benötigt wird.
Hast du den LP gelöscht? Wird nach einem Neustart im Log angezeigt, dass Topics nicht verabeitet werden konnten (Fehlermeldungen aus der subdata.py)?
ja, da gibt's jede Menge Fehlermeldungen:

Code: Alles auswählen

2022-03-18 09:08:13,687 - {root:164} - DEBUG - Warten auf das Ende des Boot-Prozesses
2022-03-18 09:08:13,687 - {root:167} - DEBUG - Boot-Prozess abgeschlossen
2022-03-18 09:08:13,688 - {helpermodules.update_config:297} - DEBUG - Broker-Konfiguration aktualisieren
2022-03-18 09:08:17,055 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/currents
2022-03-18 09:08:17,058 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/voltages
2022-03-18 09:08:17,061 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/power
2022-03-18 09:08:17,064 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/charge_state
2022-03-18 09:08:17,067 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/phases_in_use
2022-03-18 09:08:17,069 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/counter
2022-03-18 09:08:17,072 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/plug_state
2022-03-18 09:08:17,075 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/rfid
2022-03-18 09:08:17,078 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/currents
2022-03-18 09:08:17,080 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/voltages
2022-03-18 09:08:17,083 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/power
2022-03-18 09:08:17,086 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/charge_state
2022-03-18 09:08:17,089 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/phases_in_use
2022-03-18 09:08:17,092 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/counter
2022-03-18 09:08:17,094 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/plug_state
2022-03-18 09:08:17,097 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/rfid
2022-03-18 09:08:17,100 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/currents
2022-03-18 09:08:17,102 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/voltages
2022-03-18 09:08:17,105 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/power
2022-03-18 09:08:17,107 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/charge_state
2022-03-18 09:08:17,110 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/phases_in_use
2022-03-18 09:08:17,113 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/counter
2022-03-18 09:08:17,115 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/plug_state
2022-03-18 09:08:17,118 - {helpermodules.update_config:336} - DEBUG - Ungültiges Topic zum Startzeitpunkt: openWB/set/chargepoint/13/get/rfid
2022-03-18 09:08:27,427 - {helpermodules.subdata:369} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 357, in process_chargepoint_topic
    if (var["cp"+index].chargepoint_module is None or
AttributeError: 'Chargepoint' object has no attribute 'chargepoint_module'
2022-03-18 09:08:27,491 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,493 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,494 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,495 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,497 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,498 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,499 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,500 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,501 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,503 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,504 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,505 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,507 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,508 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,509 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,510 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,511 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,513 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,514 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,515 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,516 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,518 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,519 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,520 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,521 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,522 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,524 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,525 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,526 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,527 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,529 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,530 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,531 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,532 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,534 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:27,535 - {helpermodules.subdata:558} - ERROR - Fehler im subdata-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 513, in process_general_topic
    var["general"] = general.General()
  File "/var/www/html/openWB/packages/control/general.py", line 20, in __init__
    self.data.update({"grid_protection_active": False})
AttributeError: 'General' object has no attribute 'data'
2022-03-18 09:08:28,285 - {helpermodules.command:139} - DEBUG - Max ID autolock_plan -1
2022-03-18 09:08:28,286 - {helpermodules.command:139} - DEBUG - Max ID mqtt_bridge -1
2022-03-18 09:08:28,287 - {helpermodules.command:139} - DEBUG - Max ID charge_template 2
2022-03-18 09:08:28,287 - {helpermodules.command:139} - DEBUG - Max ID charge_template_scheduled_plan -1
2022-03-18 09:08:28,288 - {helpermodules.command:139} - DEBUG - Max ID charge_template_time_charging_plan -1
2022-03-18 09:08:28,288 - {helpermodules.command:139} - DEBUG - Max ID chargepoint_template 0
2022-03-18 09:08:28,289 - {helpermodules.command:139} - DEBUG - Max ID hierarchy 13
2022-03-18 09:08:28,289 - {helpermodules.command:139} - DEBUG - Max ID device 7
2022-03-18 09:08:28,290 - {helpermodules.command:139} - DEBUG - Max ID ev_template 2
2022-03-18 09:08:28,291 - {helpermodules.command:139} - DEBUG - Max ID vehicle 2
Gelöst in PR #350
Benutzeravatar
mrinas
Beiträge: 1911
Registriert: Mi Jan 29, 2020 10:12 pm

Re: Feedback Alpha 2

Beitrag von mrinas »

LenaK hat geschrieben: Fr Mär 18, 2022 8:36 am Gelöst in PR #350
jup, sieht nun besser aus.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Peugeot e2008, Tesla Model Y LR.
Gesperrt