You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home Assistant 2022.11.1
Supervisor 2022.10.2
Operating System 9.3
Frontend 20221102.1 - latest
At the moment I have the following error message in the log:
Traceback (most recent call last):
File "/config/custom_components/wemportal/wemportalapi.py", line 71, in fetch_webscraping_data
self.data = processor.run([wemportal_job])[0]
IndexError: list index out of range
On the weekend I added a second device into the wem portal. Since then only API calls are running (mode=both).
Please help.
The text was updated successfully, but these errors were encountered:
erikkastelec
changed the title
IndexError: list index out of range (with two devices in wemportal)
Multiple devices support
Nov 7, 2022
Multiple devices are currently not supported, but I am working on it. Will let you know if I need any additional information, as I currently have only one Weishaupt device.
While I work on this I suggest you make a new account on wemportal and authorize it from your main account for only one of the devices. This way it will work with this component and you can continue using it to get all the info for one of the devices.
Hi,
I am running version 1.3.16 on
Home Assistant 2022.11.1
Supervisor 2022.10.2
Operating System 9.3
Frontend 20221102.1 - latest
At the moment I have the following error message in the log:
Traceback (most recent call last):
File "/config/custom_components/wemportal/wemportalapi.py", line 71, in fetch_webscraping_data
self.data = processor.run([wemportal_job])[0]
IndexError: list index out of range
On the weekend I added a second device into the wem portal. Since then only API calls are running (mode=both).
Please help.
The text was updated successfully, but these errors were encountered: