bryan-bartow / homebridge-alarm.com

Alarm.com plugin for Homebridge
ISC License
43 stars 11 forks source link

Issue - Request `wrapapiuserid/alarmdotcom/initlogin/0.0.4` was unsuccessful: - There was an unexpected error #50

Closed nlakamsany closed 7 years ago

nlakamsany commented 7 years ago

Hi,

Thank you for doing this awesome work. This is my first accessory I am adding in homebridge. I am getting the following error when I click on the security panel accessory in home app. It shows 'no response'. When I click on it, I get the following error in terminal. I am running this raspberry pi3. [Security Panel] Request wrapapiuserid/alarmdotcom/initlogin/0.0.4 was unsuccessful:

I have used server api key. Below is the config:

{ "bridge": { "name": "Homebridge", "username": "mac", "port": 51826, "pin": "031-45-154" }, "platforms": [{ "platform":"Alarmdotcom", "name":"Security Panel", "username":"x@gmail.com", "password":"alarm.com password", "apiKey":"KoWOvbHIqP5rKzcVpblvwPht1mMoyua4", "apiUsername": "wrapapiuserid", "accessories":{ "panel": true, "lights":false, "locks": false } }] }

bryanbartow commented 7 years ago

@nlakamsany I noticed you created and closed this in close succession. Did you figure it out?

nlakamsany commented 7 years ago

Yes Bryan. Thanks a lot! I did not bookmark earlier. Appreciate the great work and effort.

On Feb 21, 2017, at 6:38 PM, Bryan Bartow notifications@github.com wrote:

@nlakamsany I noticed you created and closed this in close succession. Did you figure it out?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.