rnovacek / homeassistant_cz_energy_spot_prices

Home Assistant integration that provides current Czech electricity spot prices based on OTE.
Apache License 2.0
85 stars 18 forks source link

Po updatu na 0.3.1 se nenačtou data z ote #21

Closed stepanovsky closed 1 year ago

stepanovsky commented 1 year ago

Zdravím, updatoval jsem na 0.3.1, ale i přesto se mi data z ote nenačítají. V logu je následující:

2023-03-27 12:37:33.555 ERROR (MainThread) [custom_components.cz_energy_spot_prices.coordinator] Unexpected error fetching Czech Energy Spot Prices data: 2
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 239, in _async_refresh
self.data = await self._async_update_data()
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 168, in _async_update_data
return SpotRateData(rates, zoneinfo)
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 99, in __init__
for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1):
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 99, in <lambda>
for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1):
KeyError: 2
2023-03-27 12:37:33.558 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up cz_energy_spot_prices platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 239, in _async_refresh
self.data = await self._async_update_data()
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 168, in _async_update_data
return SpotRateData(rates, zoneinfo)
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 99, in __init__
for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1):
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 99, in <lambda>
for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1):
KeyError: 2
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 293, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/cz_energy_spot_prices/sensor.py", line 125, in async_setup_entry
await coordinator.async_config_entry_first_refresh()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 211, in async_config_entry_first_refresh
raise ex
homeassistant.exceptions.ConfigEntryNotReady: 2

Co s tím? Díky a hezký den :-)

PetrMedek commented 1 year ago

Dobrý den,

mám stejný problém. Nevím, jestli to souvisí s verzí plug-in, aktualizoval jsem HA a již nic z OTE nenačtu. Dík za radu. P.

Bojkas1985 commented 1 year ago

Ahoj, ani nikomu z mého okolí to nejede. Měl jsem pořád verzi 0.30.0. Nebude to problém přechodu na letní čas @rnovacek ?

adamjezek98 commented 1 year ago

Taky mi to včera před 8 večer vypadlo, v logu stejná chyba, ale před pár minutama se to vzpamatovalo ¯_(ツ)_/¯

rnovacek commented 1 year ago

To je fakt divný, u mě to jede celou dobu v pohodě :(

rnovacek commented 1 year ago

Těžko se to opravuje, když se mi to neprojevilo, nicméně jsem to zkusil naslepo. Zkuste prosím někdo aktuální main větev (zatím neotagováno jako nová verze).

stepanovsky commented 1 year ago

zdá se, že to nepomohlo:

2023-03-27 15:57:30.433 ERROR (MainThread) [custom_components.cz_energy_spot_prices.coordinator] Unexpected error fetching Czech Energy Spot Prices data: 2
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 239, in _async_refresh
self.data = await self._async_update_data()
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 168, in _async_update_data
return SpotRateData(rates, zoneinfo)
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 99, in __init__
for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1):
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 99, in <lambda>
for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1):
KeyError: 2
2023-03-27 15:57:30.436 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up cz_energy_spot_prices platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 239, in _async_refresh
self.data = await self._async_update_data()
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 168, in _async_update_data
return SpotRateData(rates, zoneinfo)
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 99, in __init__
for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1):
File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 99, in <lambda>
for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1):
KeyError: 2
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 293, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/cz_energy_spot_prices/sensor.py", line 125, in async_setup_entry
await coordinator.async_config_entry_first_refresh()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 211, in async_config_entry_first_refresh
raise ex
homeassistant.exceptions.ConfigEntryNotReady: 2
rnovacek commented 1 year ago

Děkuji za otestování. Jaké máte nastavení? Časová zóna, jazyk, verze HomeAssistentu atd.

stepanovsky commented 1 year ago

Home Assistant 2023.3.6 Supervisor 2023.03.2 Frontend 20230309.1 - latest

homeassistant:
  unit_system: metric
  currency: CZK
  country: CZ
  temperature_unit: C
  time_zone: "Europe/Prague"

stačí takto?

PetrMedek commented 1 year ago

Stejné:

Home Assistant 2023.3.6 Supervisor 2023.03.2 Frontend 20230309.1 - latest

image
xsysel commented 1 year ago

Já ještě neprovedl update HA, mám

Home Assistant 2023.3.5 Supervisor 2023.03.2 Operating System 9.5 Frontend 20230309.1 - latest

A načítá v pohodě... Tak třeba to pomůže k diagnostice

PetrMedek commented 1 year ago

Zkusil jsem přenést změny z main a restartovat HA, chyby jsou tyto:

Logger: homeassistant.components.sensor Source: helpers/update_coordinator.py:211 Integration: Senzor (documentation, issues) First occurred: 19:03:27 (1 occurrences) Last logged: 19:03:27

Error while setting up cz_energy_spot_prices platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 239, in _async_refresh self.data = await self._async_update_data() File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 170, in _async_update_data return SpotRateData(rates, zoneinfo) File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 101, in init for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1): File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 101, in for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1): KeyError: 2

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 293, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/cz_energy_spot_prices/sensor.py", line 125, in async_setup_entry await coordinator.async_config_entry_first_refresh() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 211, in async_config_entry_first_refresh raise ex homeassistant.exceptions.ConfigEntryNotReady: 2

PetrMedek commented 1 year ago

Rozšíření jsem odinstaloval z HA. Restartoval a znovu nainstaloval a restartoval. Chyba stejná.

rnovacek commented 1 year ago

Nechápu, proč se to projevuje všem, jen mě ne :-( Mohl by prosím někdo zkusit aktuální main a dát sem log? Přidal jsem tam nějaké logování, které mi snad pomůže odhalit, v čem je problém.

PetrMedek commented 1 year ago

Zkusil jsem to. Log po restartu HA je níže. Omlouvám se, neumím to sem vložit nějak sofistikovaněji:

2023-03-27 20:02:39.517 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.utility_meter 2023-03-27 20:02:39.517 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.utility_meter 2023-03-27 20:02:39.534 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 00:00:00+01:00 2023-03-25 23:00:00+00:00 1010.66 {1: Decimal('1010.66')} 2023-03-27 20:02:39.535 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 01:00:00+01:00 2023-03-26 00:00:00+00:00 939.15 {1: Decimal('939.15'), 2: Decimal('1949.81')} 2023-03-27 20:02:39.535 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 03:00:00+02:00 2023-03-26 01:00:00+00:00 1000.95 {1: Decimal('1000.95'), 2: Decimal('1940.10'), 3: Decimal('2950.76')} 2023-03-27 20:02:39.535 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 04:00:00+02:00 2023-03-26 02:00:00+00:00 1006.16 {1: Decimal('1006.16'), 2: Decimal('2007.11'), 3: Decimal('2946.26'), 4: Decimal('3956.92')} 2023-03-27 20:02:39.535 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 05:00:00+02:00 2023-03-26 03:00:00+00:00 1503.44 {1: Decimal('1503.44'), 2: Decimal('2509.60'), 3: Decimal('3510.55'), 4: Decimal('4449.70')} 2023-03-27 20:02:39.535 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 06:00:00+02:00 2023-03-26 04:00:00+00:00 1730.77 {1: Decimal('1730.77'), 2: Decimal('3234.21'), 3: Decimal('4240.37'), 4: Decimal('5241.32'), 6: Decimal('7191.13')} 2023-03-27 20:02:39.536 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 07:00:00+02:00 2023-03-26 05:00:00+00:00 1399.25 {1: Decimal('1399.25'), 2: Decimal('3130.02'), 3: Decimal('4633.46'), 4: Decimal('5639.62'), 6: Decimal('7579.72')} 2023-03-27 20:02:39.536 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 08:00:00+02:00 2023-03-26 06:00:00+00:00 1829.28 {1: Decimal('1829.28'), 2: Decimal('3228.53'), 3: Decimal('4959.30'), 4: Decimal('6462.74'), 6: Decimal('8469.85'), 8: Decimal('10419.66')} 2023-03-27 20:02:39.536 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 09:00:00+02:00 2023-03-26 07:00:00+00:00 1706.38 {1: Decimal('1706.38'), 2: Decimal('3535.66'), 3: Decimal('4934.91'), 4: Decimal('6665.68'), 6: Decimal('9175.28'), 8: Decimal('11115.38')} 2023-03-27 20:02:39.536 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 10:00:00+02:00 2023-03-26 08:00:00+00:00 1709.70 {1: Decimal('1709.70'), 2: Decimal('3416.08'), 3: Decimal('5245.36'), 4: Decimal('6644.61'), 6: Decimal('9878.82'), 8: Decimal('11885.93')} 2023-03-27 20:02:39.536 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 11:00:00+02:00 2023-03-26 09:00:00+00:00 973.72 {1: Decimal('973.72'), 2: Decimal('2683.42'), 3: Decimal('4389.80'), 4: Decimal('6219.08'), 6: Decimal('9349.10'), 8: Decimal('11858.70')} 2023-03-27 20:02:39.536 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 12:00:00+02:00 2023-03-26 10:00:00+00:00 936.07 {1: Decimal('936.07'), 2: Decimal('1909.79'), 3: Decimal('3619.49'), 4: Decimal('5325.87'), 6: Decimal('8554.40'), 8: Decimal('11788.61')} 2023-03-27 20:02:39.536 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 13:00:00+02:00 2023-03-26 11:00:00+00:00 999.77 {1: Decimal('999.77'), 2: Decimal('1935.84'), 3: Decimal('2909.56'), 4: Decimal('4619.26'), 6: Decimal('8154.92'), 8: Decimal('11284.94')} 2023-03-27 20:02:39.536 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 14:00:00+02:00 2023-03-26 12:00:00+00:00 991.01 {1: Decimal('991.01'), 2: Decimal('1990.78'), 3: Decimal('2926.85'), 4: Decimal('3900.57'), 6: Decimal('7316.65'), 8: Decimal('10545.18')} 2023-03-27 20:02:39.537 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 15:00:00+02:00 2023-03-26 13:00:00+00:00 1144.93 {1: Decimal('1144.93'), 2: Decimal('2135.94'), 3: Decimal('3135.71'), 4: Decimal('4071.78'), 6: Decimal('6755.20'), 8: Decimal('10290.86')} 2023-03-27 20:02:39.537 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 16:00:00+02:00 2023-03-26 14:00:00+00:00 1825.49 {1: Decimal('1825.49'), 2: Decimal('2970.42'), 3: Decimal('3961.43'), 4: Decimal('4961.20'), 6: Decimal('6870.99'), 8: Decimal('10287.07')} 2023-03-27 20:02:39.537 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 17:00:00+02:00 2023-03-26 15:00:00+00:00 2525.47 {1: Decimal('2525.47'), 2: Decimal('4350.96'), 3: Decimal('5495.89'), 4: Decimal('6486.90'), 6: Decimal('8422.74'), 8: Decimal('11106.16')} 2023-03-27 20:02:39.537 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 18:00:00+02:00 2023-03-26 16:00:00+00:00 2790.92 {1: Decimal('2790.92'), 2: Decimal('5316.39'), 3: Decimal('7141.88'), 4: Decimal('8286.81'), 6: Decimal('10277.59'), 8: Decimal('12187.38')} 2023-03-27 20:02:39.537 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 19:00:00+02:00 2023-03-26 17:00:00+00:00 2666.13 {1: Decimal('2666.13'), 2: Decimal('5457.05'), 3: Decimal('7982.52'), 4: Decimal('9808.01'), 6: Decimal('11943.95'), 8: Decimal('13879.79')} 2023-03-27 20:02:39.537 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 20:00:00+02:00 2023-03-26 18:00:00+00:00 2477.64 {1: Decimal('2477.64'), 2: Decimal('5143.77'), 3: Decimal('7934.69'), 4: Decimal('10460.16'), 6: Decimal('13430.58'), 8: Decimal('15421.36')} 2023-03-27 20:02:39.537 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 21:00:00+02:00 2023-03-26 19:00:00+00:00 2354.27 {1: Decimal('2354.27'), 2: Decimal('4831.91'), 3: Decimal('7498.04'), 4: Decimal('10288.96'), 6: Decimal('14639.92'), 8: Decimal('16775.86')} 2023-03-27 20:02:39.537 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 22:00:00+02:00 2023-03-26 20:00:00+00:00 2241.08 {1: Decimal('2241.08'), 2: Decimal('4595.35'), 3: Decimal('7072.99'), 4: Decimal('9739.12'), 6: Decimal('15055.51'), 8: Decimal('18025.93')} 2023-03-27 20:02:39.538 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 00:00:00+02:00 2023-03-26 22:00:00+00:00 2278.56 {1: Decimal('2278.56'), 3: Decimal('4519.64'), 4: Decimal('6873.91'), 6: Decimal('12017.68'), 8: Decimal('17334.07')} 2023-03-27 20:02:39.538 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 01:00:00+02:00 2023-03-26 23:00:00+00:00 2214.00 {1: Decimal('2214.00'), 2: Decimal('4492.56'), 4: Decimal('6733.64'), 6: Decimal('11565.55'), 8: Decimal('17022.60')} 2023-03-27 20:02:39.538 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 02:00:00+02:00 2023-03-27 00:00:00+00:00 2076.34 {1: Decimal('2076.34'), 2: Decimal('4290.34'), 3: Decimal('6568.90'), 6: Decimal('11164.25'), 8: Decimal('16308.02')} 2023-03-27 20:02:39.538 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 03:00:00+02:00 2023-03-27 01:00:00+00:00 1993.50 {1: Decimal('1993.50'), 2: Decimal('4069.84'), 3: Decimal('6283.84'), 4: Decimal('8562.40'), 6: Decimal('10803.48'), 8: Decimal('15635.39')} 2023-03-27 20:02:39.538 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 04:00:00+02:00 2023-03-27 02:00:00+00:00 2015.10 {1: Decimal('2015.10'), 2: Decimal('4008.60'), 3: Decimal('6084.94'), 4: Decimal('8298.94'), 8: Decimal('15172.85')} 2023-03-27 20:02:39.538 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 05:00:00+02:00 2023-03-27 03:00:00+00:00 2216.85 {1: Decimal('2216.85'), 2: Decimal('4231.95'), 3: Decimal('6225.45'), 4: Decimal('8301.79'), 6: Decimal('12794.35'), 8: Decimal('15035.43')} 2023-03-27 20:02:39.538 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 06:00:00+02:00 2023-03-27 04:00:00+00:00 2729.53 {1: Decimal('2729.53'), 2: Decimal('4946.38'), 3: Decimal('6961.48'), 4: Decimal('8954.98'), 6: Decimal('13245.32')} 2023-03-27 20:02:39.538 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 07:00:00+02:00 2023-03-27 05:00:00+00:00 3393.87 {1: Decimal('3393.87'), 2: Decimal('6123.40'), 3: Decimal('8340.25'), 4: Decimal('10355.35'), 6: Decimal('14425.19'), 8: Decimal('18917.75')} 2023-03-27 20:02:39.538 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 08:00:00+02:00 2023-03-27 06:00:00+00:00 3572.12 {1: Decimal('3572.12'), 2: Decimal('6965.99'), 3: Decimal('9695.52'), 4: Decimal('11912.37'), 6: Decimal('15920.97'), 8: Decimal('20211.31')} 2023-03-27 20:02:39.539 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 09:00:00+02:00 2023-03-27 07:00:00+00:00 2920.12 {1: Decimal('2920.12'), 2: Decimal('6492.24'), 3: Decimal('9886.11'), 4: Decimal('12615.64'), 6: Decimal('16847.59'), 8: Decimal('20917.43')} 2023-03-27 20:02:39.539 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 10:00:00+02:00 2023-03-27 08:00:00+00:00 2385.60 {1: Decimal('2385.60'), 2: Decimal('5305.72'), 3: Decimal('8877.84'), 4: Decimal('12271.71'), 6: Decimal('17218.09'), 8: Decimal('21226.69')} 2023-03-27 20:02:39.539 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 11:00:00+02:00 2023-03-27 09:00:00+00:00 2029.34 {1: Decimal('2029.34'), 2: Decimal('4414.94'), 3: Decimal('7335.06'), 4: Decimal('10907.18'), 6: Decimal('17030.58'), 8: Decimal('21262.53')} 2023-03-27 20:02:39.539 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 12:00:00+02:00 2023-03-27 10:00:00+00:00 1807.89 {1: Decimal('1807.89'), 2: Decimal('3837.23'), 3: Decimal('6222.83'), 4: Decimal('9142.95'), 6: Decimal('16108.94'), 8: Decimal('21055.32')} 2023-03-27 20:02:39.539 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 13:00:00+02:00 2023-03-27 11:00:00+00:00 1314.21 {1: Decimal('1314.21'), 2: Decimal('3122.10'), 3: Decimal('5151.44'), 4: Decimal('7537.04'), 6: Decimal('14029.28'), 8: Decimal('20152.68')} 2023-03-27 20:02:39.539 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 14:00:00+02:00 2023-03-27 12:00:00+00:00 1031.76 {1: Decimal('1031.76'), 2: Decimal('2345.97'), 3: Decimal('4153.86'), 4: Decimal('6183.20'), 6: Decimal('11488.92'), 8: Decimal('18454.91')} 2023-03-27 20:02:39.539 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 15:00:00+02:00 2023-03-27 13:00:00+00:00 1272.67 {1: Decimal('1272.67'), 2: Decimal('2304.43'), 3: Decimal('3618.64'), 4: Decimal('5426.53'), 6: Decimal('9841.47'), 8: Decimal('16333.71')} 2023-03-27 20:02:39.539 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 16:00:00+02:00 2023-03-27 14:00:00+00:00 1312.07 {1: Decimal('1312.07'), 2: Decimal('2584.74'), 3: Decimal('3616.50'), 4: Decimal('4930.71'), 6: Decimal('8767.94'), 8: Decimal('14073.66')} 2023-03-27 20:02:39.540 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 17:00:00+02:00 2023-03-27 15:00:00+00:00 1864.62 {1: Decimal('1864.62'), 2: Decimal('3176.69'), 3: Decimal('4449.36'), 4: Decimal('5481.12'), 6: Decimal('8603.22'), 8: Decimal('13018.16')} 2023-03-27 20:02:39.540 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 18:00:00+02:00 2023-03-27 16:00:00+00:00 2397.47 {1: Decimal('2397.47'), 2: Decimal('4262.09'), 3: Decimal('5574.16'), 4: Decimal('6846.83'), 6: Decimal('9192.80'), 8: Decimal('13030.03')} 2023-03-27 20:02:39.540 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 19:00:00+02:00 2023-03-27 17:00:00+00:00 3065.61 {1: Decimal('3065.61'), 2: Decimal('5463.08'), 3: Decimal('7327.70'), 4: Decimal('8639.77'), 6: Decimal('10944.20'), 8: Decimal('14066.30')} 2023-03-27 20:02:39.540 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 20:00:00+02:00 2023-03-27 18:00:00+00:00 3019.80 {1: Decimal('3019.80'), 2: Decimal('6085.41'), 3: Decimal('8482.88'), 4: Decimal('10347.50'), 6: Decimal('12932.24'), 8: Decimal('15278.21')} 2023-03-27 20:02:39.540 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 21:00:00+02:00 2023-03-27 19:00:00+00:00 2685.14 {1: Decimal('2685.14'), 2: Decimal('5704.94'), 3: Decimal('8770.55'), 4: Decimal('11168.02'), 6: Decimal('14344.71'), 8: Decimal('16649.14')} 2023-03-27 20:02:39.540 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 22:00:00+02:00 2023-03-27 20:00:00+00:00 2431.89 {1: Decimal('2431.89'), 2: Decimal('5117.03'), 3: Decimal('8136.83'), 4: Decimal('11202.44'), 6: Decimal('15464.53'), 8: Decimal('18049.27')} 2023-03-27 20:02:39.540 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 23:00:00+02:00 2023-03-27 21:00:00+00:00 2116.21 {1: Decimal('2116.21'), 2: Decimal('4548.10'), 3: Decimal('7233.24'), 4: Decimal('10253.04'), 6: Decimal('15716.12'), 8: Decimal('18892.81')} 2023-03-27 20:02:39.541 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 00:00:00+02:00 2023-03-27 22:00:00+00:00 2026.26 {1: Decimal('2026.26'), 2: Decimal('4142.47'), 3: Decimal('6574.36'), 4: Decimal('9259.50'), 6: Decimal('15344.91'), 8: Decimal('19607.00')} 2023-03-27 20:02:39.541 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 01:00:00+02:00 2023-03-27 23:00:00+00:00 2065.42 {1: Decimal('2065.42'), 2: Decimal('4091.68'), 3: Decimal('6207.89'), 4: Decimal('8639.78'), 6: Decimal('14344.72'), 8: Decimal('19807.80')} 2023-03-27 20:02:39.541 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 02:00:00+02:00 2023-03-28 00:00:00+00:00 2033.61 {1: Decimal('2033.61'), 2: Decimal('4099.03'), 3: Decimal('6125.29'), 4: Decimal('8241.50'), 6: Decimal('13358.53'), 8: Decimal('19443.94')} 2023-03-27 20:02:39.541 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 03:00:00+02:00 2023-03-28 01:00:00+00:00 2041.68 {1: Decimal('2041.68'), 2: Decimal('4075.29'), 3: Decimal('6140.71'), 4: Decimal('8166.97'), 6: Decimal('12715.07'), 8: Decimal('18420.01')} 2023-03-27 20:02:39.541 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 04:00:00+02:00 2023-03-28 02:00:00+00:00 2164.16 {1: Decimal('2164.16'), 2: Decimal('4205.84'), 3: Decimal('6239.45'), 4: Decimal('8304.87'), 6: Decimal('12447.34'), 8: Decimal('17564.37')} 2023-03-27 20:02:39.541 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 05:00:00+02:00 2023-03-28 03:00:00+00:00 2321.76 {1: Decimal('2321.76'), 2: Decimal('4485.92'), 3: Decimal('6527.60'), 4: Decimal('8561.21'), 6: Decimal('12652.89'), 8: Decimal('17200.99')} 2023-03-27 20:02:39.541 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 06:00:00+02:00 2023-03-28 04:00:00+00:00 3091.25 {1: Decimal('3091.25'), 2: Decimal('5413.01'), 3: Decimal('7577.17'), 4: Decimal('9618.85'), 6: Decimal('13717.88'), 8: Decimal('17860.35')} 2023-03-27 20:02:39.542 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 07:00:00+02:00 2023-03-28 05:00:00+00:00 3787.87 {1: Decimal('3787.87'), 2: Decimal('6879.12'), 3: Decimal('9200.88'), 4: Decimal('11365.04'), 6: Decimal('15440.33'), 8: Decimal('19532.01')} 2023-03-27 20:02:39.542 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 08:00:00+02:00 2023-03-28 06:00:00+00:00 3326.22 {1: Decimal('3326.22'), 2: Decimal('7114.09'), 3: Decimal('10205.34'), 4: Decimal('12527.10'), 6: Decimal('16732.94'), 8: Decimal('20831.97')} 2023-03-27 20:02:39.542 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 09:00:00+02:00 2023-03-28 07:00:00+00:00 2517.81 {1: Decimal('2517.81'), 2: Decimal('5844.03'), 3: Decimal('9631.90'), 4: Decimal('12723.15'), 6: Decimal('17209.07'), 8: Decimal('21284.36')} 2023-03-27 20:02:39.542 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 10:00:00+02:00 2023-03-28 08:00:00+00:00 1646.73 {1: Decimal('1646.73'), 2: Decimal('4164.54'), 3: Decimal('7490.76'), 4: Decimal('11278.63'), 6: Decimal('16691.64'), 8: Decimal('20897.48')} 2023-03-27 20:02:39.542 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 11:00:00+02:00 2023-03-28 09:00:00+00:00 1317.29 {1: Decimal('1317.29'), 2: Decimal('2964.02'), 3: Decimal('5481.83'), 4: Decimal('8808.05'), 6: Decimal('15687.17'), 8: Decimal('20173.09')} 2023-03-27 20:02:39.542 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 12:00:00+02:00 2023-03-28 10:00:00+00:00 1922.30 {1: Decimal('1922.30'), 2: Decimal('3239.59'), 3: Decimal('4886.32'), 4: Decimal('7404.13'), 6: Decimal('14518.22'), 8: Decimal('19931.23')} 2023-03-27 20:02:39.542 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 13:00:00+02:00 2023-03-28 11:00:00+00:00 2152.76 {1: Decimal('2152.76'), 2: Decimal('4075.06'), 3: Decimal('5392.35'), 4: Decimal('7039.08'), 6: Decimal('12883.11'), 8: Decimal('19762.23')} 2023-03-27 20:02:39.542 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 14:00:00+02:00 2023-03-28 12:00:00+00:00 2081.56 {1: Decimal('2081.56'), 2: Decimal('4234.32'), 3: Decimal('6156.62'), 4: Decimal('7473.91'), 6: Decimal('11638.45'), 8: Decimal('18752.54')} 2023-03-27 20:02:39.542 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 15:00:00+02:00 2023-03-28 13:00:00+00:00 2212.81 {1: Decimal('2212.81'), 2: Decimal('4294.37'), 3: Decimal('6447.13'), 4: Decimal('8369.43'), 6: Decimal('11333.45'), 8: Decimal('17177.48')} 2023-03-27 20:02:39.543 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 16:00:00+02:00 2023-03-28 14:00:00+00:00 2300.16 {1: Decimal('2300.16'), 2: Decimal('4512.97'), 3: Decimal('6594.53'), 4: Decimal('8747.29'), 6: Decimal('11986.88'), 8: Decimal('16151.42')} 2023-03-27 20:02:39.543 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 17:00:00+02:00 2023-03-28 15:00:00+00:00 2577.38 {1: Decimal('2577.38'), 2: Decimal('4877.54'), 3: Decimal('7090.35'), 4: Decimal('9171.91'), 6: Decimal('13246.97'), 8: Decimal('16210.99')} 2023-03-27 20:02:39.543 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 18:00:00+02:00 2023-03-28 16:00:00+00:00 3248.61 {1: Decimal('3248.61'), 2: Decimal('5825.99'), 3: Decimal('8126.15'), 4: Decimal('10338.96'), 6: Decimal('14573.28'), 8: Decimal('17812.87')} 2023-03-27 20:02:39.543 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 19:00:00+02:00 2023-03-28 17:00:00+00:00 3820.86 {1: Decimal('3820.86'), 2: Decimal('7069.47'), 3: Decimal('9646.85'), 4: Decimal('11947.01'), 6: Decimal('16241.38'), 8: Decimal('20316.44')} 2023-03-27 20:02:39.543 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 20:00:00+02:00 2023-03-28 18:00:00+00:00 3818.25 {1: Decimal('3818.25'), 2: Decimal('7639.11'), 3: Decimal('10887.72'), 4: Decimal('13465.10'), 6: Decimal('17978.07'), 8: Decimal('22212.39')} 2023-03-27 20:02:39.543 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 21:00:00+02:00 2023-03-28 19:00:00+00:00 3157.23 {1: Decimal('3157.23'), 2: Decimal('6975.48'), 3: Decimal('10796.34'), 4: Decimal('14044.95'), 6: Decimal('18922.49'), 8: Decimal('23216.86')} 2023-03-27 20:02:39.543 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 22:00:00+02:00 2023-03-28 20:00:00+00:00 3016.96 {1: Decimal('3016.96'), 2: Decimal('6174.19'), 3: Decimal('9992.44'), 4: Decimal('13813.30'), 6: Decimal('19639.29'), 8: Decimal('24152.26')} 2023-03-27 20:02:39.543 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 23:00:00+02:00 2023-03-28 21:00:00+00:00 2636.72 {1: Decimal('2636.72'), 2: Decimal('5653.68'), 3: Decimal('8810.91'), 4: Decimal('12629.16'), 6: Decimal('19698.63'), 8: Decimal('24576.17')} 2023-03-27 20:02:39.544 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] today_day dict_keys([datetime.datetime(2023, 3, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC'))]) 2023-03-27 20:02:39.546 ERROR (MainThread) [custom_components.cz_energy_spot_prices.coordinator] Unexpected error fetching Czech Energy Spot Prices data: 2 Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 239, in _async_refresh self.data = await self._async_update_data() File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 175, in _async_update_data return SpotRateData(rates, zoneinfo) File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 106, in init for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1): File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 106, in for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1): KeyError: 2 2023-03-27 20:02:39.552 INFO (MainThread) [custom_components.cz_energy_spot_prices.sensor] No value found for Spot Cheapest Electricity Today 2023-03-27 20:02:39.552 INFO (MainThread) [custom_components.cz_energy_spot_prices.sensor] No value found for Spot Cheapest Electricity Tomorrow 2023-03-27 20:02:39.553 INFO (MainThread) [custom_components.cz_energy_spot_prices.sensor] No value found for Spot Most Expensive Electricity Today 2023-03-27 20:02:39.553 INFO (MainThread) [custom_components.cz_energy_spot_prices.sensor] No value found for Spot Most Expensive Electricity Tomorrow 2023-03-27 20:02:39.601 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up cz_energy_spot_prices platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 239, in _async_refresh self.data = await self._async_update_data() File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 175, in _async_update_data return SpotRateData(rates, zoneinfo) File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 106, in init for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1): File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 106, in for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1): KeyError: 2 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 293, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/cz_energy_spot_prices/sensor.py", line 125, in async_setup_entry await coordinator.async_config_entry_first_refresh() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 211, in async_config_entry_first_refresh raise ex homeassistant.exceptions.ConfigEntryNotReady: 2 2023-03-27 20:02:39.677 INFO (MainThread) [homeassistant.setup] Setting up forecast_solar 2023-03-27 20:02:39.677 INFO (MainThread) [homeassistant.setup] Setup of domain forecast_solar took 0.0 seconds 2023-03-27 20:02:40.007 INFO (MainThread) [custom_components.hacs] Restore started 2023

mitchmb commented 1 year ago

Mám verzi 0.3.1 a celý HA též aktualizovaný a problém nemám. Screenshot_2023-03-27-14-15-31-899-edit_io homeassistant companion android

rnovacek commented 1 year ago

Můžete prosím zkusit verzi 0.3.2? Možná byl problém, že při vydání 0.3.1 jsem zapomněl upravit manifest.json, tak se to možná při některých způsobech aktualizace nezaktualizovalo.

Jinak si ten problém nějak nedokážu vysvětlit...

PetrMedek commented 1 year ago

Zkusil jsem to:

Logger: homeassistant.components.sensor Source: helpers/update_coordinator.py:211 Integration: Senzor (documentation, issues) First occurred: 22:15:22 (1 occurrences) Last logged: 22:15:22

Error while setting up cz_energy_spot_prices platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 239, in _async_refresh self.data = await self._async_update_data() File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 175, in _async_update_data return SpotRateData(rates, zoneinfo) File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 106, in init for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1): File "/config/custom_components/cz_energy_spot_prices/coordinator.py", line 106, in for i, hour in enumerate(sorted(self.today_day.hours_by_dt.values(), key=lambda hour: hour._consecutive_sum_prices[consecutive]), 1): KeyError: 2

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 293, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/cz_energy_spot_prices/sensor.py", line 125, in async_setup_entry await coordinator.async_config_entry_first_refresh() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 211, in async_config_entry_first_refresh raise ex homeassistant.exceptions.ConfigEntryNotReady: 2

rnovacek commented 1 year ago

Omlouvám se, ale pořád na to nemůžu přijít. Můžete zkusit zase verzi z main a nahrát logy?

PetrMedek commented 1 year ago

Nahrál jsem verzi z main. Zdá se mi, že se změnil jen soubor spot_rate.py Po restartu HA se načetly všechny senzory. Chyby HA nyní žádné nehlásí. Přesto posílám log.

2023-03-27 23:02:18.945 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.utility_meter 2023-03-27 23:02:18.945 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.utility_meter 2023-03-27 23:02:18.950 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-25 23:00:00+00:00 (2023-03-26 00:00:00+01:00): 1010.66 2023-03-27 23:02:18.951 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 00:00:00+00:00 (2023-03-26 01:00:00+01:00): 939.15 2023-03-27 23:02:18.951 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 01:00:00+00:00 (2023-03-26 03:00:00+02:00): 978.22 2023-03-27 23:02:18.951 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 02:00:00+00:00 (2023-03-26 04:00:00+02:00): 1000.95 2023-03-27 23:02:18.951 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 03:00:00+00:00 (2023-03-26 05:00:00+02:00): 1006.16 2023-03-27 23:02:18.951 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 04:00:00+00:00 (2023-03-26 06:00:00+02:00): 1503.44 2023-03-27 23:02:18.951 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 05:00:00+00:00 (2023-03-26 07:00:00+02:00): 1730.77 2023-03-27 23:02:18.952 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 06:00:00+00:00 (2023-03-26 08:00:00+02:00): 1399.25 2023-03-27 23:02:18.952 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 07:00:00+00:00 (2023-03-26 09:00:00+02:00): 1829.28 2023-03-27 23:02:18.952 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 08:00:00+00:00 (2023-03-26 10:00:00+02:00): 1706.38 2023-03-27 23:02:18.952 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 09:00:00+00:00 (2023-03-26 11:00:00+02:00): 1709.70 2023-03-27 23:02:18.952 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 10:00:00+00:00 (2023-03-26 12:00:00+02:00): 973.72 2023-03-27 23:02:18.952 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 11:00:00+00:00 (2023-03-26 13:00:00+02:00): 936.07 2023-03-27 23:02:18.952 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 12:00:00+00:00 (2023-03-26 14:00:00+02:00): 999.77 2023-03-27 23:02:18.952 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 13:00:00+00:00 (2023-03-26 15:00:00+02:00): 991.01 2023-03-27 23:02:18.953 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 14:00:00+00:00 (2023-03-26 16:00:00+02:00): 1144.93 2023-03-27 23:02:18.953 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 15:00:00+00:00 (2023-03-26 17:00:00+02:00): 1825.49 2023-03-27 23:02:18.953 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 16:00:00+00:00 (2023-03-26 18:00:00+02:00): 2525.47 2023-03-27 23:02:18.953 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 17:00:00+00:00 (2023-03-26 19:00:00+02:00): 2790.92 2023-03-27 23:02:18.953 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 18:00:00+00:00 (2023-03-26 20:00:00+02:00): 2666.13 2023-03-27 23:02:18.953 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 19:00:00+00:00 (2023-03-26 21:00:00+02:00): 2477.64 2023-03-27 23:02:18.954 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 20:00:00+00:00 (2023-03-26 22:00:00+02:00): 2354.27 2023-03-27 23:02:18.954 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 21:00:00+00:00 (2023-03-26 23:00:00+02:00): 2241.08 2023-03-27 23:02:18.954 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 22:00:00+00:00 (2023-03-27 00:00:00+02:00): 2278.56 2023-03-27 23:02:18.954 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-26 23:00:00+00:00 (2023-03-27 01:00:00+02:00): 2214.00 2023-03-27 23:02:18.954 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 00:00:00+00:00 (2023-03-27 02:00:00+02:00): 2076.34 2023-03-27 23:02:18.954 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 01:00:00+00:00 (2023-03-27 03:00:00+02:00): 1993.50 2023-03-27 23:02:18.954 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 02:00:00+00:00 (2023-03-27 04:00:00+02:00): 2015.10 2023-03-27 23:02:18.955 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 03:00:00+00:00 (2023-03-27 05:00:00+02:00): 2216.85 2023-03-27 23:02:18.955 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 04:00:00+00:00 (2023-03-27 06:00:00+02:00): 2729.53 2023-03-27 23:02:18.955 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 05:00:00+00:00 (2023-03-27 07:00:00+02:00): 3393.87 2023-03-27 23:02:18.955 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 06:00:00+00:00 (2023-03-27 08:00:00+02:00): 3572.12 2023-03-27 23:02:18.955 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 07:00:00+00:00 (2023-03-27 09:00:00+02:00): 2920.12 2023-03-27 23:02:18.955 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 08:00:00+00:00 (2023-03-27 10:00:00+02:00): 2385.60 2023-03-27 23:02:18.956 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 09:00:00+00:00 (2023-03-27 11:00:00+02:00): 2029.34 2023-03-27 23:02:18.956 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 10:00:00+00:00 (2023-03-27 12:00:00+02:00): 1807.89 2023-03-27 23:02:18.956 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 11:00:00+00:00 (2023-03-27 13:00:00+02:00): 1314.21 2023-03-27 23:02:18.956 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 12:00:00+00:00 (2023-03-27 14:00:00+02:00): 1031.76 2023-03-27 23:02:18.956 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 13:00:00+00:00 (2023-03-27 15:00:00+02:00): 1272.67 2023-03-27 23:02:18.956 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 14:00:00+00:00 (2023-03-27 16:00:00+02:00): 1312.07 2023-03-27 23:02:18.956 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 15:00:00+00:00 (2023-03-27 17:00:00+02:00): 1864.62 2023-03-27 23:02:18.956 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 16:00:00+00:00 (2023-03-27 18:00:00+02:00): 2397.47 2023-03-27 23:02:18.957 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 17:00:00+00:00 (2023-03-27 19:00:00+02:00): 3065.61 2023-03-27 23:02:18.957 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 18:00:00+00:00 (2023-03-27 20:00:00+02:00): 3019.80 2023-03-27 23:02:18.957 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 19:00:00+00:00 (2023-03-27 21:00:00+02:00): 2685.14 2023-03-27 23:02:18.957 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 20:00:00+00:00 (2023-03-27 22:00:00+02:00): 2431.89 2023-03-27 23:02:18.957 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 21:00:00+00:00 (2023-03-27 23:00:00+02:00): 2116.21 2023-03-27 23:02:18.957 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 22:00:00+00:00 (2023-03-28 00:00:00+02:00): 2026.26 2023-03-27 23:02:18.957 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-27 23:00:00+00:00 (2023-03-28 01:00:00+02:00): 2065.42 2023-03-27 23:02:18.958 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 00:00:00+00:00 (2023-03-28 02:00:00+02:00): 2033.61 2023-03-27 23:02:18.958 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 01:00:00+00:00 (2023-03-28 03:00:00+02:00): 2041.68 2023-03-27 23:02:18.958 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 02:00:00+00:00 (2023-03-28 04:00:00+02:00): 2164.16 2023-03-27 23:02:18.958 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 03:00:00+00:00 (2023-03-28 05:00:00+02:00): 2321.76 2023-03-27 23:02:18.958 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 04:00:00+00:00 (2023-03-28 06:00:00+02:00): 3091.25 2023-03-27 23:02:18.958 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 05:00:00+00:00 (2023-03-28 07:00:00+02:00): 3787.87 2023-03-27 23:02:18.959 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 06:00:00+00:00 (2023-03-28 08:00:00+02:00): 3326.22 2023-03-27 23:02:18.959 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 07:00:00+00:00 (2023-03-28 09:00:00+02:00): 2517.81 2023-03-27 23:02:18.959 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 08:00:00+00:00 (2023-03-28 10:00:00+02:00): 1646.73 2023-03-27 23:02:18.959 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 09:00:00+00:00 (2023-03-28 11:00:00+02:00): 1317.29 2023-03-27 23:02:18.959 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 10:00:00+00:00 (2023-03-28 12:00:00+02:00): 1922.30 2023-03-27 23:02:18.959 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 11:00:00+00:00 (2023-03-28 13:00:00+02:00): 2152.76 2023-03-27 23:02:18.959 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 12:00:00+00:00 (2023-03-28 14:00:00+02:00): 2081.56 2023-03-27 23:02:18.960 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 13:00:00+00:00 (2023-03-28 15:00:00+02:00): 2212.81 2023-03-27 23:02:18.960 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 14:00:00+00:00 (2023-03-28 16:00:00+02:00): 2300.16 2023-03-27 23:02:18.960 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 15:00:00+00:00 (2023-03-28 17:00:00+02:00): 2577.38 2023-03-27 23:02:18.960 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 16:00:00+00:00 (2023-03-28 18:00:00+02:00): 3248.61 2023-03-27 23:02:18.960 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 17:00:00+00:00 (2023-03-28 19:00:00+02:00): 3820.86 2023-03-27 23:02:18.960 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 18:00:00+00:00 (2023-03-28 20:00:00+02:00): 3818.25 2023-03-27 23:02:18.961 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 19:00:00+00:00 (2023-03-28 21:00:00+02:00): 3157.23 2023-03-27 23:02:18.961 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 20:00:00+00:00 (2023-03-28 22:00:00+02:00): 3016.96 2023-03-27 23:02:18.961 INFO (MainThread) [custom_components.cz_energy_spot_prices.spot_rate] Spot price for 2023-03-28 21:00:00+00:00 (2023-03-28 23:00:00+02:00): 2636.72 2023-03-27 23:02:18.972 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 00:00:00+01:00 2023-03-25 23:00:00+00:00 1010.66 {1: Decimal('1010.66')} 2023-03-27 23:02:18.973 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 01:00:00+01:00 2023-03-26 00:00:00+00:00 939.15 {1: Decimal('939.15'), 2: Decimal('1949.81')} 2023-03-27 23:02:18.973 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 03:00:00+02:00 2023-03-26 01:00:00+00:00 978.22 {1: Decimal('978.22'), 2: Decimal('1917.37'), 3: Decimal('2928.03')} 2023-03-27 23:02:18.973 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 04:00:00+02:00 2023-03-26 02:00:00+00:00 1000.95 {1: Decimal('1000.95'), 2: Decimal('1979.17'), 3: Decimal('2918.32'), 4: Decimal('3928.98')} 2023-03-27 23:02:18.973 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 05:00:00+02:00 2023-03-26 03:00:00+00:00 1006.16 {1: Decimal('1006.16'), 2: Decimal('2007.11'), 3: Decimal('2985.33'), 4: Decimal('3924.48')} 2023-03-27 23:02:18.973 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 06:00:00+02:00 2023-03-26 04:00:00+00:00 1503.44 {1: Decimal('1503.44'), 2: Decimal('2509.60'), 3: Decimal('3510.55'), 4: Decimal('4488.77'), 6: Decimal('6438.58')} 2023-03-27 23:02:18.973 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 07:00:00+02:00 2023-03-26 05:00:00+00:00 1730.77 {1: Decimal('1730.77'), 2: Decimal('3234.21'), 3: Decimal('4240.37'), 4: Decimal('5241.32'), 6: Decimal('7158.69')} 2023-03-27 23:02:18.973 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 08:00:00+02:00 2023-03-26 06:00:00+00:00 1399.25 {1: Decimal('1399.25'), 2: Decimal('3130.02'), 3: Decimal('4633.46'), 4: Decimal('5639.62'), 6: Decimal('7618.79'), 8: Decimal('9568.60')} 2023-03-27 23:02:18.973 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 09:00:00+02:00 2023-03-26 07:00:00+00:00 1829.28 {1: Decimal('1829.28'), 2: Decimal('3228.53'), 3: Decimal('4959.30'), 4: Decimal('6462.74'), 6: Decimal('8469.85'), 8: Decimal('10387.22')} 2023-03-27 23:02:18.973 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 10:00:00+02:00 2023-03-26 08:00:00+00:00 1706.38 {1: Decimal('1706.38'), 2: Decimal('3535.66'), 3: Decimal('4934.91'), 4: Decimal('6665.68'), 6: Decimal('9175.28'), 8: Decimal('11154.45')} 2023-03-27 23:02:18.974 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 11:00:00+02:00 2023-03-26 09:00:00+00:00 1709.70 {1: Decimal('1709.70'), 2: Decimal('3416.08'), 3: Decimal('5245.36'), 4: Decimal('6644.61'), 6: Decimal('9878.82'), 8: Decimal('11885.93')} 2023-03-27 23:02:18.974 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 12:00:00+02:00 2023-03-26 10:00:00+00:00 973.72 {1: Decimal('973.72'), 2: Decimal('2683.42'), 3: Decimal('4389.80'), 4: Decimal('6219.08'), 6: Decimal('9349.10'), 8: Decimal('11858.70')} 2023-03-27 23:02:18.974 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 13:00:00+02:00 2023-03-26 11:00:00+00:00 936.07 {1: Decimal('936.07'), 2: Decimal('1909.79'), 3: Decimal('3619.49'), 4: Decimal('5325.87'), 6: Decimal('8554.40'), 8: Decimal('11788.61')} 2023-03-27 23:02:18.974 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 14:00:00+02:00 2023-03-26 12:00:00+00:00 999.77 {1: Decimal('999.77'), 2: Decimal('1935.84'), 3: Decimal('2909.56'), 4: Decimal('4619.26'), 6: Decimal('8154.92'), 8: Decimal('11284.94')} 2023-03-27 23:02:18.974 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 15:00:00+02:00 2023-03-26 13:00:00+00:00 991.01 {1: Decimal('991.01'), 2: Decimal('1990.78'), 3: Decimal('2926.85'), 4: Decimal('3900.57'), 6: Decimal('7316.65'), 8: Decimal('10545.18')} 2023-03-27 23:02:18.974 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 16:00:00+02:00 2023-03-26 14:00:00+00:00 1144.93 {1: Decimal('1144.93'), 2: Decimal('2135.94'), 3: Decimal('3135.71'), 4: Decimal('4071.78'), 6: Decimal('6755.20'), 8: Decimal('10290.86')} 2023-03-27 23:02:18.974 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 17:00:00+02:00 2023-03-26 15:00:00+00:00 1825.49 {1: Decimal('1825.49'), 2: Decimal('2970.42'), 3: Decimal('3961.43'), 4: Decimal('4961.20'), 6: Decimal('6870.99'), 8: Decimal('10287.07')} 2023-03-27 23:02:18.975 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 18:00:00+02:00 2023-03-26 16:00:00+00:00 2525.47 {1: Decimal('2525.47'), 2: Decimal('4350.96'), 3: Decimal('5495.89'), 4: Decimal('6486.90'), 6: Decimal('8422.74'), 8: Decimal('11106.16')} 2023-03-27 23:02:18.975 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 19:00:00+02:00 2023-03-26 17:00:00+00:00 2790.92 {1: Decimal('2790.92'), 2: Decimal('5316.39'), 3: Decimal('7141.88'), 4: Decimal('8286.81'), 6: Decimal('10277.59'), 8: Decimal('12187.38')} 2023-03-27 23:02:18.975 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 20:00:00+02:00 2023-03-26 18:00:00+00:00 2666.13 {1: Decimal('2666.13'), 2: Decimal('5457.05'), 3: Decimal('7982.52'), 4: Decimal('9808.01'), 6: Decimal('11943.95'), 8: Decimal('13879.79')} 2023-03-27 23:02:18.975 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 21:00:00+02:00 2023-03-26 19:00:00+00:00 2477.64 {1: Decimal('2477.64'), 2: Decimal('5143.77'), 3: Decimal('7934.69'), 4: Decimal('10460.16'), 6: Decimal('13430.58'), 8: Decimal('15421.36')} 2023-03-27 23:02:18.975 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 22:00:00+02:00 2023-03-26 20:00:00+00:00 2354.27 {1: Decimal('2354.27'), 2: Decimal('4831.91'), 3: Decimal('7498.04'), 4: Decimal('10288.96'), 6: Decimal('14639.92'), 8: Decimal('16775.86')} 2023-03-27 23:02:18.975 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-26 23:00:00+02:00 2023-03-26 21:00:00+00:00 2241.08 {1: Decimal('2241.08'), 2: Decimal('4595.35'), 3: Decimal('7072.99'), 4: Decimal('9739.12'), 6: Decimal('15055.51'), 8: Decimal('18025.93')} 2023-03-27 23:02:18.975 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 00:00:00+02:00 2023-03-26 22:00:00+00:00 2278.56 {1: Decimal('2278.56'), 2: Decimal('4519.64'), 3: Decimal('6873.91'), 4: Decimal('9351.55'), 6: Decimal('14808.60'), 8: Decimal('19159.56')} 2023-03-27 23:02:18.975 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 01:00:00+02:00 2023-03-26 23:00:00+00:00 2214.00 {1: Decimal('2214.00'), 2: Decimal('4492.56'), 3: Decimal('6733.64'), 4: Decimal('9087.91'), 6: Decimal('14231.68'), 8: Decimal('19548.07')} 2023-03-27 23:02:18.976 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 02:00:00+02:00 2023-03-27 00:00:00+00:00 2076.34 {1: Decimal('2076.34'), 2: Decimal('4290.34'), 3: Decimal('6568.90'), 4: Decimal('8809.98'), 6: Decimal('13641.89'), 8: Decimal('19098.94')} 2023-03-27 23:02:18.976 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 03:00:00+02:00 2023-03-27 01:00:00+00:00 1993.50 {1: Decimal('1993.50'), 2: Decimal('4069.84'), 3: Decimal('6283.84'), 4: Decimal('8562.40'), 6: Decimal('13157.75'), 8: Decimal('18301.52')} 2023-03-27 23:02:18.976 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 04:00:00+02:00 2023-03-27 02:00:00+00:00 2015.10 {1: Decimal('2015.10'), 2: Decimal('4008.60'), 3: Decimal('6084.94'), 4: Decimal('8298.94'), 6: Decimal('12818.58'), 8: Decimal('17650.49')} 2023-03-27 23:02:18.976 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 05:00:00+02:00 2023-03-27 03:00:00+00:00 2216.85 {1: Decimal('2216.85'), 2: Decimal('4231.95'), 3: Decimal('6225.45'), 4: Decimal('8301.79'), 6: Decimal('12794.35'), 8: Decimal('17389.70')} 2023-03-27 23:02:18.976 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 06:00:00+02:00 2023-03-27 04:00:00+00:00 2729.53 {1: Decimal('2729.53'), 2: Decimal('4946.38'), 3: Decimal('6961.48'), 4: Decimal('8954.98'), 6: Decimal('13245.32'), 8: Decimal('17764.96')} 2023-03-27 23:02:18.976 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 07:00:00+02:00 2023-03-27 05:00:00+00:00 3393.87 {1: Decimal('3393.87'), 2: Decimal('6123.40'), 3: Decimal('8340.25'), 4: Decimal('10355.35'), 6: Decimal('14425.19'), 8: Decimal('18917.75')} 2023-03-27 23:02:18.976 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 08:00:00+02:00 2023-03-27 06:00:00+00:00 3572.12 {1: Decimal('3572.12'), 2: Decimal('6965.99'), 3: Decimal('9695.52'), 4: Decimal('11912.37'), 6: Decimal('15920.97'), 8: Decimal('20211.31')} 2023-03-27 23:02:18.976 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 09:00:00+02:00 2023-03-27 07:00:00+00:00 2920.12 {1: Decimal('2920.12'), 2: Decimal('6492.24'), 3: Decimal('9886.11'), 4: Decimal('12615.64'), 6: Decimal('16847.59'), 8: Decimal('20917.43')} 2023-03-27 23:02:18.977 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 10:00:00+02:00 2023-03-27 08:00:00+00:00 2385.60 {1: Decimal('2385.60'), 2: Decimal('5305.72'), 3: Decimal('8877.84'), 4: Decimal('12271.71'), 6: Decimal('17218.09'), 8: Decimal('21226.69')} 2023-03-27 23:02:18.977 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 11:00:00+02:00 2023-03-27 09:00:00+00:00 2029.34 {1: Decimal('2029.34'), 2: Decimal('4414.94'), 3: Decimal('7335.06'), 4: Decimal('10907.18'), 6: Decimal('17030.58'), 8: Decimal('21262.53')} 2023-03-27 23:02:18.977 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 12:00:00+02:00 2023-03-27 10:00:00+00:00 1807.89 {1: Decimal('1807.89'), 2: Decimal('3837.23'), 3: Decimal('6222.83'), 4: Decimal('9142.95'), 6: Decimal('16108.94'), 8: Decimal('21055.32')} 2023-03-27 23:02:18.977 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 13:00:00+02:00 2023-03-27 11:00:00+00:00 1314.21 {1: Decimal('1314.21'), 2: Decimal('3122.10'), 3: Decimal('5151.44'), 4: Decimal('7537.04'), 6: Decimal('14029.28'), 8: Decimal('20152.68')} 2023-03-27 23:02:18.977 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 14:00:00+02:00 2023-03-27 12:00:00+00:00 1031.76 {1: Decimal('1031.76'), 2: Decimal('2345.97'), 3: Decimal('4153.86'), 4: Decimal('6183.20'), 6: Decimal('11488.92'), 8: Decimal('18454.91')} 2023-03-27 23:02:18.977 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 15:00:00+02:00 2023-03-27 13:00:00+00:00 1272.67 {1: Decimal('1272.67'), 2: Decimal('2304.43'), 3: Decimal('3618.64'), 4: Decimal('5426.53'), 6: Decimal('9841.47'), 8: Decimal('16333.71')} 2023-03-27 23:02:18.977 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 16:00:00+02:00 2023-03-27 14:00:00+00:00 1312.07 {1: Decimal('1312.07'), 2: Decimal('2584.74'), 3: Decimal('3616.50'), 4: Decimal('4930.71'), 6: Decimal('8767.94'), 8: Decimal('14073.66')} 2023-03-27 23:02:18.977 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 17:00:00+02:00 2023-03-27 15:00:00+00:00 1864.62 {1: Decimal('1864.62'), 2: Decimal('3176.69'), 3: Decimal('4449.36'), 4: Decimal('5481.12'), 6: Decimal('8603.22'), 8: Decimal('13018.16')} 2023-03-27 23:02:18.977 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 18:00:00+02:00 2023-03-27 16:00:00+00:00 2397.47 {1: Decimal('2397.47'), 2: Decimal('4262.09'), 3: Decimal('5574.16'), 4: Decimal('6846.83'), 6: Decimal('9192.80'), 8: Decimal('13030.03')} 2023-03-27 23:02:18.978 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 19:00:00+02:00 2023-03-27 17:00:00+00:00 3065.61 {1: Decimal('3065.61'), 2: Decimal('5463.08'), 3: Decimal('7327.70'), 4: Decimal('8639.77'), 6: Decimal('10944.20'), 8: Decimal('14066.30')} 2023-03-27 23:02:18.978 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 20:00:00+02:00 2023-03-27 18:00:00+00:00 3019.80 {1: Decimal('3019.80'), 2: Decimal('6085.41'), 3: Decimal('8482.88'), 4: Decimal('10347.50'), 6: Decimal('12932.24'), 8: Decimal('15278.21')} 2023-03-27 23:02:18.978 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 21:00:00+02:00 2023-03-27 19:00:00+00:00 2685.14 {1: Decimal('2685.14'), 2: Decimal('5704.94'), 3: Decimal('8770.55'), 4: Decimal('11168.02'), 6: Decimal('14344.71'), 8: Decimal('16649.14')} 2023-03-27 23:02:18.978 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 22:00:00+02:00 2023-03-27 20:00:00+00:00 2431.89 {1: Decimal('2431.89'), 2: Decimal('5117.03'), 3: Decimal('8136.83'), 4: Decimal('11202.44'), 6: Decimal('15464.53'), 8: Decimal('18049.27')} 2023-03-27 23:02:18.978 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-27 23:00:00+02:00 2023-03-27 21:00:00+00:00 2116.21 {1: Decimal('2116.21'), 2: Decimal('4548.10'), 3: Decimal('7233.24'), 4: Decimal('10253.04'), 6: Decimal('15716.12'), 8: Decimal('18892.81')} 2023-03-27 23:02:18.978 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 00:00:00+02:00 2023-03-27 22:00:00+00:00 2026.26 {1: Decimal('2026.26'), 2: Decimal('4142.47'), 3: Decimal('6574.36'), 4: Decimal('9259.50'), 6: Decimal('15344.91'), 8: Decimal('19607.00')} 2023-03-27 23:02:18.978 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 01:00:00+02:00 2023-03-27 23:00:00+00:00 2065.42 {1: Decimal('2065.42'), 2: Decimal('4091.68'), 3: Decimal('6207.89'), 4: Decimal('8639.78'), 6: Decimal('14344.72'), 8: Decimal('19807.80')} 2023-03-27 23:02:18.978 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 02:00:00+02:00 2023-03-28 00:00:00+00:00 2033.61 {1: Decimal('2033.61'), 2: Decimal('4099.03'), 3: Decimal('6125.29'), 4: Decimal('8241.50'), 6: Decimal('13358.53'), 8: Decimal('19443.94')} 2023-03-27 23:02:18.978 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 03:00:00+02:00 2023-03-28 01:00:00+00:00 2041.68 {1: Decimal('2041.68'), 2: Decimal('4075.29'), 3: Decimal('6140.71'), 4: Decimal('8166.97'), 6: Decimal('12715.07'), 8: Decimal('18420.01')} 2023-03-27 23:02:18.979 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 04:00:00+02:00 2023-03-28 02:00:00+00:00 2164.16 {1: Decimal('2164.16'), 2: Decimal('4205.84'), 3: Decimal('6239.45'), 4: Decimal('8304.87'), 6: Decimal('12447.34'), 8: Decimal('17564.37')} 2023-03-27 23:02:18.979 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 05:00:00+02:00 2023-03-28 03:00:00+00:00 2321.76 {1: Decimal('2321.76'), 2: Decimal('4485.92'), 3: Decimal('6527.60'), 4: Decimal('8561.21'), 6: Decimal('12652.89'), 8: Decimal('17200.99')} 2023-03-27 23:02:18.979 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 06:00:00+02:00 2023-03-28 04:00:00+00:00 3091.25 {1: Decimal('3091.25'), 2: Decimal('5413.01'), 3: Decimal('7577.17'), 4: Decimal('9618.85'), 6: Decimal('13717.88'), 8: Decimal('17860.35')} 2023-03-27 23:02:18.979 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 07:00:00+02:00 2023-03-28 05:00:00+00:00 3787.87 {1: Decimal('3787.87'), 2: Decimal('6879.12'), 3: Decimal('9200.88'), 4: Decimal('11365.04'), 6: Decimal('15440.33'), 8: Decimal('19532.01')} 2023-03-27 23:02:18.979 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 08:00:00+02:00 2023-03-28 06:00:00+00:00 3326.22 {1: Decimal('3326.22'), 2: Decimal('7114.09'), 3: Decimal('10205.34'), 4: Decimal('12527.10'), 6: Decimal('16732.94'), 8: Decimal('20831.97')} 2023-03-27 23:02:18.979 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 09:00:00+02:00 2023-03-28 07:00:00+00:00 2517.81 {1: Decimal('2517.81'), 2: Decimal('5844.03'), 3: Decimal('9631.90'), 4: Decimal('12723.15'), 6: Decimal('17209.07'), 8: Decimal('21284.36')} 2023-03-27 23:02:18.980 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 10:00:00+02:00 2023-03-28 08:00:00+00:00 1646.73 {1: Decimal('1646.73'), 2: Decimal('4164.54'), 3: Decimal('7490.76'), 4: Decimal('11278.63'), 6: Decimal('16691.64'), 8: Decimal('20897.48')} 2023-03-27 23:02:18.980 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 11:00:00+02:00 2023-03-28 09:00:00+00:00 1317.29 {1: Decimal('1317.29'), 2: Decimal('2964.02'), 3: Decimal('5481.83'), 4: Decimal('8808.05'), 6: Decimal('15687.17'), 8: Decimal('20173.09')} 2023-03-27 23:02:18.980 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 12:00:00+02:00 2023-03-28 10:00:00+00:00 1922.30 {1: Decimal('1922.30'), 2: Decimal('3239.59'), 3: Decimal('4886.32'), 4: Decimal('7404.13'), 6: Decimal('14518.22'), 8: Decimal('19931.23')} 2023-03-27 23:02:18.980 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 13:00:00+02:00 2023-03-28 11:00:00+00:00 2152.76 {1: Decimal('2152.76'), 2: Decimal('4075.06'), 3: Decimal('5392.35'), 4: Decimal('7039.08'), 6: Decimal('12883.11'), 8: Decimal('19762.23')} 2023-03-27 23:02:18.980 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 14:00:00+02:00 2023-03-28 12:00:00+00:00 2081.56 {1: Decimal('2081.56'), 2: Decimal('4234.32'), 3: Decimal('6156.62'), 4: Decimal('7473.91'), 6: Decimal('11638.45'), 8: Decimal('18752.54')} 2023-03-27 23:02:18.980 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 15:00:00+02:00 2023-03-28 13:00:00+00:00 2212.81 {1: Decimal('2212.81'), 2: Decimal('4294.37'), 3: Decimal('6447.13'), 4: Decimal('8369.43'), 6: Decimal('11333.45'), 8: Decimal('17177.48')} 2023-03-27 23:02:18.980 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 16:00:00+02:00 2023-03-28 14:00:00+00:00 2300.16 {1: Decimal('2300.16'), 2: Decimal('4512.97'), 3: Decimal('6594.53'), 4: Decimal('8747.29'), 6: Decimal('11986.88'), 8: Decimal('16151.42')} 2023-03-27 23:02:18.980 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 17:00:00+02:00 2023-03-28 15:00:00+00:00 2577.38 {1: Decimal('2577.38'), 2: Decimal('4877.54'), 3: Decimal('7090.35'), 4: Decimal('9171.91'), 6: Decimal('13246.97'), 8: Decimal('16210.99')} 2023-03-27 23:02:18.981 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 18:00:00+02:00 2023-03-28 16:00:00+00:00 3248.61 {1: Decimal('3248.61'), 2: Decimal('5825.99'), 3: Decimal('8126.15'), 4: Decimal('10338.96'), 6: Decimal('14573.28'), 8: Decimal('17812.87')} 2023-03-27 23:02:18.981 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 19:00:00+02:00 2023-03-28 17:00:00+00:00 3820.86 {1: Decimal('3820.86'), 2: Decimal('7069.47'), 3: Decimal('9646.85'), 4: Decimal('11947.01'), 6: Decimal('16241.38'), 8: Decimal('20316.44')} 2023-03-27 23:02:18.981 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 20:00:00+02:00 2023-03-28 18:00:00+00:00 3818.25 {1: Decimal('3818.25'), 2: Decimal('7639.11'), 3: Decimal('10887.72'), 4: Decimal('13465.10'), 6: Decimal('17978.07'), 8: Decimal('22212.39')} 2023-03-27 23:02:18.981 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 21:00:00+02:00 2023-03-28 19:00:00+00:00 3157.23 {1: Decimal('3157.23'), 2: Decimal('6975.48'), 3: Decimal('10796.34'), 4: Decimal('14044.95'), 6: Decimal('18922.49'), 8: Decimal('23216.86')} 2023-03-27 23:02:18.981 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 22:00:00+02:00 2023-03-28 20:00:00+00:00 3016.96 {1: Decimal('3016.96'), 2: Decimal('6174.19'), 3: Decimal('9992.44'), 4: Decimal('13813.30'), 6: Decimal('19639.29'), 8: Decimal('24152.26')} 2023-03-27 23:02:18.981 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] HOUR 2023-03-28 23:00:00+02:00 2023-03-28 21:00:00+00:00 2636.72 {1: Decimal('2636.72'), 2: Decimal('5653.68'), 3: Decimal('8810.91'), 4: Decimal('12629.16'), 6: Decimal('19698.63'), 8: Decimal('24576.17')} 2023-03-27 23:02:18.981 INFO (MainThread) [custom_components.cz_energy_spot_prices.coordinator] today_day dict_keys([datetime.datetime(2023, 3, 26, 22, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 26, 23, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 0, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 1, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 2, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 3, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 4, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 5, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 6, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 7, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 8, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 9, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 10, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 11, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 12, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 13, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 14, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 15, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 16, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 17, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 18, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 19, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 20, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC')), datetime.datetime(2023, 3, 27, 21, 0, tzinfo=zoneinfo.ZoneInfo(key='UTC'))]) 2023-03-27 23:02:19.048 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.goodwe 2023-03-27 23:02:19.095 INFO (SyncWorker_0) [homeassistant.loader] Loaded button from homeassistant.components.button 2023-03-27 23:02:19.106 INFO (SyncWorker_4) [homeassistant.loader] Loaded select from homeassistant.components.select 202

rnovacek commented 1 year ago

Tak to je ještě divnější, že to najednou začalo fungovat. Každopádně díky za otestování. Má ještě někdo problémy?

Breznican commented 1 year ago

Taky mi to nešlo, ale už to jede

rnovacek commented 1 year ago

Vzhledem k tomu, že se neozýváte, považuju problém za vyřešený. Když tak znovu otevřete.