Code: Alles auswählen
2025-12-03 14:44:43,856 - {control.data:276} - {INFO:MainThread} - optional_data
OptionalData(electricity_pricing=ElectricityPricing(configured=True, flexible_tariff=FlexibleTariff(get=PricingGet(fault_state=0, fault_str='Die Preisliste hat 134 Einträge. ', prices={'1764768600': 0.0004245999999999999>
2025-12-03 14:44:43,915 - {control.data:295} - {INFO:MainThread} - pv12
PvData(config=Config(max_ac_out=0), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=5916.0, monthly_exported=26333.049000002444, yearly_exported=1170442.5960000008, exported=45121807.749, fault_state=0, fault_str='Kein >
2025-12-03 14:44:43,921 - {control.data:278} - {INFO:MainThread} - pv_all_data
--
EvTemplateData(dc_min_current=20, dc_max_current=150, id=2, name='ZOE', max_current_multi_phases=32, max_phases=3, prevent_phase_switch=True, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_int>
2025-12-03 14:44:53,606 - {control.data:295} - {INFO:MainThread} - et3
EvTemplateData(dc_min_current=0, dc_max_current=0, id=3, name='Bulli', max_current_multi_phases=16, max_phases=3, prevent_phase_switch=False, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_int>
2025-12-03 14:44:53,611 - {control.data:271} - {INFO:MainThread} - general_data
GeneralData(chargemode_config=ChargemodeConfig(pv_charging=PvCharging(bat_power_reserve=6000, bat_power_reserve_active=True, control_range=[-115, 115], feed_in_yield=0, phase_switch_delay=7, bat_power_discharge=1000, bat>
2025-12-03 14:44:53,620 - {control.data:272} - {INFO:MainThread} - general_data-display
primary
2025-12-03 14:44:53,623 - {control.data:273} - {INFO:MainThread} - graph_data
GraphData(config=Config(duration=120))
2025-12-03 14:44:53,628 - {control.data:276} - {INFO:MainThread} - optional_data
OptionalData(electricity_pricing=ElectricityPricing(configured=True, flexible_tariff=FlexibleTariff(get=PricingGet(fault_state=0, fault_str='Die Preisliste hat 134 Einträge. ', prices={'1764768600': 0.0004245999999999999>
2025-12-03 14:44:53,677 - {control.data:295} - {INFO:MainThread} - pv12
PvData(config=Config(max_ac_out=0), get=Get(currents=[0.0, 0.0, 0.0], daily_exported=5916.0, monthly_exported=26333.049000002444, yearly_exported=1170442.5960000008, exported=45121807.729, fault_state=0, fault_str='Kein >
2025-12-03 14:44:53,682 - {control.data:278} - {INFO:MainThread} - pv_all_data
--
2025-12-03 14:44:53,758 - {control.chargepoint.chargepoint:72} - {INFO:MainThread} - LP 6: Die Ladung kann nicht gestartet werden, da die Einschaltschwelle nicht erreicht wird.
2025-12-03 14:44:53,762 - {control.algorithm.min_current:22} - {INFO:MainThread} - Mode-Tuple Chargemode.SCHEDULED_CHARGING - Chargemode.PV_CHARGING - True, Zähler 2
2025-12-03 14:44:53,767 - {control.chargepoint.chargepoint:72} - {INFO:MainThread} - LP 6: Die Ladung kann nicht gestartet werden, da die Einschaltschwelle nicht erreicht wird.
2025-12-03 14:44:53,773 - {control.algorithm.algorithm:34} - {INFO:MainThread} - **Soll-Strom setzen**
2025-12-03 14:44:53,781 - {control.algorithm.algorithm:38} - {INFO:MainThread} - **PV-geführten Strom setzen**
2025-12-03 14:44:53,785 - {control.algorithm.algorithm:44} - {INFO:MainThread} - Keine Leistung für PV-geführtes Laden übrig.
2025-12-03 14:44:53,789 - {control.algorithm.algorithm:45} - {INFO:MainThread} - **Bidi-(Ent-)Lade-Strom setzen**
2025-12-03 14:44:53,793 - {control.process:30} - {INFO:MainThread} - # Ladung starten.
2025-12-03 14:45:00,595 - {helpermodules.system:77} - {INFO:MainThread} - my IP: 192.168.1.52
2025-12-03 14:45:02,530 - {control.optional:273} - {INFO:MainThread} - Wartezeit 20251203-13:50:00 abgelaufen, Strompreise werden abgefragt
2025-12-03 14:45:08,715 - {modules.common.fault_state:45} - {ERROR:update values flexible_tariff_module} - Tibber: FaultState FaultStateLevel.ERROR, FaultStr Innerhalb des Timeouts wurde keine Antwort erhalten. Überprüfe>
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 445, in _make_request
six.raise_from(e, None)
--
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='api.tibber.com', port=443): Read timed out. (read timeout=6)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_tariff.py", line 32, in update
tariff_state, timeslot_length_seconds = self.__update_et_provider_data()
File "/var/www/html/openWB/packages/modules/common/configurable_tariff.py", line 37, in __update_et_provider_data
tariff_state = self._component_updater()
File "/var/www/html/openWB/packages/modules/electricity_pricing/flexible_tariffs/tibber/tariff.py", line 62, in updater
return TariffState(prices=fetch_prices(config.configuration))
File "/var/www/html/openWB/packages/modules/electricity_pricing/flexible_tariffs/tibber/tariff.py", line 48, in fetch_prices
response = req.get_http_session().post('https://api.tibber.com/v1-beta/gql', headers=headers, data=data, timeout=6)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 590, in post
return self.request('POST', url, data=data, json=json, **kwargs)
--
EvTemplateData(dc_min_current=20, dc_max_current=150, id=2, name='ZOE', max_current_multi_phases=32, max_phases=3, prevent_phase_switch=True, prevent_charge_stop=False, control_pilot_interruption=False, control_pilot_int>
2025-12-03 14:45:26,318 - {control.data:295} - {INFO:MainThread} - et3
GraphData(config=Config(duration=120))
diesmal (noch) keine Selbstheilung, aber dass eigentliche Problem ist ja, die unnötige Abfrage, weniger, dass sie fehl schlägt...