-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi,
Have been setting this up via the HomeAssistant Add-On.
Have configured the settings as follows, which all seem valid as far as I can tell.
However, when running the application, The following notifications are received. The logs for the add-on produce the same errors below, too.
Octobot v0.8.1 on. Running a one off comparison. DRY RUN: Starting comparison of today's costs... Traceback (most recent call last): File "/app/main.py", line 335, in run_tariff_compare compare_and_switch() File "/app/main.py", line 203, in compare_and_switch account_info = get_acc_info() File "/app/main.py", line 51, in get_acc_info raise Exception("ERROR: No tariff information found for the IMPORT meter") Exception: ERROR: No tariff information found for the IMPORT meter
Has anyone come across this?