Total Connect and Hassbian

Hey, does Honeywell Total Connect work with Hassbian? I had it working with Hassio, but I had to go back to Hassbian. I loaded the dependencies on the HA website and it still won’t load Hassbian once I add the alarm control panel to my config.yaml

1 Like

From the docs it looks like it was tested with Hassbian but possibly an older version of hassbian. If you downloaded hassbian today you likely pulled version 1.3.

Are there any errors in the log?

When I check it with the config checker it says I’m good to go, but then it won’t load when I restart Hassbian. I can’t even load the error logs to figure out what’s wrong. Seemed to work just fine with Hassio. I don’t know why it would make a difference.

Can you SSH in to the Pi? The error logs could be pulled that way.

Are you sure the configuration is correct? Small spacing issues can break the yaml and cause HA to not start.

I believe the spacing is correct. I forgot Samba lets me check the logs.

017-09-30 13:03:00 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-09-30 13:03:00 WARNING (MainThread) [homeassistant.setup] Setup of alarm_control_panel is taking over 10 seconds.
2017-09-30 13:03:00 WARNING (MainThread) [homeassistant.setup] Setup of camera is taking over 10 seconds.
2017-09-30 13:03:01 WARNING (MainThread) [homeassistant.setup] Setup of cover is taking over 10 seconds.
2017-09-30 13:03:01 WARNING (MainThread) [homeassistant.setup] Setup of tts is taking over 10 seconds.
2017-09-30 13:03:03 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform arlo is taking over 10 seconds.
2017-09-30 13:03:23 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 233, in _step
result = coro.throw(exc)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 381, in async_process_entity
new_entity, self, update_before_add=update_before_add
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 212, in async_add_entity
yield from self.hass.async_add_job(entity.update)
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/sensor/arlo.py”, line 99, in update
self._data.update()
File “/srv/homeassistant/lib/python3.4/site-packages/pyarlo/camera.py”, line 158, in update
self._attrs = self._session.refresh_attributes(self.name)
File “/srv/homeassistant/lib/python3.4/site-packages/pyarlo/init.py”, line 195, in refresh_attributes
data = self.query(url).get(‘data’)
File “/srv/homeassistant/lib/python3.4/site-packages/pyarlo/init.py”, line 138, in query
req.raise_for_status()
File “/srv/homeassistant/lib/python3.4/site-packages/requests/models.py”, line 928, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://arlo.netgear.com/hmsweb/users/devices

I only have issues when alarm_control_panel is added to the .yaml file and its lines 110-113 of my file. I see a lot more lines here.

The more I look into it, the more the issue that’s showing up in the error logs is that it’s taking more than 10 secs to load. I never had this issue previously.

Hello, can you please let me know how did you set it up in Hassio? except of reading the status I don’t know to do anything. no arming or disarming.