Ladeleistung nur noch 1,2kW

Fragen zur Nutzung, Features, usw..
Antworten
ayreon
Beiträge: 12
Registriert: Fr Apr 12, 2024 7:32 pm

Ladeleistung nur noch 1,2kW

Beitrag von ayreon »

Hallo,

Seit heute habe ich nur noch eine Ladeleistung von 1,2kW. Ich war auf Master und dachte, es hätte etwas damit zu tun. Allerdings auch mit dem letzten RElease hab ich das Problem. Ich habe eine Enphase anlage und im log hab ich folgendes entdeckt:

Code: Alles auswählen

2025-02-04 16:55:11,316 - {modules.common.fault_state:49} - {ERROR:device0} - Enphase Consumption: FaultState FaultStateLevel.ERROR, FaultStr <class 'TypeError'> ('list indices must be integers or slices, not EnphaseCounter',), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 36, in __call__
    self.__updater(components_list)
  File "/var/www/html/openWB/packages/modules/devices/enphase/enphase/device.py", line 146, in update_components
    components[component].update(json_response, json_live_data)
TypeError: list indices must be integers or slices, not EnphaseCounter

2025-02-04 16:55:11,320 - {modules.common.fault_state:49} - {ERROR:device0} - Enphase 3x3T: FaultState FaultStateLevel.ERROR, FaultStr <class 'TypeError'> ('list indices must be integers or slices, not EnphaseCounter',), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 36, in __call__
    self.__updater(components_list)
  File "/var/www/html/openWB/packages/modules/devices/enphase/enphase/device.py", line 146, in update_components
    components[component].update(json_response, json_live_data)
TypeError: list indices must be integers or slices, not EnphaseCounter

2025-02-04 16:55:11,323 - {modules.common.fault_state:49} - {ERROR:device0} - Enphase Wechselrichter: FaultState FaultStateLevel.ERROR, FaultStr <class 'TypeError'> ('list indices must be integers or slices, not EnphaseCounter',), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/common/configurable_device.py", line 36, in __call__
    self.__updater(components_list)
  File "/var/www/html/openWB/packages/modules/devices/enphase/enphase/device.py", line 146, in update_components
    components[component].update(json_response, json_live_data)
TypeError: list indices must be integers or slices, not EnphaseCounter

2025-02-04 16:55:11,328 - {modules.common.utils.component_parser:33} - {ERROR:MainThread} - Fehlerstatus in Komponente Enphase Wechselrichter. Werte werden nicht aktualisiert.
2025-02-04 16:55:11,329 - {modules.common.utils.component_parser:33} - {ERROR:MainThread} - Fehlerstatus in Komponente Enphase 3x3T. Werte werden nicht aktualisiert.
2025-02-04 16:55:11,358 - {modules.common.utils.component_parser:33} - {ERROR:MainThread} - Fehlerstatus in Komponente Enphase Consumption. Werte werden nicht aktualisiert.
2025-02-04 16:55:11,441 - {control.counter_all:172} - {WARNING:MainThread} - Komponente inverter2 ist im Fehlerzustand und wird nicht berücksichtigt.
2025-02-04 16:55:11,443 - {control.counter_all:172} - {WARNING:MainThread} - Komponente bat1 ist im Fehlerzustand und wird nicht berücksichtigt.
Hat mir jemand Tipps, was ich machen kann?

LG
ayreon
Beiträge: 12
Registriert: Fr Apr 12, 2024 7:32 pm

Re: Ladeleistung nur noch 1,2kW

Beitrag von ayreon »

Nach etwas Deep-Dive: Der beschriebene Fehler wurde in https://github.com/openWB/core/pull/2085 gefixed. Daher bin ich jetzt auf BETA 2.1.7 RC1 gegangen. Fehler ist weg, dafür hab ich nun diesen fehler:

Code: Alles auswählen

2025-02-04 17:46:13,216 - {helpermodules.subdata:701} - {DEBUG:Subdata} - skipping monitoring config on startup
2025-02-04 17:46:13,292 - {helpermodules.subdata:893} - {DEBUG:Subdata} - Neustart des Handlers für den internen Ladepunkt.
2025-02-04 17:46:13,310 - {helpermodules.subdata:823} - {ERROR:Subdata} - received valid partner ids: []
2025-02-04 17:46:13,602 - {modules.loadvars:75} - {ERROR:MainThread} - Fehler im loadvars-Modul bei Element {'type': 'inverter', 'id': 2}
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/loadvars.py", line 69, in _update_values_of_level
    component = get_component_obj_by_id(element["id"], not_finished_threads)
  File "/var/www/html/openWB/packages/modules/common/utils/component_parser.py", line 32, in get_component_obj_by_id
    if module_data[f"{type_to_topic_mapping(type)}{id}"].data.get.fault_state == 2:
KeyError: 'pv2'
2025-02-04 17:46:13,613 - {modules.loadvars:75} - {ERROR:MainThread} - Fehler im loadvars-Modul bei Element {'type': 'bat', 'id': 1}
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/loadvars.py", line 69, in _update_values_of_level
    component = get_component_obj_by_id(element["id"], not_finished_threads)
  File "/var/www/html/openWB/packages/modules/common/utils/component_parser.py", line 32, in get_component_obj_by_id
    if module_data[f"{type_to_topic_mapping(type)}{id}"].data.get.fault_state == 2:
KeyError: 'bat1'
Ich hab auf SOFORT-Laden gestellt und aktuell lädt er mit 3,4kW - 3 phasen jedoch nur mit 5A. Eine Begrenzung hab ich jedoch nicht eingestellt?!
Benutzeravatar
mrinas
Beiträge: 2319
Registriert: Mi Jan 29, 2020 10:12 pm
Has thanked: 44 times
Been thanked: 47 times

Re: Ladeleistung nur noch 1,2kW

Beitrag von mrinas »

Poste bitte mal einen kompletten Durchlauf zwischen zwei **** START *** Meldungen, dann kann man besser erkennen was die Box vorgibt, und warum.
15,2kWp SMA (SB4000TL-21, SB3.0, STP6.0-SE + BYD HVS, EnergyMeter), openWB Standard+, openWB Pro, Smart #1 (ersetzt den e2008), Tesla Model Y LR.
rleidner
Beiträge: 1143
Registriert: Mo Nov 02, 2020 9:50 am
Has thanked: 9 times
Been thanked: 62 times

Re: Ladeleistung nur noch 1,2kW

Beitrag von rleidner »

Welches Fahrzeug?
5A klingt nach Notladen von VAG Fahrzeugen, u.a. wenn der Stecker nicht richtig im Fahrzeug steckt.
openWB-2 Standard+ | openWB EVU Kit v2 MID| 9,9kWp mit Kostal Plenticore 8.5 plus | VW ID.3, Kia EV6, Smart EQ forfour
ayreon
Beiträge: 12
Registriert: Fr Apr 12, 2024 7:32 pm

Re: Ladeleistung nur noch 1,2kW

Beitrag von ayreon »

Guter Tipp. Habe geschaut und eigentlich war der Stecker ordentlich drin. Hab ausgesteckt und nochmal angesteckt und jetzt hab ich 11kW Leistung. Danke. Mal schauen ob es morgen mit PV-Laden auch so ist.

Dennoch habe ich hier das Log. Die Fehler sollte man auch fixen, oder?

Code: Alles auswählen

grep: /etc/rc.local.bak: No such file or directory
rc.local bug not found
no factory reset pending, normal startup
atreboot.sh started
checking init in /boot/config.txt...
watchdog for atreboot.sh on pid 716 started, waiting for 900s
already up to date
checking ramdisk settings in /etc/fstab...
already up to date
Group membership...
Final group membership: openwb : openwb dialout sudo input gpio
Network...
Wait for connection...
my primary IP: 192.168.178.3
my primary interface: eth0
running as primary, enabling plug'n'play network on dev eth0
Internet connection is up
ProPlus...
no second network for pro plus detected
Failed to stop dnsmasq.service: Unit dnsmasq.service not loaded.
Failed to disable unit: Unit file dnsmasq.service does not exist.
checking dhcpcd.conf...
no changes required
iptables: Bad rule (does a matching rule exist in that chain?).
net.ipv4.ip_forward = 0
network setup done
apt configuration already up to date
install required packages with 'apt-get'...
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:5 https://repo.zabbix.com/zabbix-agent2-plugins/1/raspbian bullseye InRelease
Hit:6 https://repo.zabbix.com/zabbix/6.2/raspbian bullseye InRelease
Fetched 44.1 kB in 4s (12.2 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
accountsservice is already the newest version (0.6.55-3).
bc is already the newest version (1.07.1-2+b2).
chromium is already the newest version (120.0.6099.224-1~deb11u1).
chromium-l10n is already the newest version (120.0.6099.224-1~deb11u1).
jq is already the newest version (1.6-2.1).
lightdm-autologin-greeter is already the newest version (1.0-3).
openbox-lxde-session is already the newest version (0.99.2-4).
mmc-utils is already the newest version (0+git20180327.b4fe0c8c-1).
mosquitto is already the newest version (2.0.11-1+deb11u1).
mosquitto-clients is already the newest version (2.0.11-1+deb11u1).
libapache2-mod-php is already the newest version (2:7.4+76).
php is already the newest version (2:7.4+76).
php-curl is already the newest version (2:7.4+76).
php-gd is already the newest version (2:7.4+76).
php-json is already the newest version (2:7.4+76).
php-xml is already the newest version (2:7.4+76).
socat is already the newest version (1.7.4.1-3).
sshpass is already the newest version (1.09-1).
ssl-cert is already the newest version (1.1.0+nmu1).
sudo is already the newest version (1.9.5p2-3+deb11u1).
vim is already the newest version (2:8.2.2434-3+deb11u1).
x11-xserver-utils is already the newest version (7.7+8).
xserver-xorg is already the newest version (1:7.7+22).
apache2 is already the newest version (2.4.62-1~deb11u2).
git is already the newest version (1:2.30.2-1+deb11u4).
lightdm is already the newest version (1.26.0-7+rpt1).
python3-pip is already the newest version (20.3.4-4+rpt1+deb11u1).
The following package was automatically installed and is no longer required:
  libfuse2
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 116 not upgraded.
done
openwb.cron already up to date
openwb2.service definition is already a symlink
openwbRemoteSupport.service already up to date
no restore pending, normal startup
cleaning obsolete python cache folders...
/var/www/html/openWB/packages/modules/vehicles/bmw: containing only cache without sources -> will be removed
/var/www/html/openWB/packages/modules/vehicles/smarteq: containing only cache without sources -> will be removed
python cache cleanup done
detected 'tvservice', query for connected displays
tvservice is not supported when using the vc4-kms-v3d driver.
Similar features are available with standard linux tools
such as kmsprint from kms++-utils

no display detected
displayDetected: false
display setup...
autologin configured
mouse cursor configured
lxde session autostart already configured
checking required apache modules...
module 'headers' already enabled
module 'ssl' already enabled
module 'proxy_wstunnel' already enabled
apache default site...
/etc/apache2/sites-available/000-default.conf is up to date
apache default ssl site...
/etc/apache2/sites-available/apache-openwb-ssl.conf is up to date
apache http api ssl site...
/etc/apache2/sites-available/http-api-ssl.conf is up to date
apache pro plus site...
/etc/apache2/sites-available/apache-proplus.conf is up to date
site 'default-ssl' already disabled
site 'apache-openwb-ssl' already enabled
http api is enabled
site 'http-api-ssl' already enabled
Pro+ setup...
no second network for pro plus detected
module 'proxy_http' already disabled
site 'apache-proplus' already disabled
apache configuration is already up to date
check mosquitto installation...
mosquitto.conf already up to date
mosquitto openwb.conf already up to date
mosquitto acl already up to date
mosquitto_local service definition already up to date
mosquitto_local.conf already up to date
mosquitto openwb_local.conf already up to date
mosquitto done
install required python packages with 'pip3'...
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: typing-extensions==4.4.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 1)) (4.4.0)
Requirement already satisfied: jq==1.1.3 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 2)) (1.1.3)
Requirement already satisfied: paho_mqtt==1.6.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 3)) (1.6.1)
Requirement already satisfied: pymodbus==2.5.2 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 4)) (2.5.2)
Requirement already satisfied: pytest==6.2.5 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 5)) (6.2.5)
Requirement already satisfied: requests_mock==1.9.3 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 6)) (1.9.3)
Requirement already satisfied: lxml==4.9.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 7)) (4.9.1)
Collecting aiohttp==3.10.11
  Using cached aiohttp-3.10.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Requirement already satisfied: schedule==1.1.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 9)) (1.1.0)
Requirement already satisfied: PyJWT==2.6.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 10)) (2.6.0)
Requirement already satisfied: bs4==0.0.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 11)) (0.0.1)
Requirement already satisfied: pkce==1.0.3 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 12)) (1.0.3)
Requirement already satisfied: evdev==1.5.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 14)) (1.5.0)
Collecting cryptography==44.0.0
  Using cached cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl (3.9 MB)
Collecting msal==1.31.1
  Using cached https://www.piwheels.org/simple/msal/msal-1.31.1-py3-none-any.whl (113 kB)
Requirement already satisfied: python-dateutil==2.8.2 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 17)) (2.8.2)
Requirement already satisfied: umodbus==1.0.4 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 18)) (1.0.4)
Requirement already satisfied: pysmb==1.2.9.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 19)) (1.2.9.1)
Requirement already satisfied: pytz==2023.3.post1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 20)) (2023.3.post1)
Requirement already satisfied: grpcio==1.60.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 21)) (1.60.1)
Requirement already satisfied: protobuf==4.25.3 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 22)) (4.25.3)
Collecting bimmer_connected==0.17.2
  Using cached https://www.piwheels.org/simple/bimmer-connected/bimmer_connected-0.17.2-py3-none-any.whl (165 kB)
Requirement already satisfied: ocpp==1.0.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 24)) (1.0.0)
Requirement already satisfied: websockets==12.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 25)) (12.0)
Requirement already satisfied: attrs>=17.3.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.10.11->-r /var/www/html/openWB/requirements.txt (line 8)) (24.1.0)
Requirement already satisfied: aiosignal>=1.1.2 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.10.11->-r /var/www/html/openWB/requirements.txt (line 8)) (1.3.1)
Requirement already satisfied: multidict<7.0,>=4.5 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.10.11->-r /var/www/html/openWB/requirements.txt (line 8)) (6.0.5)
Requirement already satisfied: frozenlist>=1.1.1 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.10.11->-r /var/www/html/openWB/requirements.txt (line 8)) (1.4.1)
Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.10.11->-r /var/www/html/openWB/requirements.txt (line 8)) (2.4.3)
Requirement already satisfied: yarl<2.0,>=1.12.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.10.11->-r /var/www/html/openWB/requirements.txt (line 8)) (1.18.3)
Requirement already satisfied: async-timeout<6.0,>=4.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.10.11->-r /var/www/html/openWB/requirements.txt (line 8)) (4.0.3)
Requirement already satisfied: Pillow in /usr/lib/python3/dist-packages (from bimmer_connected==0.17.2->-r /var/www/html/openWB/requirements.txt (line 23)) (8.1.2)
Requirement already satisfied: pycryptodome>=3.4 in /home/openwb/.local/lib/python3.9/site-packages (from bimmer_connected==0.17.2->-r /var/www/html/openWB/requirements.txt (line 23)) (3.20.0)
Requirement already satisfied: httpx in /home/openwb/.local/lib/python3.9/site-packages (from bimmer_connected==0.17.2->-r /var/www/html/openWB/requirements.txt (line 23)) (0.27.0)
Requirement already satisfied: beautifulsoup4 in /home/openwb/.local/lib/python3.9/site-packages (from bs4==0.0.1->-r /var/www/html/openWB/requirements.txt (line 11)) (4.12.3)
Requirement already satisfied: cffi>=1.12 in /home/openwb/.local/lib/python3.9/site-packages (from cryptography==44.0.0->-r /var/www/html/openWB/requirements.txt (line 15)) (1.16.0)
Requirement already satisfied: requests<3,>=2.0.0 in /usr/lib/python3/dist-packages (from msal==1.31.1->-r /var/www/html/openWB/requirements.txt (line 16)) (2.25.1)
Requirement already satisfied: jsonschema<5.0.0,>=4.4.0 in /home/openwb/.local/lib/python3.9/site-packages (from ocpp==1.0.0->-r /var/www/html/openWB/requirements.txt (line 24)) (4.23.0)
Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from pymodbus==2.5.2->-r /var/www/html/openWB/requirements.txt (line 4)) (1.16.0)
Requirement already satisfied: pyserial>=3.4 in /home/openwb/.local/lib/python3.9/site-packages (from pymodbus==2.5.2->-r /var/www/html/openWB/requirements.txt (line 4)) (3.5)
Requirement already satisfied: pyasn1 in /home/openwb/.local/lib/python3.9/site-packages (from pysmb==1.2.9.1->-r /var/www/html/openWB/requirements.txt (line 19)) (0.6.0)
Requirement already satisfied: tqdm in /home/openwb/.local/lib/python3.9/site-packages (from pysmb==1.2.9.1->-r /var/www/html/openWB/requirements.txt (line 19)) (4.66.5)
Requirement already satisfied: toml in /usr/lib/python3/dist-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 5)) (0.10.1)
Requirement already satisfied: iniconfig in /home/openwb/.local/lib/python3.9/site-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 5)) (2.0.0)
Requirement already satisfied: pluggy<2.0,>=0.12 in /home/openwb/.local/lib/python3.9/site-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 5)) (1.5.0)
Requirement already satisfied: packaging in /home/openwb/.local/lib/python3.9/site-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 5)) (24.1)
Requirement already satisfied: py>=1.8.2 in /home/openwb/.local/lib/python3.9/site-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 5)) (1.11.0)
Requirement already satisfied: pycparser in /home/openwb/.local/lib/python3.9/site-packages (from cffi>=1.12->cryptography==44.0.0->-r /var/www/html/openWB/requirements.txt (line 15)) (2.22)
Requirement already satisfied: rpds-py>=0.7.1 in /home/openwb/.local/lib/python3.9/site-packages (from jsonschema<5.0.0,>=4.4.0->ocpp==1.0.0->-r /var/www/html/openWB/requirements.txt (line 24)) (0.20.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /home/openwb/.local/lib/python3.9/site-packages (from jsonschema<5.0.0,>=4.4.0->ocpp==1.0.0->-r /var/www/html/openWB/requirements.txt (line 24)) (2024.10.1)
Requirement already satisfied: referencing>=0.28.4 in /home/openwb/.local/lib/python3.9/site-packages (from jsonschema<5.0.0,>=4.4.0->ocpp==1.0.0->-r /var/www/html/openWB/requirements.txt (line 24)) (0.35.1)
Requirement already satisfied: propcache>=0.2.0 in /home/openwb/.local/lib/python3.9/site-packages (from yarl<2.0,>=1.12.0->aiohttp==3.10.11->-r /var/www/html/openWB/requirements.txt (line 8)) (0.2.1)
Requirement already satisfied: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.12.0->aiohttp==3.10.11->-r /var/www/html/openWB/requirements.txt (line 8)) (2.10)
Requirement already satisfied: soupsieve>1.2 in /home/openwb/.local/lib/python3.9/site-packages (from beautifulsoup4->bs4==0.0.1->-r /var/www/html/openWB/requirements.txt (line 11)) (2.5)
Requirement already satisfied: anyio in /home/openwb/.local/lib/python3.9/site-packages (from httpx->bimmer_connected==0.17.2->-r /var/www/html/openWB/requirements.txt (line 23)) (4.4.0)
Requirement already satisfied: sniffio in /home/openwb/.local/lib/python3.9/site-packages (from httpx->bimmer_connected==0.17.2->-r /var/www/html/openWB/requirements.txt (line 23)) (1.3.1)
Requirement already satisfied: httpcore==1.* in /home/openwb/.local/lib/python3.9/site-packages (from httpx->bimmer_connected==0.17.2->-r /var/www/html/openWB/requirements.txt (line 23)) (1.0.5)
Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from httpx->bimmer_connected==0.17.2->-r /var/www/html/openWB/requirements.txt (line 23)) (2020.6.20)
Requirement already satisfied: h11<0.15,>=0.13 in /home/openwb/.local/lib/python3.9/site-packages (from httpcore==1.*->httpx->bimmer_connected==0.17.2->-r /var/www/html/openWB/requirements.txt (line 23)) (0.14.0)
Requirement already satisfied: exceptiongroup>=1.0.2 in /home/openwb/.local/lib/python3.9/site-packages (from anyio->httpx->bimmer_connected==0.17.2->-r /var/www/html/openWB/requirements.txt (line 23)) (1.2.2)
Installing collected packages: cryptography, msal, bimmer-connected, aiohttp
  Attempting uninstall: cryptography
    Found existing installation: cryptography 42.0.4
    Uninstalling cryptography-42.0.4:
      Successfully uninstalled cryptography-42.0.4
  Attempting uninstall: msal
    Found existing installation: msal 1.27.0
    Uninstalling msal-1.27.0:
      Successfully uninstalled msal-1.27.0
  Attempting uninstall: bimmer-connected
    Found existing installation: bimmer-connected 0.16.1
    Uninstalling bimmer-connected-0.16.1:
      Successfully uninstalled bimmer-connected-0.16.1
  WARNING: The script bimmerconnected is installed in '/home/openwb/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  Attempting uninstall: aiohttp
    Found existing installation: aiohttp 3.10.2
    Uninstalling aiohttp-3.10.2:
      Successfully uninstalled aiohttp-3.10.2
Successfully installed aiohttp-3.10.11 bimmer-connected-0.17.2 cryptography-44.0.0 msal-1.31.1
done
load versions...
chgrp: cannot access '/var/www/html/openWB/data/restore/*': No such file or directory
chgrp: cannot access '/var/www/html/openWB/data/data_migration/*': No such file or directory
chmod: cannot access '/var/www/html/openWB/data/restore/*': No such file or directory
chmod: cannot access '/var/www/html/openWB/data/data_migration/*': No such file or directory
2025-02-04 17:45:55: boot done :-)
2025-02-04 17:46:00,246 - {root:176} - {DEBUG:MainThread} - Start openWB2.service
2025-02-04 17:46:00,270 - {helpermodules.update_config:556} - {DEBUG:MainThread} - Broker-Konfiguration aktualisieren
2025-02-04 17:46:01,361 - {helpermodules.update_config:644} - {DEBUG:MainThread} - current datastore version: 75
2025-02-04 17:46:01,364 - {helpermodules.update_config:645} - {DEBUG:MainThread} - target datastore version: 75
2025-02-04 17:46:01,770 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/system/serial_number
2025-02-04 17:46:01,774 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/system/mac_address
2025-02-04 17:46:01,778 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/system/messages/1737148238173
2025-02-04 17:46:01,782 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/system/messages/1737148542222
2025-02-04 17:46:01,787 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/bat/set/power_limit
2025-02-04 17:46:01,808 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/get/error_timestamp
2025-02-04 17:46:01,813 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/get/charging_current
2025-02-04 17:46:01,817 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/get/charging_power
2025-02-04 17:46:01,821 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/get/charging_voltage
2025-02-04 17:46:01,829 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/control_parameter/min_current
2025-02-04 17:46:01,834 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/control_parameter/timestamp_charge_start
2025-02-04 17:46:01,952 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/voltages
2025-02-04 17:46:01,957 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/currents
2025-02-04 17:46:01,961 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/frequency
2025-02-04 17:46:01,965 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/power_factors
2025-02-04 17:46:01,970 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/imported
2025-02-04 17:46:01,974 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/exported
2025-02-04 17:46:01,978 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/power
2025-02-04 17:46:01,982 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/powers
2025-02-04 17:46:01,987 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/phases_in_use
2025-02-04 17:46:01,991 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/charge_state
2025-02-04 17:46:01,995 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/plug_state
2025-02-04 17:46:02,000 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/serial_number
2025-02-04 17:46:02,004 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/evse_current
2025-02-04 17:46:02,025 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/optional/dc_charging
2025-02-04 17:46:02,030 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/heartbeat
2025-02-04 17:46:02,034 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/parentWB
2025-02-04 17:46:02,038 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/parentCPlp1
2025-02-04 17:46:02,042 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/Current
2025-02-04 17:46:02,045 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/U1p3p
2025-02-04 17:46:02,055 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/command_completed
2025-02-04 17:46:02,060 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_971d664f/messages/1738687441671
2025-02-04 17:46:02,064 - {helpermodules.update_config:600} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_971d664f/messages/1738687441673
2025-02-04 17:46:02,115 - {helpermodules.update_config:627} - {DEBUG:MainThread} - Setze Topic 'openWB/optional/monitoring/config' auf Standardwert '{'type': None, 'configuration': {}}'
2025-02-04 17:46:02,117 - {helpermodules.update_config:627} - {DEBUG:MainThread} - Setze Topic 'openWB/system/serial_number' auf Standardwert 'None'
2025-02-04 17:46:08,210 - {modules.internal_chargepoint_handler.rfid:99} - {DEBUG:MainThread} - **** /dev/input/event1 generic ft5x06 (00)  ****
2025-02-04 17:46:08,211 - {modules.internal_chargepoint_handler.rfid:100} - {DEBUG:MainThread} - {('EV_SYN', 0): [('SYN_REPORT', 0), ('SYN_CONFIG', 1), ('SYN_DROPPED', 3)], ('EV_KEY', 1): [('BTN_TOUCH', 330)], ('EV_ABS', 3): [(('ABS_X', 0), AbsInfo(value=0, min=0, max=799, fuzz=0, flat=0, resolution=0)), (('ABS_Y', 1), AbsInfo(value=0, min=0, max=479, fuzz=0, flat=0, resolution=0)), (('ABS_MT_SLOT', 47), AbsInfo(value=0, min=0, max=9, fuzz=0, flat=0, resolution=0)), (('ABS_MT_POSITION_X', 53), AbsInfo(value=0, min=0, max=799, fuzz=0, flat=0, resolution=0)), (('ABS_MT_POSITION_Y', 54), AbsInfo(value=0, min=0, max=479, fuzz=0, flat=0, resolution=0)), (('ABS_MT_TRACKING_ID', 57), AbsInfo(value=0, min=0, max=65535, fuzz=0, flat=0, resolution=0))]}
2025-02-04 17:46:08,215 - {modules.internal_chargepoint_handler.rfid:103} - {DEBUG:MainThread} - device emits keyboard events
2025-02-04 17:46:08,216 - {modules.internal_chargepoint_handler.rfid:108} - {DEBUG:MainThread} - no 'enter' key detected, skipping device
2025-02-04 17:46:08,218 - {modules.internal_chargepoint_handler.rfid:99} - {DEBUG:MainThread} - **** /dev/input/event0 vc4-hdmi vc4-hdmi/input0 ****
2025-02-04 17:46:08,220 - {modules.internal_chargepoint_handler.rfid:100} - {DEBUG:MainThread} - {('EV_SYN', 0): [('SYN_REPORT', 0), ('SYN_CONFIG', 1), ('SYN_MT_REPORT', 2), ('?', 4), ('?', 20)], ('EV_KEY', 1): [('KEY_ENTER', 28), ('KEY_DOT', 52), ('KEY_F5', 63), ('KEY_UP', 103), ('KEY_PAGEUP', 104), ('KEY_LEFT', 105), ('KEY_RIGHT', 106), ('KEY_DOWN', 108), ('KEY_PAGEDOWN', 109), (['KEY_MIN_INTERESTING', 'KEY_MUTE'], 113), ('KEY_VOLUMEDOWN', 114), ('KEY_VOLUMEUP', 115), ('KEY_POWER', 116), ('KEY_HELP', 138), ('KEY_MENU', 139), ('KEY_SETUP', 141), ('KEY_SLEEP', 142), ('KEY_WAKEUP', 143), ('KEY_WWW', 150), ('KEY_BACK', 158), ('KEY_FORWARD', 159), ('KEY_EJECTCD', 161), ('KEY_PLAYPAUSE', 164), ('KEY_STOPCD', 166), ('KEY_RECORD', 167), ('KEY_REWIND', 168), ('KEY_CONFIG', 171), ('KEY_EXIT', 174), ('KEY_PLAYCD', 200), ('KEY_PAUSECD', 201), ('KEY_FASTFORWARD', 208), ('KEY_SOUND', 213), ('KEY_OK', 352), ('KEY_CLEAR', 355), ('KEY_INFO', 358), ('KEY_TIME', 359), ('KEY_FAVORITES', 364), ('KEY_EPG', 365), ('KEY_ANGLE', 371), ('KEY_TV2', 378), ('KEY_VIDEO', 393), ('KEY_RED', 398), ('KEY_GREEN', 399), ('KEY_YELLOW', 400), ('KEY_BLUE', 401), ('KEY_CHANNELUP', 402), ('KEY_CHANNELDOWN', 403), ('KEY_SLOW', 409), ('KEY_PREVIOUS', 412), ('KEY_DIGITS', 413), ('KEY_CONTEXT_MENU', 438), ('KEY_NUMERIC_0', 512), ('KEY_NUMERIC_1', 513), ('KEY_NUMERIC_2', 514), ('KEY_NUMERIC_3', 515), ('KEY_NUMERIC_4', 516), ('KEY_NUMERIC_5', 517), ('KEY_NUMERIC_6', 518), ('KEY_NUMERIC_7', 519), ('KEY_NUMERIC_8', 520), ('KEY_NUMERIC_9', 521), ('KEY_RIGHT_UP', 614), ('KEY_RIGHT_DOWN', 615), ('KEY_LEFT_UP', 616), ('KEY_LEFT_DOWN', 617), ('KEY_ROOT_MENU', 618), ('KEY_MEDIA_TOP_MENU', 619), ('KEY_NUMERIC_11', 620), ('KEY_NUMERIC_12', 621), ('KEY_AUDIO_DESC', 622), ('KEY_3D_MODE', 623), ('KEY_NEXT_FAVORITE', 624), ('KEY_STOP_RECORD', 625), ('KEY_PAUSE_RECORD', 626), ('KEY_VOD', 627), ('KEY_UNMUTE', 628), ('KEY_FASTREVERSE', 629), ('KEY_SLOWREVERSE', 630), ('KEY_DATA', 631)], ('EV_REL', 2): [('REL_X', 0), ('REL_Y', 1)], ('EV_MSC', 4): [('MSC_SCAN', 4)]}
2025-02-04 17:46:08,226 - {modules.internal_chargepoint_handler.rfid:103} - {DEBUG:MainThread} - device emits keyboard events
2025-02-04 17:46:08,227 - {modules.internal_chargepoint_handler.rfid:105} - {DEBUG:MainThread} - detected 'enter' key, device seems to be a keyboard
2025-02-04 17:46:08,229 - {modules.internal_chargepoint_handler.rfid:111} - {INFO:MainThread} - detected keyboard devices:
2025-02-04 17:46:08,230 - {modules.internal_chargepoint_handler.rfid:113} - {INFO:MainThread} - /dev/input/event0 vc4-hdmi
2025-02-04 17:46:08,232 - {asyncio:59} - {DEBUG:MainThread} - Using selector: EpollSelector
2025-02-04 17:46:10,548 - {helpermodules.subdata:464} - {DEBUG:Subdata} - Neustart des Handlers für den internen Ladepunkt.
2025-02-04 17:46:13,216 - {helpermodules.subdata:701} - {DEBUG:Subdata} - skipping monitoring config on startup
2025-02-04 17:46:13,292 - {helpermodules.subdata:893} - {DEBUG:Subdata} - Neustart des Handlers für den internen Ladepunkt.
2025-02-04 17:46:13,310 - {helpermodules.subdata:823} - {ERROR:Subdata} - received valid partner ids: []
2025-02-04 17:46:13,602 - {modules.loadvars:75} - {ERROR:MainThread} - Fehler im loadvars-Modul bei Element {'type': 'inverter', 'id': 2}
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/loadvars.py", line 69, in _update_values_of_level
    component = get_component_obj_by_id(element["id"], not_finished_threads)
  File "/var/www/html/openWB/packages/modules/common/utils/component_parser.py", line 32, in get_component_obj_by_id
    if module_data[f"{type_to_topic_mapping(type)}{id}"].data.get.fault_state == 2:
KeyError: 'pv2'
2025-02-04 17:46:13,613 - {modules.loadvars:75} - {ERROR:MainThread} - Fehler im loadvars-Modul bei Element {'type': 'bat', 'id': 1}
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/loadvars.py", line 69, in _update_values_of_level
    component = get_component_obj_by_id(element["id"], not_finished_threads)
  File "/var/www/html/openWB/packages/modules/common/utils/component_parser.py", line 32, in get_component_obj_by_id
    if module_data[f"{type_to_topic_mapping(type)}{id}"].data.get.fault_state == 2:
KeyError: 'bat1'
2025-02-04 17:46:13,646 - {modules.common.utils.component_parser:33} - {ERROR:MainThread} - Fehlerstatus in Komponente Enphase Consumption. Werte werden nicht aktualisiert.
2025-02-04 17:46:13,736 - {control.counter_all:172} - {WARNING:MainThread} - Komponente inverter2 ist im Fehlerzustand und wird nicht berücksichtigt.
2025-02-04 17:46:13,738 - {control.counter_all:172} - {WARNING:MainThread} - Komponente bat1 ist im Fehlerzustand und wird nicht berücksichtigt.
2025-02-04 17:46:13,740 - {modules.common.simcount._simcount:51} - {WARNING:MainThread} - Time difference between previous state and current state is too large. Set time difference to control interval.
2025-02-04 17:46:20,323 - {helpermodules.utils._thread_handler:40} - {ERROR:MainThread} - Thread smarthome ist bereits aktiv und wird nicht erneut gestartet.
2025-02-04 17:46:20,620 - {modules.common.simcount._simcount:51} - {WARNING:device0} - Time difference between previous state and current state is too large. Set time difference to control interval.
2025-02-04 17:46:20,640 - {modules.common.utils.component_parser:33} - {ERROR:MainThread} - Fehlerstatus in Komponente Enphase Wechselrichter. Werte werden nicht aktualisiert.
2025-02-04 17:46:20,642 - {modules.common.utils.component_parser:33} - {ERROR:MainThread} - Fehlerstatus in Komponente Enphase 3x3T. Werte werden nicht aktualisiert.
2025-02-04 17:46:25,202 - {helpermodules.utils._thread_handler:40} - {ERROR:MainThread} - Thread smarthome ist bereits aktiv und wird nicht erneut gestartet.
2025-02-04 17:47:31,554 - {control.chargepoint.chargepoint:496} - {ERROR:MainThread} - Phasenumschaltung an Ladepunkt3 nicht möglich, da gerade eine Umschaltung im Gange ist.
2025-02-04 17:47:41,443 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -296.02200000000005W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:47:41,470 - {control.chargepoint.chargepoint:496} - {ERROR:MainThread} - Phasenumschaltung an Ladepunkt3 nicht möglich, da gerade eine Umschaltung im Gange ist.
2025-02-04 17:47:51,459 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -296.043W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:48:01,482 - {modules.common.simcount._simcount:51} - {WARNING:MainThread} - Time difference between previous state and current state is too large. Set time difference to control interval.
2025-02-04 17:48:21,508 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -1891.6280000000002W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:48:30,579 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2147.274W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:48:40,571 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2145.873W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:48:50,626 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2150.2090000000003W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:48:50,634 - {modules.common.simcount._simcount:51} - {WARNING:MainThread} - Time difference between previous state and current state is too large. Set time difference to control interval.
2025-02-04 17:49:00,644 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2146.833W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:49:10,761 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2155.209W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:49:20,829 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2135.237W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:49:30,738 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2123.945W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:49:40,742 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2127.178W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:49:50,779 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2134.076W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:50:02,571 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2129.5550000000003W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:50:11,614 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2134.8920000000003W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:50:20,624 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2130.674W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:50:30,636 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2161.219W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:50:40,759 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2157.698W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:50:51,612 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2157.738W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:51:00,652 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2155.977W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:51:10,553 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2162.056W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:51:21,590 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2160.005W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:51:30,690 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2154.048W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:51:40,674 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2155.619W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:51:50,591 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2155.337W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:52:00,732 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2154.455W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:52:10,735 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2152.655W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:52:20,836 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2158.76W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:52:30,954 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2160.296W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:52:43,113 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2163.2709999999997W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:52:51,068 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2164.337W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:53:01,094 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2203.2980000000002W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:53:10,998 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2203.29W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:53:21,171 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2203.211W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:53:31,330 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2201.144W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:53:41,315 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -2197.6479999999997W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:53:51,438 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -1966.793W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:54:01,547 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -1945.7980000000002W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:54:11,440 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -1939.2259999999999W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:54:21,508 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -1905.1999999999998W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:54:31,559 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -1902.096W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:54:40,802 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -1899.8739999999998W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:54:50,778 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -1900.21W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:55:02,489 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -1894.442W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:55:40,528 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -137.06700000000004W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:55:51,548 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -290.50399999999996W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:56:00,588 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -255.51299999999998W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:56:10,747 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -269.42700000000013W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:56:10,755 - {modules.common.simcount._simcount:51} - {WARNING:MainThread} - Time difference between previous state and current state is too large. Set time difference to control interval.
2025-02-04 17:56:20,746 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -290.7870000000001W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:56:30,747 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -297.05400000000003W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:56:40,765 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -292.646W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
2025-02-04 17:57:00,674 - {control.counter_all:107} - {ERROR:MainThread} - Ungültiger Hausverbrauch: -228.11899999999991W, Berücksichtigte Komponenten neben EVU [{'id': 2, 'type': 'inverter', 'children': []}, {'id': 1, 'type': 'bat', 'children': []}, {'id': 3, 'type': 'cp', 'children': []}]
kill: (716): No such process
seems like atreboot.sh finished normally
2025-02-04 19:08:20,618 - {modules.utils:15} - {ERROR:SoC} - Daten wurden noch nicht vollständig empfangen. Timeout abgelaufen, fortsetzen der Regelung.
2025-02-04 19:09:20,697 - {control.chargepoint.chargepoint:447} - {ERROR:MainThread} - Fehler in der Ladepunkt-Klasse von 3
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/control/chargepoint/chargepoint.py", line 441, in check_phase_switch_completed
    check_timestamp(self.data.control_parameter.timestamp_charge_start,
  File "/var/www/html/openWB/packages/helpermodules/timecheck.py", line 225, in check_timestamp
    if (create_timestamp() - duration) > timestamp:
TypeError: '>' not supported between instances of 'float' and 'NoneType'
Antworten