Skip to content

kraken EON error "Warn: Kraken: No access token for find-tariffs" #3733

@skunkworxdark

Description

@skunkworxdark

Describe the bug
same issue as #3681. I have tested it with releases v8.35.4 & v8.35.5. Was supposed to be fixed by #3719, which was added in v8.35.3

Expected behaviour
The tariffs to be retrieved

Predbat version
v8.35.4

Log file

2026-04-03 20:39:02.034807: Loading apps.yaml
2026-04-03 20:39:02.047050: Predbat: Startup predbat
2026-04-03 20:39:02.071151: --------------- PredBat - update at 2026-04-03 20:35:00+01:00 with clock skew 0 minutes, minutes now 1235
2026-04-03 20:39:02.072271: Config root is /config
2026-04-03 20:39:02.072340: --------------- PredBat - update at 2026-04-03 20:35:00+01:00 with clock skew 0 minutes, minutes now 1235
2026-04-03 20:39:02.072409: Initialising Home Assistant Interface interface
2026-04-03 20:39:02.077266: Info: App slug is 6adb4f0d_predbat
2026-04-03 20:39:02.085277: Initialising Home Assistant History interface
2026-04-03 20:39:02.085336: Initialising Web Interface interface
2026-04-03 20:39:02.085368: Initialising plugin system
2026-04-03 20:39:02.085427: Scanning for plugins in: /config
2026-04-03 20:39:02.085570: Plugin discovery complete. Loaded 0 plugins.
2026-04-03 20:39:02.085593: Starting Home Assistant Interface interface
2026-04-03 20:39:02.085611: Creating task: <coroutine object HAInterface.start at 0x7f850f15ba00>
2026-04-03 20:39:02.086222: Info: Starting HA interface
2026-04-03 20:39:02.086457: HAInterface: Waiting for API to start
2026-04-03 20:39:02.086573: Info: Start socket for url http://supervisor/core/api/websocket
2026-04-03 20:39:02.093887: Info: Web Socket active
2026-04-03 20:39:03.086795: Starting Home Assistant History interface
2026-04-03 20:39:03.087143: Creating task: <coroutine object ComponentBase.start at 0x7f850f78bb60>
2026-04-03 20:39:03.087783: HAHistory: Waiting for API to start
2026-04-03 20:39:03.089709: Info: Starting HAHistory
2026-04-03 20:39:03.089816: Info: HAHistory: Pruning history data started.
2026-04-03 20:39:03.089869: Info: HAHistory: Pruning history data completed.
2026-04-03 20:39:03.089932: HAHistory: Started
2026-04-03 20:39:04.088018: Starting Web Interface interface
2026-04-03 20:39:04.088192: Creating task: <coroutine object WebInterface.start at 0x7f850859e570>
2026-04-03 20:39:04.090780: WebInterface: Waiting for API to start
2026-04-03 20:39:05.091023: Config root is /config and printable config_root_p is now /addon_configs/6adb4f0d_predbat
2026-04-03 20:39:05.125864: Regular expression argument pv_forecast_today matched ^(sensor.(solcast_|)(pv_forecast_|)forecast_today)$ with sensor.solcast_pv_forecast_forecast_today
2026-04-03 20:39:05.126205: Regular expression argument pv_forecast_tomorrow matched ^(sensor.(solcast_|)(pv_forecast_|)forecast_tomorrow)$ with sensor.solcast_pv_forecast_forecast_tomorrow
2026-04-03 20:39:05.126524: Regular expression argument pv_forecast_d3 matched ^(sensor.(solcast_|)(pv_forecast_|)forecast_(day_3|d3))$ with sensor.solcast_pv_forecast_forecast_day_3
2026-04-03 20:39:05.126802: Regular expression argument pv_forecast_d4 matched ^(sensor.(solcast_|)(pv_forecast_|)forecast_(day_4|d4))$ with sensor.solcast_pv_forecast_forecast_day_4
2026-04-03 20:39:05.126846: Refreshing Predbat configuration
2026-04-03 20:39:05.284372: Set reset inverter true due to reset_inverter on item set_reserve_min
2026-04-03 20:39:05.366862: Set reset inverter true due to reset_inverter on item set_charge_low_power
2026-04-03 20:39:05.375022: Set reset inverter true due to reset_inverter on item set_export_low_power
2026-04-03 20:39:05.383360: Set reset inverter true due to reset_inverter on item set_export_freeze
2026-04-03 20:39:05.400134: Set reset inverter true due to reset_inverter_force on item set_read_only
2026-04-03 20:39:05.424608: Set reset inverter true due to reset_inverter_force on item mode
2026-04-03 20:39:05.617912: Saved current settings to /addon_configs/6adb4f0d_predbat/predbat_config.json
2026-04-03 20:39:05.618528: Validation of apps.yaml was successful
2026-04-03 20:39:05.618706: Initialising Kraken Energy (EDF/E.ON) interface
2026-04-03 20:39:05.618753: Kraken: Export account configured — [REDACTED] MPAN auto
2026-04-03 20:39:05.618826: Initialising Axle Energy interface
2026-04-03 20:39:05.618920: Starting Kraken Energy (EDF/E.ON) interface
2026-04-03 20:39:05.618941: Creating task: <coroutine object ComponentBase.start at 0x7f85083b0040>
2026-04-03 20:39:05.619832: KrakenAPI: Waiting for API to start
2026-04-03 20:39:05.620123: Warn: Kraken: No access token for find-tariffs
2026-04-03 20:39:05.628770: Warn: KrakenAPI: run() returned False

**Apps.yaml settings**
```  # --- KRAKEN / E.ON SETUP ---
  kraken_provider: eon
  kraken_account_id: !secret kraken_account_id
  kraken_export_account_id: !secret kraken_export_account_id
  kraken_auth_method: email
  kraken_email: !secret kraken_email
  kraken_password: !secret kraken_password

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions