schwark / smartthings-alarmcom

SmartThings Integration with alarm.com
MIT License
61 stars 131 forks source link

Missing User Name #28

Open cjohanne opened 4 years ago

cjohanne commented 4 years ago

Looks like it is going to work awesome, but when i run setup it does not give me a field to type in my user name? Ideas?

MNOiSY commented 4 years ago

I am having the same issue after upgrading my hub. Removed completely from all devices/integrations and added again but only able to enter the password, no field for username/login.

Looking for a way to hardcode it for now...

MNOiSY commented 4 years ago

Just resolved it by installing the Smart things classic app on android instead of the new version. It will show both fields. Please note this is specific to android only

sameerkumar7165 commented 4 years ago

I can confirm that this is an issue on iOS as well. I am running iOS 13.3 on iPhone 8. I had to complete setting this up in the classic app. I could not see the input for username in the crrent app.

cole701 commented 4 years ago

Fix for user name:

preferences { section ("Alarm.com Login Setting") { input("username", type: "text", title:"Username", description: "Please enter your Alarm.com username", required: true, displayDuringSetup: true ) input("password", type: "password", title:"Password", description: "Please enter your Alarm.com password", required: true, displayDuringSetup: true ) } section ("Application Settings") { input("disarm", type: "bool", title:"Add Disarm Switch as well", description: "Disarm button is only added if this is set to on", required: false, displayDuringSetup: true, defaultValue: false ) } }

lakario commented 4 years ago

Duplicate of #36. This was fixed in #37.