Skip to content

Commit

Permalink
#117 🩹 PATCH: Delay starttime of getting prices
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdJonker committed Oct 15, 2024
1 parent a6a5ec5 commit 74bcc5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ The next release might include:

### Fixed

- 🪲 BUG: Timeout on __force_get_register on modbus_evse_client not handled (#98)
- 🪲 BUG: Timeout on __force_get_register on modbus_evse_client not handled (#98)
- 🪲 BUG: Changelog not available from add-on screen in HA (un-numbered)
- 🩹 PATCH: Delay starttime of getting prices (#117)

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FlexMeasuresDataImporter(hass.Hass):

# Price data should normally be available just after 13:00 when data can be
# retrieved from its original source (ENTSO-E) but sometimes there is a delay of several hours.
GET_PRICES_TIME: str = "13:32:21" # When to start check for prices.
GET_PRICES_TIME: str = "13:35:51" # When to start check for prices.
GET_EMISSIONS_TIME: str = "13:45:26" # When to start check for emissions.
TRY_UNTIL: str = "11:22:33" # If not successful retry every x minutes until this time (the next day)
CHECK_DATA_STATUS_TIME: str = "18:34:52" # When to check if price data is up to date, and if not notify the user.
Expand Down

0 comments on commit 74bcc5f

Please sign in to comment.