I’ve been using the Alarm.com integration for a long time now, but I just restarted HA this morning and the alarm.com integration won’t load all of the sudden. I’m on HA 0.100.1 and getting the following error on boot. Has anyone else experienced this? Any thoughts on troubleshooting next steps?
I can log into the web portal just fine, so my existing credentials are fine.
Error while setting up platform alarmdotcom
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/pyalarmdotcom/pyalarmdotcom.py", line 188, in async_login
self.state = tree.select(self.ALARM_STATE)[0].get_text()
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/src/homeassistant/homeassistant/components/alarmdotcom/alarm_control_panel.py", line 43, in async_setup_platform
await alarmdotcom.async_login()
File "/usr/src/homeassistant/homeassistant/components/alarmdotcom/alarm_control_panel.py", line 66, in async_login
await self._alarm.async_login()
File "/usr/local/lib/python3.7/site-packages/pyalarmdotcom/pyalarmdotcom.py", line 197, in async_login
'#{}'.format(self.ERROR_CONTROL))[0].attrs.get('value')
IndexError: list index out of range