Alarm.com integration

Not sure where my post from yesterday went but I updated hassio to get my Ring camera to work and now my alarm.com panel is not available. Nothing in the docs about new setup. Anyone have any idea?

Its been down since Monday, cant find an answer.

I am going nuts also trying to find some errant code. Logs are full of errors on alarmdotcom.
Thought it was just me.
If someone will post again if it is solved would appreciate it.

This may be too simple to be correct, but my current yaml is:
alarm_control-panel:
platform: alarm_com

I will try changing it to:

platform: alarmdotcom

As soon as I get home. I’ll let you know.

Nope. My yaml was already corrected. Back to being clueless.

there’s an open issue for this. problems started sometime yesterday

There’s a parallel thread going on here, with a temporary fix.

Sounds like, from the cursory glance I took, the current integration is more screen-scraping that using the active API. Fingers crossed someone can take their API, as well as some of work done w/ it on other platforms and update the HA integration to solidify it and make it more future-proof. Unfortunately I have neither the time nor python skills to do so…

A while back I replaced the alarm.com integration with alarmdecoder. Now all control is local, plus I have access to all the alarm sensors. For example, when I walk into the living room, the motion sensor triggers and HA shuts off the noisy wine cooler.

Can you provide a copy of your sanitized config to get this working?

from configuration.yaml:

alarmdecoder:
  device:
    type: socket
    host: 192.168.7.83
    port: 10000
  panel_display: false
  zones:
    01:
      name: 'Mudroom Door'
      type: 'door'
    02:
      name: 'Motion Mudroom'
      type: 'motion'
    03:
      name: 'Motion Office'
      type: 'motion'
    04:
      name: 'Motion Great Room'
      type: 'motion'
    05:
      name: 'Patio Door'
      type: 'door'
    06:
      name: 'Motion Theater Room'
      type: 'motion'