Replies: 1 comment
-
Update on this, I have been through all my automations, dashboards, etc and fixed all the inaccurate accesses. So glad I didn't have to remove and re add. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have just upgraded octopus integration, after upgrading OS and core, last I updated was about a year ago.
So a lot has changed.
the target rate sensors had all changed, so I have had to recreate them.
but the main octopus integration says its failing also, but I cannot figure out why, it just says look at logs, but I can't see much.
When I enable and then disable debug logging, it spits out a huge log file.
The main things I see from it are:
account_id = config[CONFIG_ACCOUNT_ID]
~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'account_id'
if child_entry_config[CONFIG_KIND] != CONFIG_KIND_ACCOUNT and child_entry_config[CONFIG_ACCOUNT_ID] == account_id:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'kind'
I'm not sure what these are, or how I fix them?
I ideally don't want to delete and recreate the account, as I have a lot setup around it, which I would need to also rewrite.
any suggestions much appreciated?
Beta Was this translation helpful? Give feedback.
All reactions