Re: Rückmeldungen Stable 1.9.262
Verfasst: Di Apr 05, 2022 5:22 pm
Ich bezweifel, dass die Einstellungen richtig sind. Der Hostname scheint nicht zu stimmen, da "127.0.0.1" definitiv nicht die IP Deines WR sein kann.michael.sp hat geschrieben: ↑Fr Apr 01, 2022 3:39 pm Die Anzeige PV über Solarview funktioniert nach dem Update nicht mehr
Ein Neustart bringt kein Erfolg, Was kann ich machen?
Code: Alles auswählen
2022-04-01 17:31:14: PID: 605: Sofort ladung bei minimal A 16 Ladeleistung zu gering (LV1) at 88 sofortlademodus sofortlademodus.sh 2022-04-01 17:31:21: PID: 1736: **** Regulation loop start **** (LV1) at 50 main /var/www/html/openWB/regel.sh 2022-04-01 17:31:22: PID: 1852: PV Hostname: 127.0.0.1 (LV2) at 19 main modules/wr_solarview/main.sh 2022-04-01 17:31:22: PID: 1852: PV Port: 15000 (LV2) at 20 main modules/wr_solarview/main.sh 2022-04-01 17:31:22: PID: 1852: PV Timeout: 3 (LV2) at 21 main modules/wr_solarview/main.sh 2022-04-01 17:31:22: PID: 1852: PV Command: 00* (LV2) at 22 main modules/wr_solarview/main.sh 2022/04/01 17:31:22 socat[1867] E connect(5, AF=1 "/var/www/html/openWB/packages/legacy_run_server.sock", 54): Connection refused 2022-04-01 17:31:22: PID: 1852: RET: 1 (LV2) at 28 main modules/wr_solarview/main.sh Not found2022-04-01 17:31:23: PID: 1736: pv1watt 0 pv2watt pvwatt 0 ladeleistung 0 llalt 16 nachtladen 0 nachtladen 0 minimalA 16 maximalA 32 (LV1) at 1295 loadvars loadvars.sh 2022-04-01 17:31:23: PID: 1736: lla1 0 llv1 0 llas11 llas21 mindestuberschuss 1400 abschaltuberschuss 5 lademodus 0 (LV1) at 1296 loadvars loadvars.sh 2022-04-01 17:31:23: PID: 1736: lla2 0 llv2 0 llas12 llas22 sofortll 16 hausverbrauch 400 wattbezug 400 uberschuss -400 (LV1) at 1297 loadvars loadvars.sh 2022-04-01 17:31:23: PID: 1736: lla3 0 llv3 0 llas13 llas23 soclp1 0 soclp2 (LV1) at 1298 loadvars loadvars.sh 2022-04-01 17:31:23: PID: 1736: EVU 1:V/A 2: V/A 3: V/A (LV1) at 1299 loadvars loadvars.sh 2022-04-01 17:31:23: PID: 1736: lp1enabled 1 lp2enabled 1 lp3enabled 1 (LV1) at 1300 loadvars loadvars.sh 2022-04-01 17:31:23: PID: 1736: plugstatlp1 0 plugstatlp2 0 plugstatlp3 0 (LV1) at 1301 loadvars loadvars.sh 2022-04-01 17:31:23: PID: 1736: chargestatlp1 0 chargestatlp2 0 chargestatlp3 0 (LV1) at 1302 loadvars loadvars.sh 2022-04-01 17:31:25: PID: 1736: Sofort ladung bei minimal A 16 Ladeleistung zu gering (LV1) at 88 sofortlademodus sofortlademodus.sh
Bitte in der Nightly ausprobieren. Sollte jetzt wieder laufen.blameman hat geschrieben: ↑Sa Apr 02, 2022 4:40 pm Im PV Modul steht: "Konfiguration im zugehörigen Speichermodul des Solarwatt/My Reserve erforderlich."
allerdings finde ich im Solarwatt Energymanager keine Einstellung und es lief ja vorher auch alles. Hat noch jemand das Problem oder eine Idee was ich machen kann? Gibt es eine Möglichkeit ohne Backup zur .244 zurückzukehren?
Achja, hier mal ein Teil vom Debug-log:Code: Alles auswählen
AttributeError: 'list' object has no attribute 'values' for item in sresponse["result"]["items"].values(): File "/var/www/html/openWB/modules/bezug_solarwatt/solarwatt.py", line 23, in update parser.set_defaults(RUN=lambda args: function(*[getattr(args, argument_name) for argument_name in arg_spec.args])) File "/var/www/html/openWB/packages/helpermodules/cli/_run_using_positional_cli_args.py", line 19, in <lambda> args.RUN(args) File "/var/www/html/openWB/packages/helpermodules/cli/_run_using_positional_cli_args.py", line 34, in run_using_positional_cli_args run_using_positional_cli_args(update, argv) File "/var/www/html/openWB/modules/bezug_solarwatt/solarwatt.py", line 39, in main importlib.import_module(parsed[0]).main(parsed[1:]) File "/var/www/html/openWB/packages/legacy_run_server.py", line 109, in handle_message self.__callback(read_all_bytes(connection)) File "/var/www/html/openWB/packages/legacy_run_server.py", line 87, in handle_connection yield File "/var/www/html/openWB/packages/legacy_run_server.py", line 48, in redirect_stdout_stderr_exceptions_to_log Traceback (most recent call last): 2022-04-02 19:07:15: PID: 18073: legacy run server: Unhandled exception TypeError: list indices must be integers or slices, not dict if "tagValues" in sresponse["result"]["items"][item]: File "/var/www/html/openWB/modules/speicher_solarwatt/solarwatt.py", line 18, in get_value 2022-04-02 19:07:14: PID: 18073: legacy run server: Traceback (most recent call last): AttributeError: 'list' object has no attribute 'values' for item in sresponse["result"]["items"].values(): File "/var/www/html/openWB/modules/wr_solarwatt/solarwatt.py", line 16, in update parser.set_defaults(RUN=lambda args: function(*[getattr(args, argument_name) for argument_name in arg_spec.args])) File "/var/www/html/openWB/packages/helpermodules/cli/_run_using_positional_cli_args.py", line 19, in <lambda> args.RUN(args) File "/var/www/html/openWB/packages/helpermodules/cli/_run_using_positional_cli_args.py", line 34, in run_using_positional_cli_args run_using_positional_cli_args(update, argv) File "/var/www/html/openWB/modules/wr_solarwatt/solarwatt.py", line 31, in main importlib.import_module(parsed[0]).main(parsed[1:]) File "/var/www/html/openWB/packages/legacy_run_server.py", line 109, in handle_message self.__callback(read_all_bytes(connection)) File "/var/www/html/openWB/packages/legacy_run_server.py", line 87, in handle_connection yield File "/var/www/html/openWB/packages/legacy_run_server.py", line 48, in redirect_stdout_stderr_exceptions_to_log Traceback (most recent call last): 2022-04-02 19:07:13: PID: 18073: legacy run server: Unhandled exception AttributeError: 'list' object has no attribute 'values' for item in sresponse["result"]["items"].values(): File "/var/www/html/openWB/modules/bezug_solarwatt/solarwatt.py", line 23, in update parser.set_defaults(RUN=lambda args: function(*[getattr(args, argument_name) for argument_name in arg_spec.args])) File "/var/www/html/openWB/packages/helpermodules/cli/_run_using_positional_cli_args.py", line 19, in <lambda> args.RUN(args)