Open NogintheNog opened 6 days ago
Hey there @rendili, @kjonline, mind taking a look at this issue as it has been labeled with an integration (hive
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
hive documentation hive source (message by IssueLinks)
Yes I’ve got the same problem. I have 6 different hive houses and can’t login to 2 of them anymore
The problem
I am new to posting so I am not sure this is the right place to send this. Core 2024.10.4 Supervisor 2024.10.3 Operating System 13.2 Frontend 20241002.4 on a pi 4 since the last update in October Hive will not setup. Thanks
What version of Home Assistant Core has the issue?
2024.10.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Hive
Link to integration documentation on our website
No response
Diagnostics information
Logger: homeassistant.config_entries Source: config_entries.py:594 First occurred: 14:39:12 (1 occurrences) Last logged: 14:39:12 Error setting up entry john.walchester@btinternet.com for hive Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/hive/init.py", line 84, in async_setup_entry devices = await hive.session.startSession(hive_config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/apyhiveapi/session.py", line 509, in startSession return await self.createDevices() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/apyhiveapi/session.py", line 539, in createDevices eval("self." + code) File "", line 1, in
File "/usr/local/lib/python3.12/site-packages/apyhiveapi/session.py", line 131, in addList
device = self.helper.getDeviceData(data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/apyhiveapi/helper/hive_helper.py", line 98, in getDeviceData
device = self.session.data.devices[product["props"]["trvs"][0]]