Rückmeldungen openWB software 2.1.3 Beta 2

Fragen zur Nutzung, Features, usw..
kai9555
Beiträge: 258
Registriert: Mi Feb 01, 2023 7:16 am

Re: Rückmeldungen openWB software 2.1.3 Beta 2

Beitrag von kai9555 »

LenaK hat geschrieben: Do Mär 07, 2024 12:28 pm
kai9555 hat geschrieben: Mi Feb 28, 2024 6:36 pm Ich komme nicht mehr ganz hinterher. Ist das Problem der PV Peaks nun behoben oder nicht? Heute hatte ich zumindest wieder einen. Zu der Zeit habe ich im Log folgende Fehler:

Code: Alles auswählen

 2024-02-28 14:49:44,013 - {modules.common.fault_state:49} - {ERROR:device0} - Victron Zähler: FaultState FaultStateLevel.ERROR, FaultStr <class 'pymodbus.exceptions.ConnectionException'> ('Failed to connect[ModbusTcpClient(192.168.2.83:502)]', 'Modbus-Client konnte keine Verbindung zu 192.168.2.83:502 aufbauen. Bitte Einstellungen wie IP-Adresse, Ladepunkt-Typ, .. und Hardware-Anschluss prüfen.'), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/devices/victron/device.py", line 59, in update
    self.components[component].update()
  File "/var/www/html/openWB/packages/modules/devices/victron/counter.py", line 30, in update
    with self.__tcp_client:
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 59, in __enter__
    raise e
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 56, in __enter__
    self.delegate.__enter__()
  File "/home/openwb/.local/lib/python3.9/site-packages/pymodbus/client/sync.py", line 120, in __enter__
    raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(192.168.2.83:502)]

2024-02-28 14:49:44,017 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (192.168.2.83, 502) failed: [Errno 101] Network is unreachable
2024-02-28 14:49:44,019 - {modules.common.fault_state:49} - {ERROR:device0} - Victron Wechselrichter: FaultState FaultStateLevel.ERROR, FaultStr <class 'pymodbus.exceptions.ConnectionException'> ('Failed to connect[ModbusTcpClient(192.168.2.83:502)]', 'Modbus-Client konnte keine Verbindung zu 192.168.2.83:502 aufbauen. Bitte Einstellungen wie IP-Adresse, Ladepunkt-Typ, .. und Hardware-Anschluss prüfen.'), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/devices/victron/device.py", line 59, in update
    self.components[component].update()
  File "/var/www/html/openWB/packages/modules/devices/victron/inverter.py", line 32, in update
    with self.__tcp_client:
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 59, in __enter__
    raise e
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 56, in __enter__
    self.delegate.__enter__()
  File "/home/openwb/.local/lib/python3.9/site-packages/pymodbus/client/sync.py", line 120, in __enter__
    raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(192.168.2.83:502)]

2024-02-28 14:49:44,025 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (192.168.2.83, 502) failed: [Errno 101] Network is unreachable
2024-02-28 14:49:44,033 - {modules.common.fault_state:49} - {ERROR:device0} - Victron Speicher: FaultState FaultStateLevel.ERROR, FaultStr <class 'pymodbus.exceptions.ConnectionException'> ('Failed to connect[ModbusTcpClient(192.168.2.83:502)]', 'Modbus-Client konnte keine Verbindung zu 192.168.2.83:502 aufbauen. Bitte Einstellungen wie IP-Adresse, Ladepunkt-Typ, .. und Hardware-Anschluss prüfen.'), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/devices/victron/device.py", line 59, in update
    self.components[component].update()
  File "/var/www/html/openWB/packages/modules/devices/victron/bat.py", line 29, in update
    with self.__tcp_client:
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 59, in __enter__
    raise e
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 56, in __enter__
    self.delegate.__enter__()
  File "/home/openwb/.local/lib/python3.9/site-packages/pymodbus/client/sync.py", line 120, in __enter__
    raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(192.168.2.83:502)]

2024-02-28 14:49:50,656 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (192.168.2.83, 502) failed: [Errno 101] Network is unreachable
2024-02-28 14:49:50,658 - {modules.common.fault_state:49} - {ERROR:device0} - Victron Zähler: FaultState FaultStateLevel.ERROR, FaultStr <class 'pymodbus.exceptions.ConnectionException'> ('Failed to connect[ModbusTcpClient(192.168.2.83:502)]', 'Modbus-Client konnte keine Verbindung zu 192.168.2.83:502 aufbauen. Bitte Einstellungen wie IP-Adresse, Ladepunkt-Typ, .. und Hardware-Anschluss prüfen.'), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/devices/victron/device.py", line 59, in update
    self.components[component].update()
  File "/var/www/html/openWB/packages/modules/devices/victron/counter.py", line 30, in update
    with self.__tcp_client:
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 59, in __enter__
    raise e
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 56, in __enter__
    self.delegate.__enter__()
  File "/home/openwb/.local/lib/python3.9/site-packages/pymodbus/client/sync.py", line 120, in __enter__
    raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(192.168.2.83:502)]

2024-02-28 14:49:50,670 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (192.168.2.83, 502) failed: [Errno 101] Network is unreachable
2024-02-28 14:49:50,691 - {modules.common.fault_state:49} - {ERROR:device0} - Victron Wechselrichter: FaultState FaultStateLevel.ERROR, FaultStr <class 'pymodbus.exceptions.ConnectionException'> ('Failed to connect[ModbusTcpClient(192.168.2.83:502)]', 'Modbus-Client konnte keine Verbindung zu 192.168.2.83:502 aufbauen. Bitte Einstellungen wie IP-Adresse, Ladepunkt-Typ, .. und Hardware-Anschluss prüfen.'), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/devices/victron/device.py", line 59, in update
    self.components[component].update()
  File "/var/www/html/openWB/packages/modules/devices/victron/inverter.py", line 32, in update
    with self.__tcp_client:
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 59, in __enter__
    raise e
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 56, in __enter__
    self.delegate.__enter__()
  File "/home/openwb/.local/lib/python3.9/site-packages/pymodbus/client/sync.py", line 120, in __enter__
    raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(192.168.2.83:502)]

2024-02-28 14:49:50,730 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (192.168.2.83, 502) failed: [Errno 101] Network is unreachable
2024-02-28 14:49:50,740 - {modules.common.fault_state:49} - {ERROR:device0} - Victron Speicher: FaultState FaultStateLevel.ERROR, FaultStr <class 'pymodbus.exceptions.ConnectionException'> ('Failed to connect[ModbusTcpClient(192.168.2.83:502)]', 'Modbus-Client konnte keine Verbindung zu 192.168.2.83:502 aufbauen. Bitte Einstellungen wie IP-Adresse, Ladepunkt-Typ, .. und Hardware-Anschluss prüfen.'), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/devices/victron/device.py", line 59, in update
    self.components[component].update()
  File "/var/www/html/openWB/packages/modules/devices/victron/bat.py", line 29, in update
    with self.__tcp_client:
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 59, in __enter__
    raise e
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 56, in __enter__
    self.delegate.__enter__()
  File "/home/openwb/.local/lib/python3.9/site-packages/pymodbus/client/sync.py", line 120, in __enter__
    raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(192.168.2.83:502)]
Merkwürdig ist das ich keinen Netzwerkfehler zu genannter Zeit identifizieren kann. Alles ist über LAN angeschlossen und Pakete gingen nicht verloren.

Aber selbst wenn die openWB mal für eine Minute keine Verbindung zum Victron aufbauen kann, dürfte es nicht einfach so einen Peak von 2.000kW geben. Kann das nicht durch Mittelwerte oder so geglättet werden?

2024-02-20 12:30:40 +0100 [1561b0d01]
OpenWB Standard+
EVU, PV, Speicher: Victron Modbus
Kannst Du bitte noch das Tageslog von gestern posten?
Ich habe gestern 17 Uhr Update auf 2024-03-07 13:01:26 +0100 [108145811] durchgeführt, daher ist es etwas kurz. Soll ich morgen das vollständige von heute noch einmal posten?

Code: Alles auswählen

 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 420 started, waiting for 900s
already up to date
Group membership...
Final group membership: openwb : openwb adm dialout cdrom sudo audio video plugdev games users input render netdev spi i2c gpio
Network...
Wait for connection...RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.
my primary IP: 192.168.2.84
my primary interface: eth0
running as primary, enabling plug'n'play network
apt configuration already up to date
install required packages with 'apt-get'...
OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
Paketlisten werden gelesen…
Paketlisten werden gelesen…
Abhängigkeitsbaum wird aufgebaut…
Statusinformationen werden eingelesen…
accountsservice ist schon die neueste Version (0.6.55-3).
apache2 ist schon die neueste Version (2.4.56-1~deb11u2).
bc ist schon die neueste Version (1.07.1-2+b1).
chromium ist schon die neueste Version (106.0.5249.119-1~deb11u1).
chromium-l10n ist schon die neueste Version (106.0.5249.119-1~deb11u1).
git ist schon die neueste Version (1:2.30.2-1+deb11u2).
jq ist schon die neueste Version (1.6-2.1).
libapache2-mod-php ist schon die neueste Version (2:7.4+76).
lightdm-autologin-greeter ist schon die neueste Version (1.0-3).
mmc-utils ist schon die neueste Version (0+git20180327.b4fe0c8c-1).
mosquitto ist schon die neueste Version (2.0.11-1+deb11u1).
mosquitto-clients ist schon die neueste Version (2.0.11-1+deb11u1).
openbox-lxde-session ist schon die neueste Version (0.99.2-4).
php ist schon die neueste Version (2:7.4+76).
php-curl ist schon die neueste Version (2:7.4+76).
php-gd ist schon die neueste Version (2:7.4+76).
php-json ist schon die neueste Version (2:7.4+76).
php-xml ist schon die neueste Version (2:7.4+76).
socat ist schon die neueste Version (1.7.4.1-3).
sshpass ist schon die neueste Version (1.09-1).
ssl-cert ist schon die neueste Version (1.1.0+nmu1).
sudo ist schon die neueste Version (1.9.5p2-3+deb11u1).
vim ist schon die neueste Version (2:8.2.2434-3+deb11u1).
x11-xserver-utils ist schon die neueste Version (7.7+8).
xserver-xorg ist schon die neueste Version (1:7.7+22).
lightdm ist schon die neueste Version (1.26.0-7+rpt1).
python3-pip ist schon die neueste Version (20.3.4-4+rpt1+deb11u1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 81 nicht aktualisiert.
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...
python cache cleanup done
display setup...
autologin configured
mouse cursor configured
lxde session autostart already configured
apache default site...
...ok
checking required apache modules...
headers (enabled by site administrator)
headers already enabled
ssl (enabled by site administrator)
ssl already enabled
proxy_wstunnel (enabled by site administrator)
proxy_wstunnel already enabled
check mosquitto installation...
mosquitto.conf already up to date
mosquitto openwb.conf 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: jq==1.1.3 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 1)) (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 2)) (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 3)) (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 4)) (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 5)) (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 6)) (4.9.1)
Requirement already satisfied: aiohttp==3.7.4 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 7)) (3.7.4)
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 8)) (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 9)) (2.6.0)
Requirement already satisfied: ipparser==0.3.8 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 10)) (0.3.8)
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)
Requirement already satisfied: cryptography==40.0.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 16)) (40.0.1)
Requirement already satisfied: msal==1.22.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 17)) (1.22.0)
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 18)) (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 19)) (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 20)) (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 21)) (2023.3.post1)
Requirement already satisfied: attrs>=17.3.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (22.1.0)
Requirement already satisfied: yarl<2.0,>=1.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (1.8.1)
Requirement already satisfied: typing-extensions>=3.6.5 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (4.4.0)
Requirement already satisfied: async-timeout<4.0,>=3.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (3.0.1)
Requirement already satisfied: chardet<4.0,>=2.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (3.0.4)
Requirement already satisfied: multidict<7.0,>=4.5 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (6.0.2)
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.11.1)
Requirement already satisfied: cffi>=1.12 in /home/openwb/.local/lib/python3.9/site-packages (from cryptography==40.0.1->-r /var/www/html/openWB/requirements.txt (line 16)) (1.16.0)
Requirement already satisfied: dnspython in /home/openwb/.local/lib/python3.9/site-packages (from ipparser==0.3.8->-r /var/www/html/openWB/requirements.txt (line 10)) (2.3.0)
Requirement already satisfied: requests<3,>=2.0.0 in /usr/lib/python3/dist-packages (from msal==1.22.0->-r /var/www/html/openWB/requirements.txt (line 17)) (2.25.1)
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 3)) (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 3)) (3.5)
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 20)) (4.66.1)
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 20)) (0.5.1)
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 4)) (21.3)
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 4)) (1.1.1)
Requirement already satisfied: toml in /usr/lib/python3/dist-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 4)) (0.10.1)
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 4)) (1.0.0)
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 4)) (1.11.0)
Requirement already satisfied: pycparser in /home/openwb/.local/lib/python3.9/site-packages (from cffi>=1.12->cryptography==40.0.1->-r /var/www/html/openWB/requirements.txt (line 16)) (2.21)
Requirement already satisfied: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (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.3.2.post1)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/openwb/.local/lib/python3.9/site-packages (from packaging->pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 4)) (3.0.9)
done
load versions...
chgrp: Zugriff auf '/var/www/html/openWB/data/restore/*' nicht möglich: Datei oder Verzeichnis nicht gefunden
chgrp: Zugriff auf '/var/www/html/openWB/data/data_migration/*' nicht möglich: Datei oder Verzeichnis nicht gefunden
chmod: Zugriff auf '/var/www/html/openWB/data/restore/*' nicht möglich: Datei oder Verzeichnis nicht gefunden
chmod: Zugriff auf '/var/www/html/openWB/data/data_migration/*' nicht möglich: Datei oder Verzeichnis nicht gefunden
2024-03-07 17:02:18: boot done :-)
2024-03-07 17:02:20,523 - {root:178} - {DEBUG:MainThread} - Start openWB2.service
2024-03-07 17:02:20,525 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Broker-Konfiguration aktualisieren
2024-03-07 17:02:22,049 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/get/evse_current
2024-03-07 17:02:22,056 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/get/soc
2024-03-07 17:02:22,058 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/get/soc_timestamp
2024-03-07 17:02:22,063 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/get/vehicle_id
2024-03-07 17:02:22,068 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/3/control_parameter/failed_phase_switches
2024-03-07 17:02:22,216 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/data/trigger_phase_switch
2024-03-07 17:02:22,219 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/voltages
2024-03-07 17:02:22,221 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/currents
2024-03-07 17:02:22,224 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/frequency
2024-03-07 17:02:22,227 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/power_factors
2024-03-07 17:02:22,230 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/imported
2024-03-07 17:02:22,233 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/exported
2024-03-07 17:02:22,235 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/power
2024-03-07 17:02:22,238 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/powers
2024-03-07 17:02:22,241 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/phases_in_use
2024-03-07 17:02:22,244 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/charge_state
2024-03-07 17:02:22,247 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/plug_state
2024-03-07 17:02:22,250 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/evse_current
2024-03-07 17:02:22,277 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/command_completed
2024-03-07 17:02:22,282 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_df5d8074/messages/1709757882940
2024-03-07 17:02:22,285 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_df5d8074/messages/1709757889485
2024-03-07 17:02:22,288 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_a9635cf7/messages/1709757926477
2024-03-07 17:02:22,291 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_a9635cf7/messages/1709757934782
2024-03-07 17:02:22,294 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_a9635cf7/messages/1709757940670
2024-03-07 17:02:22,297 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_a9635cf7/messages/1709757943695
2024-03-07 17:02:22,300 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_a9635cf7/messages/1709757950304
2024-03-07 17:02:22,303 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_a9635cf7/messages/1709757953533
2024-03-07 17:02:22,306 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_5907ea59/messages/1709827226474
2024-03-07 17:02:22,309 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_5907ea59/messages/1709827233788
2024-03-07 17:02:22,312 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/command/mqttjs_5907ea59/messages/1709827273627
2024-03-07 17:02:22,321 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/pv/get/fault_state
2024-03-07 17:02:22,323 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/pv/get/fault_str
2024-03-07 17:02:22,338 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/heartbeat
2024-03-07 17:02:22,341 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/parentWB
2024-03-07 17:02:22,343 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/parentCPlp1
2024-03-07 17:02:22,346 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/Current
2024-03-07 17:02:22,348 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/Cpulp1
2024-03-07 17:02:22,350 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/U1p3p
2024-03-07 17:02:22,353 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/pv/5/get/currents
2024-03-07 17:02:22,356 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/pv/5/get/daily_exported
2024-03-07 17:02:22,358 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/bat/4/get/currents
2024-03-07 17:02:22,361 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/bat/4/get/soc
2024-03-07 17:02:22,363 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/bat/4/get/daily_exported
2024-03-07 17:02:22,366 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/bat/4/get/daily_imported
2024-03-07 17:02:22,368 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/bat/4/get/imported
2024-03-07 17:02:22,371 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/bat/4/get/exported
2024-03-07 17:02:22,373 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/bat/4/get/fault_state
2024-03-07 17:02:22,537 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/config/set/Devices/1/device_manual_control
2024-03-07 17:02:22,543 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/config/set/Devices/2/device_manual_control
2024-03-07 17:02:22,546 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Devices/1/RelayStatus
2024-03-07 17:02:22,551 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Devices/1/Watt
2024-03-07 17:02:22,553 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Devices/1/Wh
2024-03-07 17:02:22,563 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Devices/1/Status
2024-03-07 17:02:22,572 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Devices/2/RelayStatus
2024-03-07 17:02:22,577 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Devices/2/Watt
2024-03-07 17:02:22,580 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Devices/2/Wh
2024-03-07 17:02:22,589 - {helpermodules.update_config:542} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Devices/2/Status
2024-03-07 17:02:22,620 - {helpermodules.update_config:585} - {DEBUG:MainThread} - current datastore version: 37
2024-03-07 17:02:22,621 - {helpermodules.update_config:586} - {DEBUG:MainThread} - target datastore version: 37
2024-03-07 17:02:25,676 - {modules.internal_chargepoint_handler.rfid:99} - {DEBUG:MainThread} - **** /dev/input/event0 raspberrypi-ts  ****
2024-03-07 17:02:25,676 - {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))]}
2024-03-07 17:02:25,677 - {modules.internal_chargepoint_handler.rfid:103} - {DEBUG:MainThread} - device emits keyboard events
2024-03-07 17:02:25,677 - {modules.internal_chargepoint_handler.rfid:108} - {DEBUG:MainThread} - no 'enter' key detected, skipping device
2024-03-07 17:02:25,678 - {modules.internal_chargepoint_handler.rfid:111} - {INFO:MainThread} - detected keyboard devices:
2024-03-07 17:02:25,678 - {asyncio:59} - {DEBUG:MainThread} - Using selector: EpollSelector
2024-03-07 17:02:28,076 - {helpermodules.subdata:448} - {DEBUG:Subdata} - Neustart des Handlers für den internen Ladepunkt.
2024-03-07 17:02:28,388 - {modules.common.component_context:25} - {DEBUG:electricity tariff} - Update Komponente ['Tibber']
2024-03-07 17:02:28,399 - {urllib3.connectionpool:973} - {DEBUG:electricity tariff} - Starting new HTTPS connection (1): api.tibber.com:443
2024-03-07 17:02:28,754 - {urllib3.connectionpool:452} - {DEBUG:electricity tariff} - https://api.tibber.com:443 "POST /v1-beta/gql HTTP/1.1" 200 None
2024-03-07 17:02:28,760 - {modules.common.req:11} - {DEBUG:electricity tariff} - Get-Response: {"data":{"viewer":{"home":{"currentSubscription":{"priceInfo":{"today":[{"total":0.2677,"startsAt":"2024-03-07T00:00:00.000+01:00"},{"total":0.2665,"startsAt":"2024-03-07T01:00:00.000+01:00"},{"total":0.2641,"startsAt":"2024-03-07T02:00:00.000+01:00"},{"total":0.2622,"startsAt":"2024-03-07T03:00:00.000+01:00"},{"total":0.2636,"startsAt":"2024-03-07T04:00:00.000+01:00"},{"total":0.2674,"startsAt":"2024-03-07T05:00:00.000+01:00"},{"total":0.2807,"startsAt":"2024-03-07T06:00:00.000+01:00"},{"total":0.3032,"startsAt":"2024-03-07T07:00:00.000+01:00"},{"total":0.2955,"startsAt":"2024-03-07T08:00:00.000+01:00"},{"total":0.2745,"startsAt":"2024-03-07T09:00:00.000+01:00"},{"total":0.2653,"startsAt":"2024-03-07T10:00:00.000+01:00"},{"total":0.2591,"startsAt":"2024-03-07T11:00:00.000+01:00"},{"total":0.2538,"startsAt":"2024-03-07T12:00:00.000+01:00"},{"total":0.2521,"startsAt":"2024-03-07T13:00:00.000+01:00"},{"total":0.2558,"startsAt":"2024-03-07T14:00:00.000+01:00"},{"total":0.259,"startsAt":"2024-03-07T15:00:00.000+01:00"},{"total":0.2636,"startsAt":"2024-03-07T16:00:00.000+01:00"},{"total":0.2866,"startsAt":"2024-03-07T17:00:00.000+01:00"},{"total":0.3062,"startsAt":"2024-03-07T18:00:00.000+01:00"},{"total":0.2879,"startsAt":"2024-03-07T19:00:00.000+01:00"},{"total":0.2786,"startsAt":"2024-03-07T20:00:00.000+01:00"},{"total":0.2677,"startsAt":"2024-03-07T21:00:00.000+01:00"},{"total":0.2677,"startsAt":"2024-03-07T22:00:00.000+01:00"},{"total":0.261,"startsAt":"2024-03-07T23:00:00.000+01:00"}],"tomorrow":[{"total":0.2619,"startsAt":"2024-03-08T00:00:00.000+01:00"},{"total":0.2601,"startsAt":"2024-03-08T01:00:00.000+01:00"},{"total":0.2602,"startsAt":"2024-03-08T02:00:00.000+01:00"},{"total":0.2589,"startsAt":"2024-03-08T03:00:00.000+01:00"},{"total":0.2593,"startsAt":"2024-03-08T04:00:00.000+01:00"},{"total":0.2603,"startsAt":"2024-03-08T05:00:00.000+01:00"},{"total":0.2791,"startsAt":"2024-03-08T06:00:00.000+01:00"},{"total":0.2935,"startsAt":"2024-03-08T07:00:00.000+01:00"},{"total":0.2862,"startsAt":"2024-03-08T08:00:00.000+01:00"},{"total":0.2689,"startsAt":"2024-03-08T09:00:00.000+01:00"},{"total":0.2489,"startsAt":"2024-03-08T10:00:00.000+01:00"},{"total":0.2424,"startsAt":"2024-03-08T11:00:00.000+01:00"},{"total":0.2063,"startsAt":"2024-03-08T12:00:00.000+01:00"},{"total":0.1855,"startsAt":"2024-03-08T13:00:00.000+01:00"},{"total":0.2092,"startsAt":"2024-03-08T14:00:00.000+01:00"},{"total":0.2283,"startsAt":"2024-03-08T15:00:00.000+01:00"},{"total":0.2467,"startsAt":"2024-03-08T16:00:00.000+01:00"},{"total":0.2661,"startsAt":"2024-03-08T17:00:00.000+01:00"},{"total":0.2801,"startsAt":"2024-03-08T18:00:00.000+01:00"},{"total":0.2756,"startsAt":"2024-03-08T19:00:00.000+01:00"},{"total":0.2655,"startsAt":"2024-03-08T20:00:00.000+01:00"},{"total":0.2576,"startsAt":"2024-03-08T21:00:00.000+01:00"},{"total":0.2578,"startsAt":"2024-03-08T22:00:00.000+01:00"},{"total":0.2517,"startsAt":"2024-03-08T23:00:00.000+01:00"}]}}}}}}

2024-03-07 17:02:28,806 - {modules.common.store._api:26} - {DEBUG:electricity tariff} - Raw data TariffState(prices={1709827200: 0.00028660000000000003, 1709830800: 0.0003062, 1709834400: 0.0002879, 1709838000: 0.0002786, 1709841600: 0.0002677, 1709845200: 0.0002677, 1709848800: 0.000261, 1709852400: 0.0002619, 1709856000: 0.0002601, 1709859600: 0.0002602, 1709863200: 0.0002589, 1709866800: 0.00025929999999999996, 1709870400: 0.0002603, 1709874000: 0.0002791, 1709877600: 0.0002935, 1709881200: 0.0002862, 1709884800: 0.0002689, 1709888400: 0.00024890000000000003, 1709892000: 0.0002424, 1709895600: 0.0002063, 1709899200: 0.0001855, 1709902800: 0.0002092, 1709906400: 0.0002283, 1709910000: 0.0002467})
2024-03-07 17:02:28,808 - {modules.common.store._api:30} - {INFO:electricity tariff} - Saving TariffState(prices={1709827200: 0.00028660000000000003, 1709830800: 0.0003062, 1709834400: 0.0002879, 1709838000: 0.0002786, 1709841600: 0.0002677, 1709845200: 0.0002677, 1709848800: 0.000261, 1709852400: 0.0002619, 1709856000: 0.0002601, 1709859600: 0.0002602, 1709863200: 0.0002589, 1709866800: 0.00025929999999999996, 1709870400: 0.0002603, 1709874000: 0.0002791, 1709877600: 0.0002935, 1709881200: 0.0002862, 1709884800: 0.0002689, 1709888400: 0.00024890000000000003, 1709892000: 0.0002424, 1709895600: 0.0002063, 1709899200: 0.0001855, 1709902800: 0.0002092, 1709906400: 0.0002283, 1709910000: 0.0002467})
2024-03-07 17:02:29,269 - {helpermodules.subdata:826} - {DEBUG:Subdata} - Neustart des Handlers für den internen Ladepunkt.
2024-03-07 17:02:29,280 - {helpermodules.subdata:765} - {DEBUG:Subdata} - skipping mqtt bridge message on startup
kill: (420): Kein passender Prozess gefunden
seems like atreboot.sh finished normally
2024-03-07 18:45:05,152 - {pymodbus.client.sync:218} - {ERROR:device0} - Connection to (192.168.2.83, 502) failed: timed out
2024-03-07 18:45:05,164 - {modules.common.fault_state:49} - {ERROR:device0} - Victron Zähler: FaultState FaultStateLevel.ERROR, FaultStr <class 'pymodbus.exceptions.ConnectionException'> ('Failed to connect[ModbusTcpClient(192.168.2.83:502)]', 'Modbus-Client konnte keine Verbindung zu 192.168.2.83:502 aufbauen. Bitte Einstellungen wie IP-Adresse, Ladepunkt-Typ, .. und Hardware-Anschluss prüfen.'), Traceback: 
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/modules/devices/victron/device.py", line 59, in update
    self.components[component].update()
  File "/var/www/html/openWB/packages/modules/devices/victron/counter.py", line 30, in update
    with self.__tcp_client:
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 59, in __enter__
    raise e
  File "/var/www/html/openWB/packages/modules/common/modbus.py", line 56, in __enter__
    self.delegate.__enter__()
  File "/home/openwb/.local/lib/python3.9/site-packages/pymodbus/client/sync.py", line 120, in __enter__
    raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(192.168.2.83:502)]

2024-03-08 00:00:01,975 - {root:99} - {ERROR:MainThread} - Fehler im Main-Modul
Traceback (most recent call last):
  File "/var/www/html/openWB/packages/main.py", line 91, in handler5MinAlgorithm
    update_daily_yields(totals)
  File "/var/www/html/openWB/packages/helpermodules/measurement_logging/update_daily_yields.py", line 22, in update_daily_yields
    data.data.counter_all_data.data.set.daily_yield_home_consumption = totals["hc"]["all"]["energy_imported"]
KeyError: 'all'
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Rückmeldungen openWB software 2.1.3 Beta 2

Beitrag von LenaK »

Bitte das Tageslog aus http://<ip der openWB>/openWB/data/daily_log/<JJJJMMDD>.json posten?
kai9555
Beiträge: 258
Registriert: Mi Feb 01, 2023 7:16 am

Re: Rückmeldungen openWB software 2.1.3 Beta 2

Beitrag von kai9555 »

LenaK hat geschrieben: Fr Mär 08, 2024 6:06 am Bitte das Tageslog aus http://<ip der openWB>/openWB/data/daily_log/<JJJJMMDD>.json posten?
Alles klar. Ich habe es gleich json formatiert als rtf angehangen. Passt das so? Oder brauchst du das Tageslog von dem Tag, an dem es den Peak gab?
Dateianhänge
daily_log 20240307.rtf
(512.64 KiB) 7-mal heruntergeladen
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Rückmeldungen openWB software 2.1.3 Beta 2

Beitrag von LenaK »

Bitte von dem Tag, an dem der Peak aufgetreten ist.
kai9555
Beiträge: 258
Registriert: Mi Feb 01, 2023 7:16 am

Re: Rückmeldungen openWB software 2.1.3 Beta 2

Beitrag von kai9555 »

LenaK hat geschrieben: Fr Mär 08, 2024 9:16 am Bitte von dem Tag, an dem der Peak aufgetreten ist.
Dateianhänge
daily_log 20240228.rtf
(451.67 KiB) 5-mal heruntergeladen
Benutzeravatar
Thomas aus W
Beiträge: 778
Registriert: Mi Apr 01, 2020 4:00 pm

Re: Rückmeldungen openWB software 2.1.3 Beta 2

Beitrag von Thomas aus W »

kai9555 hat geschrieben: Fr Mär 08, 2024 7:14 am Ich habe es gleich json formatiert als rtf angehangen
Man kann die Datei auch einfach in *.json.txt umbenennen, damit das Forum die akzeptiert...

vye
TW
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Rückmeldungen openWB software 2.1.3 Beta 2

Beitrag von LenaK »

Es gibt eine neue Beta-Version: viewtopic.php?t=8444

Die offenen Rückmeldungen werden noch bearbeitet. Rückmeldung dazu erhaltet ihr hier oder nach dem Release in der Ankündigung der nächsten Alpha-Version.
LenaK
Beiträge: 1029
Registriert: Fr Jan 22, 2021 6:40 am

Re: Rückmeldungen openWB software 2.1.3 Beta 2

Beitrag von LenaK »

Tech1Konni hat geschrieben: Di Feb 20, 2024 12:37 pm Ein Minor Bug von mir:
Meine Series 2 Standard+ läuft als Secondary und wird über Modbus TCP gesteuert. Das funktioniert auch einwandfrei. Es gibt lediglich einen kleinen Anzeigefehler auf der Status-Seite.
Und war wird die Ladeleistung sowie die Umschaltung durch evcc gemacht, das funktioniert auch einwandfrei. Allerdings fehlt in der Status-Anzeige die Vorgabe der Phasen ("phases_to_use"):

Screenshot 2024-02-20 133202.png

In den Logs hingegen ist der Wert korrekt da:

Code: Alles auswählen

2024-02-20 13:22:22,955 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:192} - {DEBUG:Internal Chargepoint} - {'cp0': InternalChargepoint(data=InternalChargepointData(cp_interruption_duration=0, parent_cp='0', phases_to_use=1, set_current=8.06, trigger_phase_switch=False), get=Get(charge_state=True, currents=[7.69, 0.0, 0.0], evse_current=8, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=151470, phases_in_use=1, plug_state=True, power=1763.21, rfid_timestamp=None, rfid=None, voltages=[231.2, 232.4, 236.8])), 'cp1': InternalChargepoint(data=InternalChargepointData(cp_interruption_duration=0, parent_cp=None, phases_to_use=0, set_current=0, trigger_phase_switch=False), get=Get(charge_state=False, currents=[0.0, 0.0, 0.0], evse_current=0, exported=0, fault_str='Kein Fehler.', fault_state=0, imported=0, phases_in_use=0, plug_state=False, power=0, rfid_timestamp=None, rfid=None, voltages=[230.0, 230.0, 230.0])), 'global_data': GlobalHandlerData(heartbeat=1708431734.12735, parent_ip=None, configured=True), 'rfid_data': RfidData(last_tag='')}
Da fehlt vermutlich nur ein Mapping im UI.
Wird im aktuellen Master nun angezeigt. evtl dafür noch den Browser-Cache leeren, wenn ein Neuladen der seite nicht ausreicht.
Gesperrt